Skip to content

Instantly share code, notes, and snippets.

@radlinskii
Last active December 6, 2022 17:51
Show Gist options
  • Save radlinskii/ae12636c1a3a68a9008d41a53a09d0d1 to your computer and use it in GitHub Desktop.
Save radlinskii/ae12636c1a3a68a9008d41a53a09d0d1 to your computer and use it in GitHub Desktop.
Config file for [Karabiner Elements](https://karabiner-elements.pqrs.org/) used for customizing keyboard layout on MacOS.

Config file for Karabiner Elements used for customizing keyboard layout on MacOS.

Profiles:

  • qwerty - default profile without any changes
  • qwerty with custom arrows - JKIL keys act as arrows when Capslock key is held. Section sign acts as caps
  • colemak dh - colemak mod dh keyboard layout
  • colemak dh with custom arrows - colemak dh with JKIL keys acting as arrows when Capslock key is held. Section sign acts as caps.
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": 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": []
},
"devices": [],
"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": "qwerty",
"parameters": {
"delay_milliseconds_before_open_device": 1000
},
"selected": false,
"simple_modifications": [
{
"from": {
"key_code": "non_us_backslash"
},
"to": [
{
"key_code": "caps_lock"
}
]
}
],
"virtual_hid_keyboard": {
"country_code": 0,
"indicate_sticky_modifier_keys_state": true,
"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": "CAPS LOCK + jkil to arrow keys",
"manipulators": [
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "j",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "left_arrow"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "k",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "down_arrow"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "i",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "up_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": {
"optional": ["any"]
}
},
"to": [
{
"set_variable": {
"name": "caps_lock pressed",
"value": 1
}
}
],
"to_after_key_up": [
{
"set_variable": {
"name": "caps_lock pressed",
"value": 0
}
}
],
"type": "basic"
}
]
},
{
"description": "section sign to caps",
"manipulators": [
{
"from": {
"key_code": "non_us_backslash",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "caps_lock"
}
],
"type": "basic"
}
]
}
]
},
"devices": [],
"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": "qwerty with custom arrows",
"parameters": {
"delay_milliseconds_before_open_device": 1000
},
"selected": false,
"simple_modifications": [],
"virtual_hid_keyboard": {
"country_code": 0,
"indicate_sticky_modifier_keys_state": true,
"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": "Colemak Mod-DH Standard (ANSI)",
"manipulators": [
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde"
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1"
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2"
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4"
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5"
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6"
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7"
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8"
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9"
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0"
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen"
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign"
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q"
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w"
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f"
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p"
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b"
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j"
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l"
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u"
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y"
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon"
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket"
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket"
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash"
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a"
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r"
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s"
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t"
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g"
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m"
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n"
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e"
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i"
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o"
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote"
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z"
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x"
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c"
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d"
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v"
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k"
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h"
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma"
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period"
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash"
}
],
"type": "basic"
},
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": ["right_shift"]
}
],
"type": "basic"
}
]
}
]
},
"devices": [],
"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": "colemak dh",
"parameters": {
"delay_milliseconds_before_open_device": 1000
},
"selected": false,
"simple_modifications": [],
"virtual_hid_keyboard": {
"country_code": 0,
"indicate_sticky_modifier_keys_state": true,
"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": "CAPS LOCK + jkil to arrow keys",
"manipulators": [
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "j",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "left_arrow"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "k",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "down_arrow"
}
],
"type": "basic"
},
{
"conditions": [
{
"name": "caps_lock pressed",
"type": "variable_if",
"value": 1
}
],
"from": {
"key_code": "i",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "up_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": {
"optional": ["any"]
}
},
"to": [
{
"set_variable": {
"name": "caps_lock pressed",
"value": 1
}
}
],
"to_after_key_up": [
{
"set_variable": {
"name": "caps_lock pressed",
"value": 0
}
}
],
"type": "basic"
}
]
},
{
"description": "section sign to caps",
"manipulators": [
{
"from": {
"key_code": "non_us_backslash",
"modifiers": {
"optional": ["any"]
}
},
"to": [
{
"key_code": "caps_lock"
}
],
"type": "basic"
}
]
},
{
"description": "Colemak Mod-DH Standard (ANSI)",
"manipulators": [
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde"
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1"
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2"
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4"
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5"
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6"
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7"
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8"
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9"
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0"
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen"
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign"
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q"
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w"
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f"
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p"
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b"
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j"
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l"
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u"
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y"
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon"
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket"
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket"
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash"
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a"
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r"
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s"
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t"
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g"
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m"
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n"
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e"
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i"
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o"
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote"
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z"
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x"
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c"
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d"
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v"
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k"
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h"
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma"
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period"
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash"
}
],
"type": "basic"
},
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": ["left_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": ["left_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "grave_accent_and_tilde",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "1",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "1",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "2",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "2",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "4",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "4",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "5",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "5",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "6",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "6",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "7",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "7",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "8",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "8",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "9",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "9",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "0",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "0",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "backslash",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "backslash",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "a",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "a",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "m",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "v",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "m",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "period",
"modifiers": ["right_shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": ["right_shift"],
"optional": [
"caps_lock",
"left_command",
"left_control",
"left_alt",
"right_command",
"right_control",
"right_alt"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": ["right_shift"]
}
],
"type": "basic"
}
]
}
]
},
"devices": [],
"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": "colemak dh with custom arrows",
"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