Skip to content

Quick fix to make shift-to-parens like mappings configurable.#2

Open
IvanRublev wants to merge 5 commits intowwwjfy:standalone-modifiersfrom
IvanRublev:standalone-modifiers
Open

Quick fix to make shift-to-parens like mappings configurable.#2
IvanRublev wants to merge 5 commits intowwwjfy:standalone-modifiersfrom
IvanRublev:standalone-modifiers

Conversation

@IvanRublev
Copy link

Switched standalone_keys to take array value instead of string value.
To map left shift to ( write in karabiner.json:

"standalone_keys": {
   "left_shift": ["left_shift", "9"]
}

P.S. Essential changes are in following 2 files:
src/core/grabber/include/manipulator/event_manipulator.hpp
src/share/core_configuration.hpp

wwwjfy and others added 5 commits March 11, 2017 17:44
…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"]
}
@flybayer
Copy link

flybayer commented Apr 1, 2017

This seems to work well for me!

@wwwjfy wwwjfy force-pushed the standalone-modifiers branch from adeec30 to be7d264 Compare April 6, 2017 04:04
@nathanielescribano
Copy link

nathanielescribano commented May 24, 2017

Does this break regular standalone_keys?
seems to break my "cap_locks": "escape"

Thanks for this!

@nathanielescribano
Copy link

doh! just needed to do - "cap_locks": ["escape"]

@uorbe001
Copy link

Any chance this will get merged anytime soon? been missing this ever since Sierra broke karabiner :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants