diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-07 21:25:05 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-07 21:25:05 +0200 |
| commit | 4da600c30f5fbd567a8ca8922c46680a6710a427 (patch) | |
| tree | 9ff8d8c29131e8060a8c88fe6c27ca854a894467 /config | |
| parent | 863aa78ace24a452914dda4972aec90d4036081f (diff) | |
Update karabiner
Diffstat (limited to 'config')
| -rw-r--r-- | config/karabiner/karabiner.json | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 8390c14..c824680 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -2,7 +2,7 @@ "global": { "ask_for_confirmation_before_quitting": true, "check_for_updates_on_startup": true, - "show_in_menu_bar": true, + "show_in_menu_bar": false, "show_profile_name_in_menu_bar": false, "unsafe_ui": false }, @@ -87,7 +87,9 @@ { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], + "game_pad_swap_sticks": false, "identifiers": { + "is_game_pad": false, "is_keyboard": true, "is_pointing_device": false, "product_id": 25903, @@ -95,13 +97,21 @@ }, "ignore": false, "manipulate_caps_lock_led": false, + "mouse_flip_horizontal_wheel": false, + "mouse_flip_vertical_wheel": false, + "mouse_flip_x": false, + "mouse_flip_y": false, + "mouse_swap_wheels": false, + "mouse_swap_xy": false, "simple_modifications": [], "treat_as_built_in_keyboard": false }, { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], + "game_pad_swap_sticks": false, "identifiers": { + "is_game_pad": false, "is_keyboard": true, "is_pointing_device": false, "product_id": 834, @@ -109,24 +119,30 @@ }, "ignore": false, "manipulate_caps_lock_led": true, + "mouse_flip_horizontal_wheel": false, + "mouse_flip_vertical_wheel": false, + "mouse_flip_x": false, + "mouse_flip_y": false, + "mouse_swap_wheels": false, + "mouse_swap_xy": false, "simple_modifications": [ { "from": { - "key_code": "non_us_backslash" + "key_code": "grave_accent_and_tilde" }, "to": [ { - "key_code": "grave_accent_and_tilde" + "key_code": "non_us_backslash" } ] }, { "from": { - "key_code": "grave_accent_and_tilde" + "key_code": "non_us_backslash" }, "to": [ { - "key_code": "non_us_backslash" + "key_code": "grave_accent_and_tilde" } ] } @@ -136,7 +152,9 @@ { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], + "game_pad_swap_sticks": false, "identifiers": { + "is_game_pad": false, "is_keyboard": true, "is_pointing_device": false, "product_id": 0, @@ -144,13 +162,21 @@ }, "ignore": false, "manipulate_caps_lock_led": true, + "mouse_flip_horizontal_wheel": false, + "mouse_flip_vertical_wheel": false, + "mouse_flip_x": false, + "mouse_flip_y": false, + "mouse_swap_wheels": false, + "mouse_swap_xy": false, "simple_modifications": [], "treat_as_built_in_keyboard": false }, { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], + "game_pad_swap_sticks": false, "identifiers": { + "is_game_pad": false, "is_keyboard": false, "is_pointing_device": true, "product_id": 834, @@ -158,6 +184,12 @@ }, "ignore": true, "manipulate_caps_lock_led": false, + "mouse_flip_horizontal_wheel": false, + "mouse_flip_vertical_wheel": false, + "mouse_flip_x": false, + "mouse_flip_y": false, + "mouse_swap_wheels": false, + "mouse_swap_xy": false, "simple_modifications": [], "treat_as_built_in_keyboard": false } |