Created
August 22, 2018 03:43
-
-
Save kaosf/f59d3dac0007ef68f7b73e015e38ed3d to your computer and use it in GitHub Desktop.
Modify "Henkan" key to "Ctrl-Space" (for "before input source") on Mac High Sierra with 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
{ | |
"title": "Henkan to Ctrl-Space", | |
"rules": [ | |
{ | |
"description": "Henkan to Ctrl-Space", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"description": "Henkan to Ctrl-Space", | |
"from": { "key_code": "japanese_pc_xfer" }, | |
"to": [ { "key_code": "spacebar", "modifiers": [ "control" ] } ] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save it to
~/.config/karabiner/assets/complex_modifications/my-configurations.json
(change the filename as you like).ref.