Quick fix to make shift-to-parens like mappings configurable.#2
Open
IvanRublev wants to merge 5 commits intowwwjfy:standalone-modifiersfrom
Open
Quick fix to make shift-to-parens like mappings configurable.#2IvanRublev wants to merge 5 commits intowwwjfy:standalone-modifiersfrom
IvanRublev wants to merge 5 commits intowwwjfy:standalone-modifiersfrom
Conversation
…mappings to work.
standalone_keys configuration variable takes array value instead of string value now.
To map left shift to ( write in karabiner.json:
"standalone_keys": {
"left_shift": ["left_shift", "9"]
}
|
This seems to work well for me! |
adeec30 to
be7d264
Compare
|
Does this break regular standalone_keys? Thanks for this! |
|
doh! just needed to do - "cap_locks": ["escape"] |
|
Any chance this will get merged anytime soon? been missing this ever since Sierra broke karabiner :( |
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.
Switched standalone_keys to take array value instead of string value.
To map
left shiftto(write inkarabiner.json:P.S. Essential changes are in following 2 files:
src/core/grabber/include/manipulator/event_manipulator.hpp
src/share/core_configuration.hpp