From 77b3904bbd8a4be801738ea57317bec072d72fc1 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 25 Aug 2020 18:27:11 +0800 Subject: [PATCH] Disable cmd h --- .../complex_modifications/1598345273.json | 20 +++++++++++++++++++ karabiner/karabiner.json | 19 +++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 karabiner/assets/complex_modifications/1598345273.json diff --git a/karabiner/assets/complex_modifications/1598345273.json b/karabiner/assets/complex_modifications/1598345273.json new file mode 100644 index 0000000..71909d1 --- /dev/null +++ b/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"] + } + } + } + ] + } + ] +} diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index 3a48a49..d4afa43 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -858,6 +858,23 @@ "type": "basic" } ] + }, + { + "description": "Disable Cmd+H Hide (rev 2)", + "manipulators": [ + { + "description": "", + "from": { + "key_code": "h", + "modifiers": { + "mandatory": [ + "command" + ] + } + }, + "type": "basic" + } + ] } ] }, @@ -2976,4 +2993,4 @@ } } ] -} +} \ No newline at end of file