-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces "tap" and "hold" flags for mappings. A "tap" mapping triggers on button release if the time it was pressed is less than the tap-hold threshold (configurable, 200ms by default). A "hold" mapping triggers after a button is held for the tap-hold threshold time (and continues to be triggered until the button is released). This can be used to assign two different functions to the same button, for example to make middle button act as the middle button when clicked and activate a layer when held. A "tap" mapping can also be sticky. Bumps the config version to 5.
- Loading branch information
Showing
11 changed files
with
350 additions
and
106 deletions.
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
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
Oops, something went wrong.