-
-
Notifications
You must be signed in to change notification settings - Fork 149
Pronaww Style
Pranav Baurasia edited this page Jun 23, 2020
·
1 revision
- swipe:
-
- 3:
-
- left:
- command: 'xdotool key alt+Right'
- right:
- command: 'xdotool key alt+Left'
- up:
- command: 'xdotool key super'
- down:
- command: 'xdotool key super'
- 4:
-
- left:
- command: 'xdotool key ctrl+alt+Left' threshold: 0.5
- right:
- command: 'xdotool key ctrl+alt+Right' threshold: 0.5
- up:
- command: 'xdotool key ctrl+alt+Down' threshold: 0.5
- down:
- command: 'xdotool key ctrl+alt+Up' threshold: 0.5
- pinch:
-
- in:
- command: 'xdotool keydown ctrl key plus keyup ctrl'
- out:
- command: 'xdotool keydown ctrl key minus keyup ctrl'