commit 6721763cb6dcd279232966fec5b6ecff3b8e5de5
parent 40820405487bb8e2d09aefe2b929c25cdc163afa
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sat, 19 Oct 2019 14:35:50 -0400
karabiner: some changes
Former-commit-id: 7883e2fc6f908710277a639fb787ab883e2bf812
Diffstat:
3 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/karabiner/assets/complex_modifications/1570380152.json b/karabiner/assets/complex_modifications/1570380152.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/automatic_backups/karabiner_20191006.json
diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json
@@ -230,12 +230,16 @@
}
],
"name": "Default profile",
+ "parameters": {
+ "delay_milliseconds_before_open_device": 1000
+ },
"selected": true,
"simple_modifications": [],
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"country_code": 0,
- "keyboard_type": "ansi"
+ "keyboard_type": "ansi",
+ "mouse_key_xy_scale": 100
}
}
]