Closed dsr373 closed 2 years ago
Thank you for reporting! I confirmed that this problem was reproduced.
It looks like it was broken again in some of these commits: cad89357 97ce3d31 or 4d5e05a3
I confirm I have the same problem.
@mehanoid @Drarig29 Thanks for letting me know.
Please try to set update:
property for pinch gestures. It will become "continuous gestures."
pinch:
2:
in:
update:
command: 'xdotool key ctrl+equal' # Zoom out
interval: 3.0
out:
update:
command: 'xdotool key ctrl+minus' # Zoom in
interval: 3.0
In Fusuma v2, there are now two types of gestures: "one-shot gestures" and real-time "continuous gestures." Previous pinch gestures are now treated as "one-shot gestures."
However, Fusuma v2 has reproduced the bug of one-shot gestures. I do not intend this behavior, so that I will fix the one-shot gesture.
Nice! And it doesn't work well with an interval
property set to 1.0
. But 2.0
is fine (I found 3.0
to be too sparse.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I love this program! Thanks a ton, I've been using it for years and it makes my workflow a charm! Here's the bug:
Describe the bug When using two-finger pinch gestures, if you zoom in, then immediately (without lifting fingers) zoom out, the direction reversal is not detected. That is, fusuma keeps zooming out. This is also the case for the opposite directions (out, then in). This was not an issue before the 1.3.0 update.
To Reproduce Steps to reproduce the behavior:
Expected behavior On step 3, the window should zoom out.
Versions
Additional context My config file is attached. The
desktop --next
commands are just calling my own scripts.kde.txt