mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-07 19:38:27 +02:00
- Additional updates that give Firefox and Chrome separate keymap files due to shortcut differences
This commit is contained in:
7
system-config/.chrome-nw
Normal file
7
system-config/.chrome-nw
Normal 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
5
system-config/.chrome-ww
Normal file
@@ -0,0 +1,5 @@
|
||||
"xdotool key --delay 0 --clearmodifiers Home"
|
||||
Control + Left + Release
|
||||
|
||||
"xdotool key --delay 0 --clearmodifiers End"
|
||||
Control + Right + Release
|
@@ -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
|
Reference in New Issue
Block a user