-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if last pressed key is part of hotkey combination (#120)
* First attempt at fixing #119 * Reset last_pressed on key up + refactor * Refactor key handling logic * Handle conflict with #127 * Temporary debug message for last key match * Another temporary debug message * Remove temporary logs + refactor * Add feature for using event key * Update README with feature flag description * Revert "Update README with feature flag description" This reverts commit f721c9b. * Revert "Add feature for using event key" This reverts commit f1e5410. --------- Co-authored-by: Matthew Kim <[email protected]>
- Loading branch information
1 parent
9c66ebb
commit daa7845
Showing
3 changed files
with
94 additions
and
51 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