Fix glitches in regexes.
This commit is contained in:
parent
c2160b9893
commit
357836a383
|
@ -261,7 +261,7 @@ The header is followed by a list of translations which define what output should
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
[Terminal] CLASS ^.*-terminal.*|konsole|xterm$
|
[Terminal] CLASS ^(.*-terminal.*|konsole|xterm)$
|
||||||
F5 XK_Up
|
F5 XK_Up
|
||||||
F#5 "pwd"
|
F#5 "pwd"
|
||||||
G5 XK_Down
|
G5 XK_Down
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
# WM_CLASS). These have very similar key bindings, see e.g.:
|
# WM_CLASS). These have very similar key bindings, see e.g.:
|
||||||
# https://www.shotcut.org/howtos/keyboard-shortcuts/
|
# https://www.shotcut.org/howtos/keyboard-shortcuts/
|
||||||
|
|
||||||
[Kdenlive/Shotcut] ^shotcut|kdenlive$
|
[Kdenlive/Shotcut] ^(shotcut|kdenlive)$
|
||||||
|
|
||||||
# Both Kdenlive and Shotcut use the J-K-L shortcuts, where each
|
# Both Kdenlive and Shotcut use the J-K-L shortcuts, where each
|
||||||
# successive J or L key decrements or increments the playback speed. We
|
# successive J or L key decrements or increments the playback speed. We
|
||||||
|
|
Loading…
Reference in New Issue