Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "profiles": [
- {
- "complex_modifications": {
- "parameters": {
- "basic.simultaneous_threshold_milliseconds": 1,
- "basic.to_delayed_action_delay_milliseconds": 1,
- "basic.to_if_alone_timeout_milliseconds": 1500,
- "basic.to_if_held_down_threshold_milliseconds": 1
- },
- "rules": [
- {
- "description": "Apps/windows open",
- "manipulators": [
- {
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'raycast.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Visual Studio Code.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Firefox.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Obsidian.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Slack.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "z",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "osascript -e 'tell application \"zoom.us.app\" to activate'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "d",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Discord.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Ghostty.app'"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "right_option",
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "shell_command": "open -a 'Google Chrome.app'"
- }
- ],
- "type": "basic"
- }
- ]
- },
- {
- "description": "CAPSLOCK + keys",
- "manipulators": [
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "right_gui",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "b",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "w",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "w",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "a",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "a",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "s",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "s",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "e",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "e",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "x",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "x",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "t",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "t",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "n",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "n",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "f",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "f",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "c",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "g",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "g",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "c",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "u",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "u",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "d",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "d",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "r",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "r",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "o",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "o",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "v",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "v",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "i",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "i",
- "modifiers": [
- "left_control"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "j",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "down_arrow"
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "k",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "up_arrow"
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "h",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_arrow"
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "l",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow"
- }
- ],
- "type": "basic"
- },
- {
- "conditions": [
- {
- "name": "caps_lock pressed",
- "type": "variable_if",
- "value": 1
- }
- ],
- "from": {
- "key_code": "l",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_arrow"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "mandatory": [
- "left_gui"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_gui"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "caps_lock",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "set_variable": {
- "name": "caps_lock pressed",
- "value": 1
- }
- }
- ],
- "to_after_key_up": [
- {
- "set_variable": {
- "name": "caps_lock pressed",
- "value": 0
- }
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ],
- "type": "basic"
- }
- ]
- },
- {
- "description": "number layer",
- "manipulators": [
- {
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "1"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "2"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "d",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "3"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "4"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "5"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "6"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "7"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "8"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "9"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "y",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "0"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "1",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "2",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "4",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "5",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "6",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "7",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "right_option"
- ]
- }
- },
- "to": [
- {
- "key_code": "8",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- }
- ]
- },
- {
- "description": "right cmd + keys (symbols layer)",
- "manipulators": [
- {
- "from": {
- "key_code": "y",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "return_or_enter"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "comma",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "equal_sign",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "period",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "k",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "9",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "l",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "0",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "slash",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "right_shift",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "x",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_forward"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "c",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "semicolon",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "r",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "semicolon"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "n",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "slash"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "m",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "slash",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "8",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "q",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "comma"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "j",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "period"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "d",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "delete_or_backspace",
- "repeat": true
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "9",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "9",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "i",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "o",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "p",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "g",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "equal_sign"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "quote"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "e",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "quote",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "b",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "z",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "tab",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "h",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen"
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "u",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- },
- {
- "from": {
- "key_code": "v",
- "modifiers": {
- "mandatory": [
- "right_gui"
- ],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash",
- "modifiers": [
- "left_shift"
- ]
- }
- ],
- "type": "basic"
- }
- ]
- }
- ]
- },
- "devices": [
- {
- "fn_function_keys": [
- {
- "from": {
- "key_code": "f1"
- },
- "to": [
- {
- "consumer_key_code": "mute"
- }
- ]
- },
- {
- "from": {
- "key_code": "f2"
- },
- "to": [
- {
- "consumer_key_code": "volume_decrement"
- }
- ]
- },
- {
- "from": {
- "key_code": "f3"
- },
- "to": [
- {
- "consumer_key_code": "volume_increment"
- }
- ]
- },
- {
- "from": {
- "key_code": "f5"
- },
- "to": [
- {
- "consumer_key_code": "play_or_pause"
- }
- ]
- },
- {
- "from": {
- "key_code": "f6"
- },
- "to": [
- {
- "consumer_key_code": "play_or_pause"
- }
- ]
- },
- {
- "from": {
- "key_code": "f7"
- },
- "to": [
- {
- "consumer_key_code": "rewind"
- }
- ]
- },
- {
- "from": {
- "key_code": "f8"
- },
- "to": [
- {
- "consumer_key_code": "fast_forward"
- }
- ]
- }
- ],
- "identifiers": {
- "is_keyboard": true,
- "product_id": 40213,
- "vendor_id": 3141
- }
- },
- {
- "identifiers": {
- "is_keyboard": true,
- "product_id": 615,
- "vendor_id": 1452
- },
- "treat_as_built_in_keyboard": true
- },
- {
- "identifiers": {
- "is_keyboard": true,
- "product_id": 34404,
- "vendor_id": 1452
- },
- "treat_as_built_in_keyboard": true
- },
- {
- "identifiers": {
- "is_keyboard": true,
- "product_id": 50475,
- "vendor_id": 1133
- },
- "treat_as_built_in_keyboard": true
- },
- {
- "identifiers": {
- "is_keyboard": true,
- "product_id": 615,
- "vendor_id": 76
- },
- "treat_as_built_in_keyboard": true
- },
- {
- "identifiers": {
- "is_keyboard": true,
- "product_id": 1031,
- "vendor_id": 4176
- },
- "ignore": false,
- "manipulate_caps_lock_led": false,
- "simple_modifications": [
- {
- "from": {
- "key_code": "return_or_enter"
- },
- "to": [
- {
- "key_code": "vk_none"
- }
- ]
- }
- ],
- "treat_as_built_in_keyboard": true
- }
- ],
- "name": "Default profile",
- "selected": true,
- "simple_modifications": [
- {
- "from": {
- "key_code": "delete_forward"
- },
- "to": [
- {
- "key_code": "vk_none"
- }
- ]
- },
- {
- "from": {
- "key_code": "delete_or_backspace"
- },
- "to": [
- {
- "key_code": "vk_none"
- }
- ]
- },
- {
- "from": {
- "key_code": "quote"
- },
- "to": [
- {
- "key_code": "vk_none"
- }
- ]
- },
- {
- "from": {
- "key_code": "return_or_enter"
- },
- "to": [
- {
- "key_code": "vk_none"
- }
- ]
- },
- {
- "from": {
- "key_code": "o"
- },
- "to": [
- {
- "key_code": "u"
- }
- ]
- },
- {
- "from": {
- "key_code": "p"
- },
- "to": [
- {
- "key_code": "i"
- }
- ]
- },
- {
- "from": {
- "key_code": "open_bracket"
- },
- "to": [
- {
- "key_code": "o"
- }
- ]
- },
- {
- "from": {
- "key_code": "close_bracket"
- },
- "to": [
- {
- "key_code": "p"
- }
- ]
- },
- {
- "from": {
- "key_code": "return_or_enter"
- },
- "to": [
- {
- "key_code": "y"
- }
- ]
- },
- {
- "from": {
- "key_code": "k"
- },
- "to": [
- {
- "key_code": "h"
- }
- ]
- },
- {
- "from": {
- "key_code": "l"
- },
- "to": [
- {
- "key_code": "j"
- }
- ]
- },
- {
- "from": {
- "key_code": "semicolon"
- },
- "to": [
- {
- "key_code": "k"
- }
- ]
- },
- {
- "from": {
- "key_code": "quote"
- },
- "to": [
- {
- "key_code": "l"
- }
- ]
- },
- {
- "from": {
- "key_code": "comma"
- },
- "to": [
- {
- "key_code": "n"
- }
- ]
- },
- {
- "from": {
- "key_code": "period"
- },
- "to": [
- {
- "key_code": "m"
- }
- ]
- },
- {
- "from": {
- "key_code": "spacebar"
- },
- "to": [
- {
- "key_code": "right_gui"
- }
- ]
- },
- {
- "from": {
- "key_code": "delete_or_backspace"
- },
- "to": [
- {
- "key_code": "return_or_enter"
- }
- ]
- },
- {
- "from": {
- "key_code": "right_gui"
- },
- "to": [
- {
- "key_code": "spacebar"
- }
- ]
- }
- ],
- "virtual_hid_keyboard": {
- "country_code": 0,
- "keyboard_type_v2": "ansi"
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement