enhanced fusuma.yml
This commit is contained in:
parent
b72c55b875
commit
eb96063192
@ -29,21 +29,27 @@ swipe:
|
|||||||
#command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt'
|
#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
|
||||||
down:
|
down:
|
||||||
command: 'xdotool key alt+ctrl+Down'
|
command: 'xdotool key alt+ctrl+Down'
|
||||||
|
interval: 0.3
|
||||||
4:
|
4:
|
||||||
up:
|
up:
|
||||||
command: 'xdotool key super+h'
|
command: 'xdotool key super+h'
|
||||||
down:
|
down:
|
||||||
command: 'xdotool key super+d'
|
command: 'xdotool key super+d'
|
||||||
|
left:
|
||||||
|
command: 'xdotool key alt+Right'
|
||||||
|
right:
|
||||||
|
command: 'xdotool key alt+Left'
|
||||||
pinch:
|
pinch:
|
||||||
in:
|
in:
|
||||||
command: 'xdotool key ctrl+plus'
|
command: 'xdotool key ctrl+plus'
|
||||||
threshold: 0.3
|
threshold: 0.3
|
||||||
interval: 0.5
|
interval: 0.1
|
||||||
out:
|
out:
|
||||||
command: 'xdotool key ctrl+minus'
|
command: 'xdotool key ctrl+minus'
|
||||||
threshold: 0.3
|
threshold: 0.3
|
||||||
interval: 0.5
|
interval: 0.1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user