Skip to content

Instantly share code, notes, and snippets.

@shuhei
Last active October 18, 2016 10:46
Show Gist options
  • Save shuhei/1023e2f5a407cb266c7918a423e4d7fb to your computer and use it in GitHub Desktop.
Save shuhei/1023e2f5a407cb266c7918a423e4d7fb to your computer and use it in GitHub Desktop.
Keyboard configuration on Sierra

Karabiner currently doesn't work on Mac OS X Sierra. This note is to simulate some of my favorite configurations on Karabiner on Sierra.

  • Ctrl + hjkl -> arrow keys
  • Space + some key -> Shift + the key (still quite buggy)

Karabiner Elements

Put the karabiner.json at ~/.karabiner.d/configuration/karabiner.json.

英かな

Install the app.

Configure like the following.

  • Ctrl+h -> LeftArrow
  • Ctrl+j -> DownArrow
  • Ctrl+k -> UpArrow
  • Ctrl+l -> RightArrow
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "left_control",
"spacebar": "left_shift"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment