Skip to content

Instantly share code, notes, and snippets.

@yasuaki640
Created October 8, 2024 02:21
Show Gist options
  • Save yasuaki640/e1c0ae4beb89e5353b2dacd18b99efe6 to your computer and use it in GitHub Desktop.
Save yasuaki640/e1c0ae4beb89e5353b2dacd18b99efe6 to your computer and use it in GitHub Desktop.
control + h to delete_or_backspace
{
"description": "control + h to delete_or_backspace",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["left_control"],
"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