chore: updated fusuma X config to use "sendkey" plugin

This commit is contained in:
surtur 2020-07-26 15:14:09 +02:00
parent ad0d65bc14
commit b18ff01a7b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -36,13 +36,13 @@ swipe:
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
threshold: 0.0485
left:
command: 'xdotool key alt+Right'
sendkey: "LEFTALT+RIGHT"
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
threshold: 0.0485
right:
command: 'xdotool key alt+Left'
sendkey: "LEFTALT+LEFT"
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
@ -50,12 +50,10 @@ swipe:
pinch:
in:
command: 'xdotool key ctrl+equal'
# command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in
sendkey: "LEFTCTRL+EQUAL" # zoom in
threshold: 0.0485
out:
command: 'xdotool key ctrl+minus'
# command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out
sendkey: "LEFTCTRL+MINUS" # zoom out
threshold: 0.0485
plugin: