Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created August 22, 2018 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/f59d3dac0007ef68f7b73e015e38ed3d to your computer and use it in GitHub Desktop.
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
{
"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" ] } ]
}
]
}
]
}
@kaosf
Copy link
Author

kaosf commented Aug 22, 2018

Save it to ~/.config/karabiner/assets/complex_modifications/my-configurations.json (change the filename as you like).

ref.

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