blob: 77ead3100980039fb6c06f369ba9babd320b45c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"title": "R_ALT to switch input languages as it is in Windows (especially Korean)",
"maintainers": [
"pydemia"
],
"rules": [
{
"description": "R_ALT to switch input languages as it is in Windows (especially Korean)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_alt"
},
"to": [
{
"repeat": false,
"key_code": "spacebar",
"modifiers": [
"left_control",
"left_alt"
],
"lazy": true
}
]
}
]
}
]
}
|