1570380152.json (396B)
1 { 2 "title": "Prevent unintended command-h hide window (rev 2)", 3 "rules": [ 4 { 5 "description": "Disable Cmd+H Hide (rev 2)", 6 "manipulators": [ 7 { 8 "type": "basic", 9 "description": "", 10 "from": { 11 "key_code": "h", 12 "modifiers": { 13 "mandatory": ["command"] 14 } 15 } 16 } 17 ] 18 } 19 ] 20 }