-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option to use a timeout to start gestures
Mouse movement within this timeout of pressing the button binding will be interpreted as a gesture. This is mainly intended to allow the use of touchpads. Unfortunately, this means adding a delay for any click with the button configured for gestures. Currently, it is not possible to distinguish between events coming from different pointer devices, so this will apply to all of them. Also, there is no way to know when the user lifts their finger from the touchpad, so the gesture is also ended with the timeout.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters