chore: updated fusuma X config to use "sendkey" plugin
This commit is contained in:
parent
ad0d65bc14
commit
b18ff01a7b
@ -36,13 +36,13 @@ swipe:
|
|||||||
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
|
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
|
||||||
threshold: 0.0485
|
threshold: 0.0485
|
||||||
left:
|
left:
|
||||||
command: 'xdotool key alt+Right'
|
sendkey: "LEFTALT+RIGHT"
|
||||||
keypress:
|
keypress:
|
||||||
LEFTMETA:
|
LEFTMETA:
|
||||||
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
|
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
|
||||||
threshold: 0.0485
|
threshold: 0.0485
|
||||||
right:
|
right:
|
||||||
command: 'xdotool key alt+Left'
|
sendkey: "LEFTALT+LEFT"
|
||||||
keypress:
|
keypress:
|
||||||
LEFTMETA:
|
LEFTMETA:
|
||||||
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
|
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
|
||||||
@ -50,12 +50,10 @@ swipe:
|
|||||||
|
|
||||||
pinch:
|
pinch:
|
||||||
in:
|
in:
|
||||||
command: 'xdotool key ctrl+equal'
|
sendkey: "LEFTCTRL+EQUAL" # zoom in
|
||||||
# command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in
|
|
||||||
threshold: 0.0485
|
threshold: 0.0485
|
||||||
out:
|
out:
|
||||||
command: 'xdotool key ctrl+minus'
|
sendkey: "LEFTCTRL+MINUS" # zoom out
|
||||||
# command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out
|
|
||||||
threshold: 0.0485
|
threshold: 0.0485
|
||||||
|
|
||||||
plugin:
|
plugin:
|
||||||
|
Loading…
Reference in New Issue
Block a user