Last active
March 20, 2024 09:01
-
-
Save houfeng0923/9488a0c9474c1ea4d8fd343a6d5cf8d4 to your computer and use it in GitHub Desktop.
karabiner config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { | |
| "ask_for_confirmation_before_quitting": true, | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false, | |
| "unsafe_ui": false | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "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": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [ | |
| { | |
| "description": "Map Command-Shift-Option-Control-Period to f19 (avoid System Diagnostics)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "period", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "left_control", | |
| "left_option", | |
| "left_shift" | |
| ] | |
| } | |
| }, | |
| "to": { | |
| "key_code": "f19" | |
| }, | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Map Command-Shift-Option-Control-Comma to f18 (avoid System Diagnostics)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "comma", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "left_control", | |
| "left_option", | |
| "left_shift" | |
| ] | |
| } | |
| }, | |
| "to": { | |
| "key_code": "f18" | |
| }, | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Hyper Mousekey", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "up_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "mouse_key": { | |
| "y": -1536 | |
| } | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "down_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "mouse_key": { | |
| "y": 1536 | |
| } | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "left_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "mouse_key": { | |
| "x": -1536 | |
| } | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "mouse_key": { | |
| "x": 1536 | |
| } | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "return_or_enter", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "pointing_button": "button2" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "return_or_enter", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "pointing_button": "button1" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Hyper Shifter", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "1", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "1", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "2", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "2", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "3", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "3", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "4", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "4", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "5", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "5", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "6", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "6", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "7", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "7", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "8", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "8", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "9", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "9", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "0", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "0", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "hyphen", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "hyphen", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "equal_sign", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "equal_sign", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "open_bracket", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "9", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "close_bracket", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "0", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "semicolon", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "semicolon", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "quote", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "equal_sign" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "semicolon", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "1", | |
| "modifiers": [ | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "quote", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "equal_sign" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Hyper Misc (Check https://github.com/Vonng/Capslock for all details)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "spacebar", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "caps_lock" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "caps_lock" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "backslash", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "slash", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Hyper Deletion", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_forward" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "CAPS_LOCK + i/j/k/l == Arrow Keys", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "k", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_shift", | |
| "right_command", | |
| "right_control", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "up_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_shift", | |
| "right_command", | |
| "right_control", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "j", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_shift", | |
| "right_command", | |
| "right_control", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "down_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "l", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_shift", | |
| "right_command", | |
| "right_control", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Change Hyper + U/O/H/N to pageX", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "u", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "page_up" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "o", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "page_down" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "y", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "n", | |
| "modifiers": { | |
| "mandatory": [ | |
| "right_command", | |
| "right_control", | |
| "right_shift", | |
| "right_option" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Change right_shift to cmd+k if pressed alone in VSCode", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "com\\.microsoft\\.VSCode", | |
| "com\\.microsoft\\.VSCodeInsiders" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_shift", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_shift" | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "k", | |
| "modifiers": [ | |
| "right_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "CapsLock to Hyper/Escape", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "caps_lock", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_shift", | |
| "modifiers": [ | |
| "right_command", | |
| "right_control", | |
| "right_option" | |
| ] | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "escape" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Right Command Key → Hyper Key (⌃⌥⇧⌘)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "right_command", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_shift", | |
| "modifiers": [ | |
| "left_command", | |
| "right_control", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "devices": [ | |
| { | |
| "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": 627, | |
| "vendor_id": 1452 | |
| }, | |
| "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": "caps_lock" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "fn" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f18" | |
| } | |
| ] | |
| } | |
| ], | |
| "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": 2171, | |
| "vendor_id": 3897 | |
| }, | |
| "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": "insert" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "print_screen" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "left_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_option" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "left_option" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_command" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_option" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_option" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_command" | |
| } | |
| ] | |
| } | |
| ], | |
| "treat_as_built_in_keyboard": true | |
| }, | |
| { | |
| "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": 50484, | |
| "vendor_id": 1133 | |
| }, | |
| "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": false, | |
| "is_pointing_device": true, | |
| "product_id": 12314, | |
| "vendor_id": 16700 | |
| }, | |
| "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": 16941, | |
| "vendor_id": 8352 | |
| }, | |
| "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": "right_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f18" | |
| } | |
| ] | |
| } | |
| ], | |
| "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": 31235, | |
| "vendor_id": 1547 | |
| }, | |
| "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": [ | |
| { | |
| "from": { | |
| "key_code": "left_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_option" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "left_option" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_command" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_command" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_option" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "right_option" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_command" | |
| } | |
| ] | |
| } | |
| ], | |
| "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": 49271, | |
| "vendor_id": 1133 | |
| }, | |
| "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": 638, | |
| "vendor_id": 1452 | |
| }, | |
| "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": 638, | |
| "vendor_id": 1452 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": 34304, | |
| "vendor_id": 1452 | |
| }, | |
| "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": 31235, | |
| "vendor_id": 1547 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": 100, | |
| "vendor_id": 7847 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": true, | |
| "product_id": 45083, | |
| "vendor_id": 1133 | |
| }, | |
| "ignore": true, | |
| "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": true, | |
| "is_pointing_device": true, | |
| "product_id": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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": false, | |
| "product_id": 34304, | |
| "vendor_id": 1452 | |
| }, | |
| "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": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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 | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "launchpad" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "illumination_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "illumination_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "fastforward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "Default profile", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": false, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "caps_lock_delay_milliseconds": 0, | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "keyboard_type": "ansi", | |
| "mouse_key_xy_scale": 100 | |
| } | |
| }, | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "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": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [ | |
| { | |
| "description": "Left Ctrl + UOYN to pageX", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "u", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "page_up" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "o", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "page_down" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "y", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "n", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Left Ctrl + HJKL to arrow keys", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "j", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "down_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "k", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "up_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "from": { | |
| "key_code": "l", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ], | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Left Ctrl + BS to DEL", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_forward" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Left Ctrl to Escape", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "left_control", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_control" | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "escape" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Map Command-Shift-Option-Control-Period to f19 (avoid System Diagnostics)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "period", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "left_control", | |
| "left_option", | |
| "left_shift" | |
| ] | |
| } | |
| }, | |
| "to": { | |
| "key_code": "f19" | |
| }, | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Map Command-Shift-Option-Control-Comma to f18 (avoid System Diagnostics)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "comma", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "left_control", | |
| "left_option", | |
| "left_shift" | |
| ] | |
| } | |
| }, | |
| "to": { | |
| "key_code": "f18" | |
| }, | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "command + Esc = comand + `", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "escape", | |
| "modifiers": { | |
| "mandatory": [ | |
| "command" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "grave_accent_and_tilde", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Change right_shift to cmd+k if pressed alone in VSCode", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "com\\.microsoft\\.VSCode", | |
| "com\\.microsoft\\.VSCodeInsiders" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_shift", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_shift" | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "k", | |
| "modifiers": [ | |
| "right_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Right Command Key → Hyper Key (⌃⌥⇧⌘)", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "right_command", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_shift", | |
| "modifiers": [ | |
| "left_command", | |
| "left_control", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "devices": [ | |
| { | |
| "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": 100, | |
| "vendor_id": 7847 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": 638, | |
| "vendor_id": 1452 | |
| }, | |
| "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": 638, | |
| "vendor_id": 1452 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": 2171, | |
| "vendor_id": 3897 | |
| }, | |
| "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": true, | |
| "is_pointing_device": true, | |
| "product_id": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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": true, | |
| "is_pointing_device": false, | |
| "product_id": 34304, | |
| "vendor_id": 1452 | |
| }, | |
| "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": 49271, | |
| "vendor_id": 1133 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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": 22, | |
| "vendor_id": 1278 | |
| }, | |
| "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 | |
| }, | |
| { | |
| "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": false, | |
| "product_id": 34304, | |
| "vendor_id": 1452 | |
| }, | |
| "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 | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "spotlight" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "dictation" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "fast_forward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "hhkb", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": true, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "mouse_key_xy_scale": 100 | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment