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

Add support for touch strips #3288

Open
wants to merge 2 commits into
base: 0.6.x
Choose a base branch
from

Conversation

cromachina
Copy link

Depends on: #3285

I think this functionality will overlap closely with touch rings, scroll wheels, wheels/dials/paddles, triggers, or any other 1-dimensional HID, in which case maybe it could be given a more abstract name. ScrollLikeController?

This change will make the unit tester complain about every other config because I added a new config parameter "TouchStrips".

@cromachina cromachina changed the title Touch strips 0.6.x Add support for touch strips Apr 19, 2024
@cromachina
Copy link
Author

Something that could be improved is adding a way to control the speed of the invoked bindings, as this is something that the Wacom drivers also implement. It would basically be keeping track of how many times a direction was handled, and for example, only invoke on every third handling, which would make it feel slower.

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.

None yet

1 participant