Add exclusive flag feature#918
Open
demperor-music wants to merge 1 commit into
Open
Conversation
|
can confirm this works just as well as my version for my use case. assuming this is a cleaner solution I can probably close my pr. |
c009ba2 to
f328c27
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an exclusive bind flag (
e) that marks a bind as exclusive: it only fires on modifier release if no other bind or mousebind used the modifier during that press (release flag is required). Aims to be usable for the same usecases as #911 and #693 but with a more generic approach.Example:
bindre=SUPER,SUPER_L, [...]This however can also be used for binds that AREN'T modifier-only, but you just want to be exclusive for any given reason.