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:
|
threshold:
|
||||||
swipe: 1
|
swipe: 1
|
||||||
pinch: 1
|
pinch: 1
|
||||||
@ -21,12 +12,10 @@ swipe:
|
|||||||
command: 'xdotool key alt+ctrl+Right'
|
command: 'xdotool key alt+ctrl+Right'
|
||||||
threshold: 0.2
|
threshold: 0.2
|
||||||
interval: 0.5
|
interval: 0.5
|
||||||
#command: xdotool keydown alt && sleep .1 && xdotool key Tab && sleep 5 && xdotool keyup alt
|
|
||||||
right:
|
right:
|
||||||
command: 'xdotool key alt+ctrl+Left'
|
command: 'xdotool key alt+ctrl+Left'
|
||||||
threshold: 0.2
|
threshold: 0.2
|
||||||
interval: 0.5
|
interval: 0.5
|
||||||
#command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt'
|
|
||||||
up:
|
up:
|
||||||
command: 'xdotool key alt+ctrl+Up'
|
command: 'xdotool key alt+ctrl+Up'
|
||||||
interval: 0.3
|
interval: 0.3
|
||||||
@ -36,20 +25,38 @@ swipe:
|
|||||||
4:
|
4:
|
||||||
up:
|
up:
|
||||||
command: 'xdotool key super+h'
|
command: 'xdotool key super+h'
|
||||||
|
keypress:
|
||||||
|
LEFTMETA:
|
||||||
|
command: 'xdotool key --clearmodifiers XF86MonBrightnessUp'
|
||||||
|
threshold: 0.0485
|
||||||
down:
|
down:
|
||||||
command: 'xdotool key super+d'
|
command: 'xdotool key super+d'
|
||||||
|
keypress:
|
||||||
|
LEFTMETA:
|
||||||
|
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
|
||||||
|
threshold: 0.0485
|
||||||
left:
|
left:
|
||||||
command: 'xdotool key alt+Right'
|
command: 'xdotool key alt+Right'
|
||||||
|
keypress:
|
||||||
|
LEFTMETA:
|
||||||
|
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
|
||||||
|
threshold: 0.0485
|
||||||
right:
|
right:
|
||||||
command: 'xdotool key alt+Left'
|
command: 'xdotool key alt+Left'
|
||||||
|
keypress:
|
||||||
|
LEFTMETA:
|
||||||
|
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
|
||||||
|
threshold: 0.0485
|
||||||
|
|
||||||
pinch:
|
pinch:
|
||||||
in:
|
in:
|
||||||
command: 'xdotool key ctrl+equal'
|
command: 'xdotool key ctrl+equal'
|
||||||
threshold: 0.15
|
threshold: 0.0485
|
||||||
interval: 0.2
|
|
||||||
out:
|
out:
|
||||||
command: 'xdotool key ctrl+minus'
|
command: 'xdotool key ctrl+minus'
|
||||||
threshold: 0.15
|
threshold: 0.0485
|
||||||
interval: 0.2
|
|
||||||
|
|
||||||
|
|
||||||
|
plugin:
|
||||||
|
inputs:
|
||||||
|
libinput_command_input:
|
||||||
|
verbose: true
|
||||||
|
Loading…
Reference in New Issue
Block a user