Fix glitches in regexes.

master
Albert Graef 2018-11-06 07:31:56 +01:00
parent c2160b9893
commit 357836a383
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ The header is followed by a list of translations which define what output should
Example:
~~~
[Terminal] CLASS ^.*-terminal.*|konsole|xterm$
[Terminal] CLASS ^(.*-terminal.*|konsole|xterm)$
F5 XK_Up
F#5 "pwd"
G5 XK_Down

View File

@ -150,7 +150,7 @@
# WM_CLASS). These have very similar key bindings, see e.g.:
# 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
# successive J or L key decrements or increments the playback speed. We