Skip to content

Instantly share code, notes, and snippets.

@yasuaki640
yasuaki640 / gist:e1c0ae4beb89e5353b2dacd18b99efe6
Created October 8, 2024 02:21
control + h to delete_or_backspace
{
"description": "control + h to delete_or_backspace",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["left_control"],
"optional": ["any"]
}