mirror of https://github.com/einverne/dotfiles.git
Ein Verne
4 years ago
2 changed files with 38 additions and 1 deletions
@ -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"] |
||||
} |
||||
} |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue