lib/fusuma/config.yml in fusuma-0.9.1 vs lib/fusuma/config.yml in fusuma-0.9.2

- old
+ new

@@ -15,14 +15,21 @@ command: 'xdotool key super+Left' up: command: 'xdotool key super+a' down: command: 'xdotool key super+s' + pinch: - in: - command: 'xdotool key ctrl+plus' - out: - command: 'xdotool key ctrl+minus' + 2: + in: + command: 'xdotool key ctrl+equal' + out: + command: 'xdotool key ctrl+minus' + 4: + in: + command: 'xdotool key super+a' + out: + command: 'xdotool key super+s' threshold: swipe: 0.3 pinch: 0.1