https://bugs.kde.org/show_bug.cgi?id=402857

--- Comment #36 from Sin Jeong-hun <[email protected]> ---
I have tried https://github.com/taj-ny/kwin-gestures . Well, it's better than
nothing, because now I can finally use gestures to go back/forward in browsers
and file managers, instead of painfully clicking the back button, but I think
it has the same fundamental problem as the old Fusuma thing: it calls the
action after the gesture is done. So, it cannot give the feedback.

For example, the native Exposé gesture shows windows moving as I start to swipe
four fingers, but with this plugin, Exposé starts instantly after I have done
swiping. Also, in Gnome's gesture extension (
https://github.com/harshadgavali/gnome-gesture-improvements ), left/right
arrows start to appear when I start swiping left/right with three fingers, so I
can cancel it. With this plugin, going back/forward is done instantly without
notice.

The configuration I used for going back with 3 finger right swiping:

        gestures:
        - type: swipe
        direction: right
        fingers: 3

        actions:
                - keyboard: +BACK -BACK

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to