kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/schneegans
Other
3.1k stars 89 forks source link

Bind Kando open shortcut by finger taps #633

Closed D3vil0p3r closed 1 month ago

D3vil0p3r commented 1 month ago

Description

Is it possible to implement the binding of finger tap (single tap, double tap, two fingers tap, and so on) for opening Kando menu? It can be very useful for touchscreen.

Affected Desktop Environments

All

Additional Information

No response

Schneegans commented 1 month ago

For now, this is not planned. In the far future, this would be cool, but implementing something like this in a cross-platform manner is really hard. On some platforms, it may even be impossible.

So for now, I would advice you to look for a third-party tool which can do this and then simply call kando -m <menu name> when the gesture is performed.

On macOS, you could use BetterTouchTool, Windows supports binding shortcuts to touch gestures natively, and on Linux we have touchegg. The latter is X11-only, but I think on Wayland this would be more or less impossible for now anyways. If you find a way to run commands using touch gestures on Wayland, please let me know!

Schneegans commented 1 month ago

BTW, this is almost a duplicate of #507.