Skip to content

Instantly share code, notes, and snippets.

@kenotron
Last active September 22, 2016 04:35
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 kenotron/a0608764b8081602174c72098768065c to your computer and use it in GitHub Desktop.
Save kenotron/a0608764b8081602174c72098768065c to your computer and use it in GitHub Desktop.
.karabiner.d/configuration/karabiner.json
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"keypad_1": "end",
"keypad_3": "page_down",
"keypad_7": "home",
"keypad_9": "page_up",
"keypad_4": "left_arrow",
"keypad_6": "right_arrow",
"keypad_8": "up_arrow",
"keypad_2": "down_arrow",
"left_alt": "left_gui",
"left_gui": "left_alt",
"keypad_0": "insert",
"keypad_period": "delete_forward"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment