add more mouse keys
This commit is contained in:
parent
21e7fd6b1b
commit
cf9feffe8d
4 changed files with 50 additions and 16 deletions
|
@ -1,3 +1,5 @@
|
|||
# mouse movement
|
||||
|
||||
super + F7
|
||||
xdotool mousemove_relative -- -16 0
|
||||
|
||||
|
@ -10,6 +12,7 @@ super + F3
|
|||
super + F8
|
||||
xdotool mousemove_relative 0 16
|
||||
|
||||
|
||||
super + control + F7
|
||||
xdotool mousemove_relative -- -256 0
|
||||
|
||||
|
@ -23,6 +26,32 @@ super + control + F8
|
|||
xdotool mousemove_relative 0 256
|
||||
|
||||
|
||||
super + shift + F7
|
||||
xdotool mousemove_relative -- -2 0
|
||||
|
||||
super + shift + F9
|
||||
xdotool mousemove_relative 2 0
|
||||
|
||||
super + shift + F3
|
||||
xdotool mousemove_relative 0 -2
|
||||
|
||||
super + shift + F8
|
||||
xdotool mousemove_relative 0 2
|
||||
|
||||
|
||||
super + control + shift + F7
|
||||
xdotool mousemove_relative -- -64 0
|
||||
|
||||
super + control + shift + F9
|
||||
xdotool mousemove_relative 64 0
|
||||
|
||||
super + control + shift + F3
|
||||
xdotool mousemove_relative 0 -64
|
||||
|
||||
super + control + shift + F8
|
||||
xdotool mousemove_relative 0 64
|
||||
|
||||
|
||||
# F13 = left click
|
||||
XF86Tools
|
||||
xdotool click 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue