iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

Allow more advanced gestures #249

Closed MaddyGuthridge closed 2 years ago

MaddyGuthridge commented 3 years ago

Is your feature request related to a problem? Please describe. I'm currently considering switching to Linux and I need a replacement for the tool GestureSign, which implements similar functionality. One thing that it does that Fusuma does not, however, is allow for more complex gestures, such as multi-directional swipes (up then left, for example).

Describe the solution you'd like It's be awesome to have support for these sorts of compound gestures, as well as diagonal ones. This would seriously increase the number of controls I could set up with it, which would be really awesome!

Describe alternatives you've considered I can't think of any other than not adding the feature.

Additional context Add any other context about the feature request here.

iberianpig commented 3 years ago

It is interesting.

It may be a little difficult with the current code base. It is necessary to wait the multiple gestures detection as much as possible so as not to trigger a single gesture.

iberianpig commented 3 years ago

Fusuma is open source. So, you can fork, and you can create new gestures or features by putting ruby code in plugins directory.

MaddyGuthridge commented 3 years ago

If I had the time, I'd love to try, but I doubt I will :(

stale[bot] commented 2 years ago

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.