mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
- Added firefox xbindkeys keymap file for overlaying back and forward buttons over wordwise
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
"xte 'keydown Control_L' 'key bracketleft' 'keyup Control_L'"
|
||||
Home + release
|
||||
|
||||
"xte 'keydown Control_R' 'key bracketright' 'keyup Control_R'"
|
||||
End + release
|
7
system-config/.firefox-nw
Normal file
7
system-config/.firefox-nw
Normal file
@@ -0,0 +1,7 @@
|
||||
#"xte 'keydown Control_L' 'key bracketleft' 'keyup Control_L'"
|
||||
"xdotool key --delay 0 --clearmodifiers Control_L+bracketleft"
|
||||
Home + Release
|
||||
|
||||
#"xte 'keydown Control_R' 'key bracketright' 'keyup Control_R'"
|
||||
"xdotool key --delay 0 --clearmodifiers Control_L+bracketright"
|
||||
End + Release
|
Reference in New Issue
Block a user