Browse Source

Disable cmd h

ubuntu_ci
Ein Verne 4 years ago
parent
commit
77b3904bbd
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 20
      karabiner/assets/complex_modifications/1598345273.json
  2. 17
      karabiner/karabiner.json

20
karabiner/assets/complex_modifications/1598345273.json

@ -0,0 +1,20 @@
{
"title": "Prevent unintended command-h hide window (rev 2)",
"rules": [
{
"description": "Disable Cmd+H Hide (rev 2)",
"manipulators": [
{
"type": "basic",
"description": "",
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["command"]
}
}
}
]
}
]
}

17
karabiner/karabiner.json

@ -858,6 +858,23 @@
"type": "basic" "type": "basic"
} }
] ]
},
{
"description": "Disable Cmd+H Hide (rev 2)",
"manipulators": [
{
"description": "",
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"command"
]
}
},
"type": "basic"
}
]
} }
] ]
}, },

Loading…
Cancel
Save