Skip to content

POP OS with Cinnamon

Heechul Ryu edited this page Sep 8, 2023 · 2 revisions

Pinch to zoom tested with DELL XPS 9360

swipe:
  4:
    up:
      command: 'xdotool key ctrl+alt+Up'
    down:
      command: 'xdotool key ctrl+alt+Down'
    left:
      command: 'xdotool key ctrl+alt+Left'
    right:
      command: 'xdotool key ctrl+alt+Right'

pinch:
  in:
    command: 'xdotool key ctrl+plus'
    threshold: 0.0485
  out:
     command: 'xdotool key ctrl+minus'
     threshold: 0.0485

threshold:
  swipe: 1
  pinch: 1

interval:
  swipe: 1
  pinch: 1