updated fusuma - added gestures
This commit is contained in:
parent
fac9a1e56c
commit
14f91811fe
@ -1,12 +1,3 @@
|
||||
#pinch:
|
||||
# 2:
|
||||
# in:
|
||||
# command: 'xdotool key ctrl+plus'
|
||||
# threshold: 0.15
|
||||
# out:
|
||||
# command: 'xdotool key ctrl+minus'
|
||||
# threshold: 0.15
|
||||
|
||||
threshold:
|
||||
swipe: 1
|
||||
pinch: 1
|
||||
@ -21,12 +12,10 @@ swipe:
|
||||
command: 'xdotool key alt+ctrl+Right'
|
||||
threshold: 0.2
|
||||
interval: 0.5
|
||||
#command: xdotool keydown alt && sleep .1 && xdotool key Tab && sleep 5 && xdotool keyup alt
|
||||
right:
|
||||
command: 'xdotool key alt+ctrl+Left'
|
||||
threshold: 0.2
|
||||
interval: 0.5
|
||||
#command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt'
|
||||
up:
|
||||
command: 'xdotool key alt+ctrl+Up'
|
||||
interval: 0.3
|
||||
@ -36,20 +25,38 @@ swipe:
|
||||
4:
|
||||
up:
|
||||
command: 'xdotool key super+h'
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86MonBrightnessUp'
|
||||
threshold: 0.0485
|
||||
down:
|
||||
command: 'xdotool key super+d'
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
|
||||
threshold: 0.0485
|
||||
left:
|
||||
command: 'xdotool key alt+Right'
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
|
||||
threshold: 0.0485
|
||||
right:
|
||||
command: 'xdotool key alt+Left'
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
|
||||
threshold: 0.0485
|
||||
|
||||
pinch:
|
||||
in:
|
||||
command: 'xdotool key ctrl+equal'
|
||||
threshold: 0.15
|
||||
interval: 0.2
|
||||
threshold: 0.0485
|
||||
out:
|
||||
command: 'xdotool key ctrl+minus'
|
||||
threshold: 0.15
|
||||
interval: 0.2
|
||||
|
||||
threshold: 0.0485
|
||||
|
||||
plugin:
|
||||
inputs:
|
||||
libinput_command_input:
|
||||
verbose: true
|
||||
|
Loading…
Reference in New Issue
Block a user