Closed tofylion closed 1 year ago
Your config.yml is broken.
@@ -17,18 +17,18 @@
pinch:
2:
in:
command: 'xdotool keydown Ctrl click 4 keyup Ctrl' # Zoom in
threshold: 0.3
interval: 0.2
out:
command: 'xdotool keydown Ctrl click 5 keyup Ctrl' # Zoom out
- threshold: 0.interval
- 3: 0.2
+ threshold: 0.3
+ interval: 0.2
rotate:
3:
clockwise:
command: 'xdotool key XF86MonBrightnessUp' # brightness up
counterclockwise:
command: 'xdotool key XF86MonBrightnessDown' # brightness down
@iberianpig I just noticed that. That's kinda embarrassing 🙄. Thanks for the help!
Describe the bug When using pinch out gesture with zoom out functionality, an exception happens and fusuma crashes. This didn't happen all of the time, but it is happening consistently with me now. I'm not sure what caused it to start happening
To Reproduce Steps to reproduce the behavior:
Expected behavior Zoom out
Versions