Skip to content

Instantly share code, notes, and snippets.

@vladkosinov
Last active July 23, 2025 22:14
Show Gist options
  • Select an option

  • Save vladkosinov/15234a26bac080c25d5b25e6cbf78cfb to your computer and use it in GitHub Desktop.

Select an option

Save vladkosinov/15234a26bac080c25d5b25e6cbf78cfb to your computer and use it in GitHub Desktop.
Karabiner config to enable Colemak modifiers for Russian layout
{
"title": "Colemak modifiers for Russian layout",
"rules": [
{
"description": "Remap keys for Russian layout (e.g., ; -> о) when pressed with a modifier; shift-only and option-only modifiers are ignored.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "f",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "u",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "s",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "d",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "e",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "o",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"control",
"option"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"control"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"control"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"option"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"control",
"option"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"control",
"option"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"control",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"option",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"control",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"control",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
},
{
"type": "basic",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"command",
"control",
"option",
"shift"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"command",
"control",
"option",
"shift"
]
}
],
"conditions": [
{
"type": "input_source_if",
"input_sources": [
{
"language": "ru"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment