Skip to content

Instantly share code, notes, and snippets.

@adipurnama
Created October 2, 2016 01:12
Show Gist options
  • Save adipurnama/f21883cccb014e24e264026fa21675d7 to your computer and use it in GitHub Desktop.
Save adipurnama/f21883cccb014e24e264026fa21675d7 to your computer and use it in GitHub Desktop.
Karabiner-Elements keyboard remap
{
"profiles": [
{
"name": "HHKBesque",
"selected": true,
"simple_modifications": {
"escape": "grave_accent_and_tilde",
"grave_accent_and_tilde" : "escape",
"caps_lock": "left_control",
"backslash" : "delete_or_backspace",
"delete_or_backspace" : "backslash"
}
},
{
"name": "HHKB",
"selected": false,
"simple_modifications": {
"escape": "grave_accent_and_tilde",
"grave_accent_and_tilde" : "escape",
"backslash" : "delete_or_backspace",
"delete_or_backspace" : "backslash"
}
},
{
"name": "POK3R",
"selected": false,
"simple_modifications": {
"backslash" : "delete_or_backspace",
"delete_or_backspace" : "backslash"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment