Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youkidearitai/4049a21c4d51db63d43f209ad763cda8 to your computer and use it in GitHub Desktop.
Save youkidearitai/4049a21c4d51db63d43f209ad763cda8 to your computer and use it in GitHub Desktop.
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": true
},
"profiles": [
{
"complex_modifications": {
"parameters": {
"basic.simultaneous_threshold_milliseconds": 50,
"basic.to_delayed_action_delay_milliseconds": 500,
"basic.to_if_alone_timeout_milliseconds": 1000,
"basic.to_if_held_down_threshold_milliseconds": 500,
"mouse_motion_to_scroll.speed": 100
},
"rules": [
{
"description": "control-bをcontrol-nに変換",
"manipulators": [
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-lをcontrol-pに変換",
"manipulators": [
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-eをcontrol-dに変換",
"manipulators": [
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-fをcontrol-yに変換",
"manipulators": [
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-gをcontrol-uに変換",
"manipulators": [
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-uをcontrol-fに変換",
"manipulators": [
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-xをcontrol-bに変換",
"manipulators": [
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-qをcontrol-xに変換",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-quoteをcontrol-qに変換",
"manipulators": [
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-dをcontrol-hに変換",
"manipulators": [
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-commaをcontrol-wに変換",
"manipulators": [
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-periodをcontrol-eに変換",
"manipulators": [
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-pをcontrol-rに変換",
"manipulators": [
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-yをcontrol-tに変換",
"manipulators": [
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-cをcontrol-iに変換",
"manipulators": [
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-rをcontrol-oに変換",
"manipulators": [
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-oをcontrol-sに変換",
"manipulators": [
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-iをcontrol-gに変換",
"manipulators": [
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-hをcontrol-jに変換",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-tをcontrol-kに変換",
"manipulators": [
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-nをcontrol-lに変換",
"manipulators": [
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-sをcontrol-semicolonに変換",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-semicolonをcontrol-zに変換",
"manipulators": [
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-jをcontrol-cに変換",
"manipulators": [
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-kをcontrol-vに変換",
"manipulators": [
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-wをcontrol-commaに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-vをcontrol-periodに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-zをcontrol-slashに変換",
"manipulators": [
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-hyphenをcontrol-quoteに変換",
"manipulators": [
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-close_bracketをcontrol-equal_signに変換",
"manipulators": [
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-open_bracketをcontrol-hyphenに変換",
"manipulators": [
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-equal_signをcontrol-close_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "control-slashをcontrol-open_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-bをcommand-nに変換",
"manipulators": [
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-lをcommand-pに変換",
"manipulators": [
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-eをcommand-dに変換",
"manipulators": [
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-gをcommand-uに変換",
"manipulators": [
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-uをcommand-fに変換",
"manipulators": [
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-xをcommand-bに変換",
"manipulators": [
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-qをcommand-xに変換",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-quoteをcommand-qに変換",
"manipulators": [
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-dをcommand-hに変換",
"manipulators": [
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-commaをcommand-wに変換",
"manipulators": [
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-periodをcommand-eに変換",
"manipulators": [
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-yをcommand-tに変換",
"manipulators": [
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-pをcommand-rに変換",
"manipulators": [
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-fをcommand-yに変換",
"manipulators": [
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-cをcommand-iに変換",
"manipulators": [
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-rをcommand-oに変換",
"manipulators": [
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-oをcommand-sに変換",
"manipulators": [
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-iをcommand-gに変換",
"manipulators": [
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-hをcommand-jに変換",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-tをcommand-kに変換",
"manipulators": [
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-nをcommand-lに変換",
"manipulators": [
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-sをcommand-semicolonに変換",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-semicolonをcommand-zに変換",
"manipulators": [
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-jをcommand-cに変換",
"manipulators": [
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-kをcommand-vに変換",
"manipulators": [
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-wをcommand-commaに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-vをcommand-periodに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-zをcommand-slashに変換",
"manipulators": [
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-hyphenをcommand-quoteに変換",
"manipulators": [
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-close_bracketをcommand-equal_signに変換",
"manipulators": [
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-open_bracketをcommand-hyphenに変換",
"manipulators": [
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-slashをcommand-open_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "command-equal_signをcommand-close_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": [
"command"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-bをoption-nに変換",
"manipulators": [
{
"from": {
"key_code": "b",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-lをoption-pに変換",
"manipulators": [
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-eをoption-dに変換",
"manipulators": [
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-gをoption-uに変換",
"manipulators": [
{
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-uをoption-fに変換",
"manipulators": [
{
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-xをoption-bに変換",
"manipulators": [
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-qをoption-xに変換",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "x",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-quoteをoption-qに変換",
"manipulators": [
{
"from": {
"key_code": "quote",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "q",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-dをoption-hに変換",
"manipulators": [
{
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-commaをoption-wに変換",
"manipulators": [
{
"from": {
"key_code": "comma",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-periodをoption-eに変換",
"manipulators": [
{
"from": {
"key_code": "period",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-pをoption-rに変換",
"manipulators": [
{
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-yをoption-tに変換",
"manipulators": [
{
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-fをoption-yに変換",
"manipulators": [
{
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-cをoption-iに変換",
"manipulators": [
{
"from": {
"key_code": "c",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-rをoption-oに変換",
"manipulators": [
{
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-oをoption-sに変換",
"manipulators": [
{
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-iをoption-gに変換",
"manipulators": [
{
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-hをoption-jに変換",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-tをoption-kに変換",
"manipulators": [
{
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-nをoption-lに変換",
"manipulators": [
{
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-sをoption-semicolonに変換",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-sをoption-semicolonに変換",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-sをoption-semicolonに変換",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-semicolonをoption-zに変換",
"manipulators": [
{
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "z",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-jをoption-cに変換",
"manipulators": [
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "c",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-kをoption-vに変換",
"manipulators": [
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-wをoption-commaに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-vをoption-periodに変換",
"manipulators": [
{
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "comma",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-zをoption-slashに変換",
"manipulators": [
{
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-hyphenをoption-quoteに変換",
"manipulators": [
{
"from": {
"key_code": "hyphen",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "quote",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-close_bracketをoption-equal_signに変換",
"manipulators": [
{
"from": {
"key_code": "close_bracket",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "equal_sign",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-open_bracketをoption-hyphenに変換",
"manipulators": [
{
"from": {
"key_code": "open_bracket",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "hyphen",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-slashをoption-open_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "slash",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "open_bracket",
"modifiers": [
"option"
]
}
],
"type": "basic"
}
]
},
{
"description": "option-equal_signをoption-close_bracketに変換",
"manipulators": [
{
"from": {
"key_code": "equal_sign",
"modifiers": {
"mandatory": [
"option"
]
}
},
"to": [
{
"key_code": "close_bracket",
"modifiers": [
"option"
]
}
],
"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": [
{
"key_code": "mission_control"
}
]
},
{
"from": {
"key_code": "f4"
},
"to": [
{
"key_code": "launchpad"
}
]
},
{
"from": {
"key_code": "f5"
},
"to": [
{
"key_code": "illumination_decrement"
}
]
},
{
"from": {
"key_code": "f6"
},
"to": [
{
"key_code": "illumination_increment"
}
]
},
{
"from": {
"key_code": "f7"
},
"to": [
{
"consumer_key_code": "rewind"
}
]
},
{
"from": {
"key_code": "f8"
},
"to": [
{
"consumer_key_code": "play_or_pause"
}
]
},
{
"from": {
"key_code": "f9"
},
"to": [
{
"consumer_key_code": "fastforward"
}
]
},
{
"from": {
"key_code": "f10"
},
"to": [
{
"consumer_key_code": "mute"
}
]
},
{
"from": {
"key_code": "f11"
},
"to": [
{
"consumer_key_code": "volume_decrement"
}
]
},
{
"from": {
"key_code": "f12"
},
"to": [
{
"consumer_key_code": "volume_increment"
}
]
}
],
"name": "tekitoh-dvorak",
"parameters": {
"delay_milliseconds_before_open_device": 1000
},
"selected": true,
"simple_modifications": [
{
"from": {
"key_code": "a"
},
"to": [
{
"key_code": "a"
}
]
},
{
"from": {
"key_code": "b"
},
"to": [
{
"key_code": "x"
}
]
},
{
"from": {
"key_code": "backslash"
},
"to": [
{
"key_code": "backslash"
}
]
},
{
"from": {
"key_code": "c"
},
"to": [
{
"key_code": "j"
}
]
},
{
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "left_control"
}
]
},
{
"from": {
"key_code": "close_bracket"
},
"to": [
{
"key_code": "equal_sign"
}
]
},
{
"from": {
"key_code": "comma"
},
"to": [
{
"key_code": "w"
}
]
},
{
"from": {
"key_code": "d"
},
"to": [
{
"key_code": "e"
}
]
},
{
"from": {
"key_code": "e"
},
"to": [
{
"key_code": "period"
}
]
},
{
"from": {
"key_code": "equal_sign"
},
"to": [
{
"key_code": "close_bracket"
}
]
},
{
"from": {
"key_code": "f"
},
"to": [
{
"key_code": "u"
}
]
},
{
"from": {
"key_code": "g"
},
"to": [
{
"key_code": "i"
}
]
},
{
"from": {
"key_code": "h"
},
"to": [
{
"key_code": "d"
}
]
},
{
"from": {
"key_code": "hyphen"
},
"to": [
{
"key_code": "open_bracket"
}
]
},
{
"from": {
"key_code": "i"
},
"to": [
{
"key_code": "c"
}
]
},
{
"from": {
"key_code": "j"
},
"to": [
{
"key_code": "h"
}
]
},
{
"from": {
"key_code": "k"
},
"to": [
{
"key_code": "t"
}
]
},
{
"from": {
"key_code": "l"
},
"to": [
{
"key_code": "n"
}
]
},
{
"from": {
"key_code": "m"
},
"to": [
{
"key_code": "m"
}
]
},
{
"from": {
"key_code": "n"
},
"to": [
{
"key_code": "b"
}
]
},
{
"from": {
"key_code": "o"
},
"to": [
{
"key_code": "r"
}
]
},
{
"from": {
"key_code": "open_bracket"
},
"to": [
{
"key_code": "slash"
}
]
},
{
"from": {
"key_code": "p"
},
"to": [
{
"key_code": "l"
}
]
},
{
"from": {
"key_code": "period"
},
"to": [
{
"key_code": "v"
}
]
},
{
"from": {
"key_code": "q"
},
"to": [
{
"key_code": "quote"
}
]
},
{
"from": {
"key_code": "quote"
},
"to": [
{
"key_code": "hyphen"
}
]
},
{
"from": {
"key_code": "r"
},
"to": [
{
"key_code": "p"
}
]
},
{
"from": {
"key_code": "s"
},
"to": [
{
"key_code": "o"
}
]
},
{
"from": {
"key_code": "semicolon"
},
"to": [
{
"key_code": "s"
}
]
},
{
"from": {
"key_code": "slash"
},
"to": [
{
"key_code": "z"
}
]
},
{
"from": {
"key_code": "t"
},
"to": [
{
"key_code": "y"
}
]
},
{
"from": {
"key_code": "u"
},
"to": [
{
"key_code": "g"
}
]
},
{
"from": {
"key_code": "v"
},
"to": [
{
"key_code": "k"
}
]
},
{
"from": {
"key_code": "w"
},
"to": [
{
"key_code": "comma"
}
]
},
{
"from": {
"key_code": "x"
},
"to": [
{
"key_code": "q"
}
]
},
{
"from": {
"key_code": "y"
},
"to": [
{
"key_code": "f"
}
]
},
{
"from": {
"key_code": "z"
},
"to": [
{
"key_code": "semicolon"
}
]
}
],
"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": []
},
"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": [
{
"key_code": "mission_control"
}
]
},
{
"from": {
"key_code": "f4"
},
"to": [
{
"key_code": "launchpad"
}
]
},
{
"from": {
"key_code": "f5"
},
"to": [
{
"key_code": "illumination_decrement"
}
]
},
{
"from": {
"key_code": "f6"
},
"to": [
{
"key_code": "illumination_increment"
}
]
},
{
"from": {
"key_code": "f7"
},
"to": [
{
"consumer_key_code": "rewind"
}
]
},
{
"from": {
"key_code": "f8"
},
"to": [
{
"consumer_key_code": "play_or_pause"
}
]
},
{
"from": {
"key_code": "f9"
},
"to": [
{
"consumer_key_code": "fastforward"
}
]
},
{
"from": {
"key_code": "f10"
},
"to": [
{
"consumer_key_code": "mute"
}
]
},
{
"from": {
"key_code": "f11"
},
"to": [
{
"consumer_key_code": "volume_decrement"
}
]
},
{
"from": {
"key_code": "f12"
},
"to": [
{
"consumer_key_code": "volume_increment"
}
]
}
],
"name": "default",
"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
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment