Skip to content

Instantly share code, notes, and snippets.

@layerok
Created May 26, 2026 08:09
Show Gist options
  • Select an option

  • Save layerok/37d261af4cba43fceafd9fc77fe2334e to your computer and use it in GitHub Desktop.

Select an option

Save layerok/37d261af4cba43fceafd9fc77fe2334e to your computer and use it in GitHub Desktop.
Rebind backspace: Command + h (Karabiner)
{
"description": "Backspace: Command + h",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"command"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "delete_or_backspace"
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment