- Additional updates that give Firefox and Chrome separate keymap files due to shortcut differences

This commit is contained in:
Ben Reaves
2020-02-16 20:10:37 -06:00
parent fbe2451a3c
commit 778d1df1ba
8 changed files with 63 additions and 26 deletions

7
system-config/.chrome-nw Normal file
View File

@@ -0,0 +1,7 @@
"xdotool key --delay 0 --clearmodifiers Alt+Left"
Control + Left + Release
#Home + release
"xdotool key --delay 0 --clearmodifiers Alt+Right"
Control + Right + Release
#End + release

5
system-config/.chrome-ww Normal file
View File

@@ -0,0 +1,5 @@
"xdotool key --delay 0 --clearmodifiers Home"
Control + Left + Release
"xdotool key --delay 0 --clearmodifiers End"
Control + Right + Release

View File

@@ -1,5 +1,5 @@
"xte 'keydown Control_L' 'key bracketleft' 'keyup Control_L'"
Home + release
"xte 'keydown Control_L' 'key bracketright' 'keyup Control_L'"
End + release
"xte 'keydown Control_R' 'key bracketright' 'keyup Control_R'"
End + release