Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. swipe:
  2. 2:
  3. left:
  4. command: 'xdotool key alt+Left'
  5. right:
  6. command: 'xdotool key alt+Right'
  7. 3:
  8. left:
  9. command: 'xdotool key alt+Left'
  10. right:
  11. command: 'xdotool key alt+Right'
  12. up:
  13. command: 'xdotool key super'
  14. down:
  15. command: 'xdotool key super'
  16. 4:
  17. left:
  18. command: 'xdotool key ctrl+alt+Up'
  19. right:
  20. command: 'xdotool key ctrl+alt+Down'
  21. up:
  22. command: 'xdotool key super'
  23. down:
  24. command: 'xdotool key super'
  25. pinch:
  26. in:
  27. command: 'xdotool key ctrl+plus'
  28. out:
  29. command: 'xdotool key ctrl+minus'
  30.  
  31. threshold:
  32. swipe: 0.4
  33. pinch: 0.4
  34.  
  35. interval:
  36. swipe: 0.8
  37. pinch: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement