{ "global": { "check_for_updates_on_startup": true, "show_in_menu_bar": true, "show_profile_name_in_menu_bar": false }, "profiles": [ { "name": "Default profile", "selected": true, "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": { "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": { "consumer_key_code": "rewind" } }, { "from": { "key_code": "f8" }, "to": { "consumer_key_code": "play_or_pause" } }, { "from": { "key_code": "f9" }, "to": { "consumer_key_code": "fastforward" } }, { "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" } } ], "devices": [ { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], "identifiers": { "is_keyboard": true, "is_pointing_device": false, "product_id": 219, "vendor_id": 1118 }, "ignore": false, "manipulate_caps_lock_led": true, "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_option" }, "to": { "key_code": "right_command" } } ] }, { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], "identifiers": { "is_keyboard": true, "is_pointing_device": false, "product_id": 588, "vendor_id": 1452 }, "ignore": false, "manipulate_caps_lock_led": true, "simple_modifications": [] }, { "disable_built_in_keyboard_if_exists": false, "fn_function_keys": [], "identifiers": { "is_keyboard": false, "is_pointing_device": true, "product_id": 50475, "vendor_id": 1133 }, "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": 50475, "vendor_id": 1133 }, "ignore": true, "manipulate_caps_lock_led": false, "simple_modifications": [] } ], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, "keyboard_type": "ansi" }, "simple_modifications": [ { "from": { "key_code": "caps_lock" }, "to": { "key_code": "right_control" } } ], "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 }, "rules": [ { "description": "Mouse rocker spaceflight", "manipulators": [ { "type": "basic", "from": { "pointing_button": "button4" }, "to": [ { "key_code": "right_arrow", "modifiers": [ "left_control" ] } ] }, { "type": "basic", "from": { "pointing_button": "button5" }, "to": [ { "key_code": "left_arrow", "modifiers": [ "left_control" ] } ] } ] }, { "description": "LaTeX Keyboard", "manipulators": [ { "type": "basic", "from": { "key_code": "left_control" }, "to": [ { "key_code": "right_control" } ], "to_if_alone": [ { "key_code": "right_control" } ] }, { "type": "basic", "from": { "key_code": "return_or_enter" }, "to": [ { "key_code": "right_control" } ], "to_if_alone": [ { "key_code": "return_or_enter" } ] }, { "type": "basic", "from": { "key_code": "left_option" }, "to": [ { "key_code": "left_control" } ] }, { "type": "basic", "from": { "key_code": "quote", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "quote", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "spacebar", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "spacebar" } ] }, { "type": "basic", "from": { "key_code": "delete_or_backspace", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "delete_or_backspace" } ] }, { "type": "basic", "from": { "key_code": "q", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "1", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "w", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "2", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "e", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "comma", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "r", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "open_bracket" } ] }, { "type": "basic", "from": { "key_code": "t", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "4", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "y", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "quote" } ] }, { "type": "basic", "from": { "key_code": "u", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "close_bracket" } ] }, { "type": "basic", "from": { "key_code": "i", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "period", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "o", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "hyphen", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "p", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "grave_accent_and_tilde" } ] }, { "type": "basic", "from": { "key_code": "a", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "5", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "s", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "9", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "d", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "open_bracket", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "f", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "equal_sign" } ] }, { "type": "basic", "from": { "key_code": "g", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "8", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "h", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "equal_sign", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "j", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "backslash" } ] }, { "type": "basic", "from": { "key_code": "k", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "close_bracket", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "l", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "0", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "semicolon", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "semicolon", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "x", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "slash" } ] }, { "type": "basic", "from": { "key_code": "c", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "6", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "v", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "7", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "b", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "3", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "n", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "quote", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "m", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "hyphen" } ] }, { "type": "basic", "from": { "key_code": "comma", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "backslash", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "period", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "grave_accent_and_tilde", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "slash", "modifiers": { "mandatory": [ "right_control", "left_shift" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_option" ] }, { "key_code": "e", "modifiers": [ "left_option" ] }, { "key_code": "1", "modifiers": [ "left_option" ] }, { "key_code": "8", "modifiers": [ "left_option" ] } ] }, { "type": "basic", "from": { "key_code": "slash", "modifiers": { "mandatory": [ "right_control", "right_shift" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_option" ] }, { "key_code": "e", "modifiers": [ "left_option" ] }, { "key_code": "1", "modifiers": [ "left_option" ] }, { "key_code": "8", "modifiers": [ "left_option" ] } ] }, { "type": "basic", "from": { "key_code": "slash", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_option" ] }, { "key_code": "0", "modifiers": [ "left_option" ] }, { "key_code": "3", "modifiers": [ "left_option" ] }, { "key_code": "d", "modifiers": [ "left_option" ] } ] }, { "type": "basic", "from": { "key_code": "close_bracket", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_option" ] }, { "key_code": "7", "modifiers": [ "left_option" ] }, { "key_code": "1", "modifiers": [ "left_option" ] }, { "key_code": "3", "modifiers": [ "left_option" ] } ] }, { "type": "basic", "from": { "key_code": "backslash", "modifiers": { "mandatory": [ "right_control" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_option" ] }, { "key_code": "7", "modifiers": [ "left_option" ] }, { "key_code": "1", "modifiers": [ "left_option" ] }, { "key_code": "7", "modifiers": [ "left_option" ] } ] } ] }, { "description": "Shifts to Parentheses", "manipulators": [ { "type": "basic", "from": { "key_code": "right_shift", "modifiers": { "mandatory": [ "right_shift" ] } }, "to": [ { "key_code": "right_shift" } ], "to_if_alone": [ { "key_code": "0", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "left_shift", "modifiers": { "mandatory": [ "left_shift" ] } }, "to": [ { "key_code": "left_shift" } ], "to_if_alone": [ { "key_code": "9", "modifiers": [ "right_shift" ] } ] }, { "type": "basic", "from": { "key_code": "left_shift", "modifiers": { "mandatory": [ "right_shift" ] } }, "to": [ { "key_code": "0", "modifiers": [ "left_shift" ] }, { "key_code": "9", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "right_shift", "modifiers": { "mandatory": [ "left_shift" ] } }, "to": [ { "key_code": "9", "modifiers": [ "left_shift" ] }, { "key_code": "0", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "spacebar", "modifiers": { "mandatory": [ "right_shift" ] } }, "to": [ { "key_code": "0", "modifiers": [ "left_shift" ] }, { "key_code": "spacebar" } ] } ] }, { "description": "Keynote mouse", "manipulators": [ { "type": "basic", "from": { "pointing_button": "button4" }, "to": [ { "key_code": "open_bracket" } ] }, { "type": "basic", "from": { "pointing_button": "button5" }, "to": [ { "key_code": "close_bracket" } ] }, { "type": "basic", "from": { "pointing_button": "button3" }, "to": [ { "key_code": "down_arrow", "modifiers": [ "right_shift" ] } ] } ] } ] } } ] }