Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom and chained gestures #298

Open
digitalsignalperson opened this issue Jun 9, 2023 · 1 comment
Open

Custom and chained gestures #298

digitalsignalperson opened this issue Jun 9, 2023 · 1 comment

Comments

@digitalsignalperson
Copy link

Is your feature request related to a problem? Please describe.
Limited in how many gestures that can be configured, and ones that are easy to do (e.g. hard to use 4 fingers for frequent operations).

Describe the solution you'd like
Could we record custom gestures, or chain multiple types of gestures together?

E.g. hold one finger and swipe up with another
image

Hold one finger and up/down swipe the other
image

custom shapes
image

direction changes
image

Describe alternatives you've considered
There's a fusuma plugin that can add holding a key down as a modifier which allows for a bit more options. But it would be cool to just chain multiple gestures together.

Additional context
I'm inspired by the types of gestures available for GestureSign on windows https://github.com/TransposonY/GestureSign
which also includes letting you draw your own gestures

It's open source so maybe some of the code can be recycled

Here's a screenshot of it's control panel with the default gestures it comes with:
image

Here's what it looks like recording a custom gesture
I held two fingers down with one hand, and drew a triangle with the other
image

Another interesting feature it has is specifying gestures either by program name, or globally. This could probably be handled with some xdotool stuff and checking what the active window title is.

@iberianpig
Copy link
Owner

Recording gestures or chaining multiple gestures together is not impossible. However, incorporating these features into the current codebase of Fusuma might make it more complex and potentially interfere with other gestures. Therefore, it's not intended to be provided as a core feature of the main application.

However, while it may not be feasible within the core Fusuma functionality, it's not impossible to achieve. Expanding these capabilities as plugins for Fusuma could certainly be an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants