mirror of https://github.com/einverne/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
396 B
21 lines
396 B
4 years ago
|
{
|
||
|
"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"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|