-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: unblock and forward buttons properly (#972)
Closes #968. For now there is no way to block mouse buttons that are being forwarded to kanata. If someone requests it or opens a PR, the feature may be included, but for now I don't see a reason why it's necessary. It seems much more sensible for someone to want to block their unused keyboard buttons to force the learning of new typing habits compared to blocking mouse buttons for a similar reason.
- Loading branch information
Showing
19 changed files
with
509 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -817,6 +817,10 @@ pub enum KeyCode { | |
K742, | ||
K743, | ||
K744, | ||
MWU, | ||
MWD, | ||
MWL, | ||
MWR, | ||
KeyMax, | ||
} | ||
|
||
|
Oops, something went wrong.