my personal dotfiles managed by dotbot, zinit
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.
|
{ |
|
"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"] |
|
} |
|
} |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|