From 7cd0abc4a01648cde4f6f1baacee2183d77b5c24 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 23 Oct 2019 16:33:10 -0400 Subject: [PATCH] Update Karabiner config --- config/karabiner/karabiner.json | 52 +++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 5aeaf74..91a378a 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -11,7 +11,8 @@ "basic.simultaneous_threshold_milliseconds": 50, "basic.to_delayed_action_delay_milliseconds": 500, "basic.to_if_alone_timeout_milliseconds": 1000, - "basic.to_if_held_down_threshold_milliseconds": 250 + "basic.to_if_held_down_threshold_milliseconds": 250, + "mouse_motion_to_scroll.speed": 100 }, "rules": [ { @@ -755,6 +756,49 @@ "ignore": true, "manipulate_caps_lock_led": false, "simple_modifications": [] + }, + { + "disable_built_in_keyboard_if_exists": false, + "fn_function_keys": [], + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 8800, + "vendor_id": 65261 + }, + "ignore": false, + "manipulate_caps_lock_led": false, + "simple_modifications": [] + }, + { + "disable_built_in_keyboard_if_exists": false, + "fn_function_keys": [], + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 24585, + "vendor_id": 6127 + }, + "ignore": false, + "manipulate_caps_lock_led": false, + "simple_modifications": [ + { + "from": { + "key_code": "left_command" + }, + "to": { + "key_code": "left_option" + } + }, + { + "from": { + "key_code": "left_option" + }, + "to": { + "key_code": "left_command" + } + } + ] } ], "fn_function_keys": [ @@ -856,6 +900,9 @@ } ], "name": "Default profile", + "parameters": { + "delay_milliseconds_before_open_device": 1000 + }, "selected": true, "simple_modifications": [ { @@ -870,7 +917,8 @@ "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, "country_code": 0, - "keyboard_type": "iso" + "keyboard_type": "iso", + "mouse_key_xy_scale": 100 } } ]