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

feat: Gesture configuration in shortcuts config #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryanabx
Copy link

@ryanabx ryanabx commented Dec 20, 2024

This commit adds a Gesture abstraction, which can define gestures by the number of fingers used, and the direction the gesture is performed in.

The abstraction is modeled after the Binding type, and the resulting Gestures type is similar to the Shortcuts type.

This is the first step in implementing configurable touchpad gestures (pop-os/cosmic-comp#396)

Let me know what needs to be changed!

This commit adds a Gesture abstraction, which can define gestures by the
number of fingers used, and the direction the gesture is performed in.

The abstraction is modeled after the Binding type, and the resulting
Gestures type is similar to the Shortcuts type.

This is the first step in implementing configurable touchpad gestures
(pop-os/cosmic-comp#396)

Signed-off-by: Ryan Brue <[email protected]>
@ryanabx
Copy link
Author

ryanabx commented Jan 26, 2025

Rebased on latest master. Can I get a review soon if there's any free time?

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

Successfully merging this pull request may close these issues.

1 participant