Skip to content

Instantly share code, notes, and snippets.

@RafikFarhad
Created March 15, 2019 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RafikFarhad/0b313c995efa8fc0a2949dfac1285d19 to your computer and use it in GitHub Desktop.
Save RafikFarhad/0b313c995efa8fc0a2949dfac1285d19 to your computer and use it in GitHub Desktop.
swipe:
3:
left:
command: 'xdotool key alt+Tab'
right:
command: 'xdotool key alt+shift+Tab'
up:
command: 'xdotool key super'
down:
command: 'xdotool key super'
4:
left:
command: 'xdotool key ctrl+alt+Down'
right:
command: 'xdotool key ctrl+alt+Up'
up:
command: 'xdotool key ctrl+alt+Down'
down:
command: 'xdotool key ctrl+alt+Up'
pinch:
in:
command: 'xdotool key ctrl+plus'
out:
command: 'xdotool key ctrl+minus'
threshold:
swipe: 0.4
pinch: 0.4
interval:
swipe: 0.8
pinch: 0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment