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' 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: