This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enter_eisu_semicoron.json
80 lines (80 loc) · 1.61 KB
/
enter_eisu_semicoron.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"title": "enter",
"rules": [
{
"description": "無変換/英数 + 「;」で「enter」",
"extra_descriptions": [
"無変換/英数 + ; -> Escape"
],
"extra_description_level": 1,
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "international5",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "fn",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "lang2",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "fn",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"fn"
],
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "return_or_enter",
"modifiers": [
"return_or_enter"
]
}
]
}
]
}
]
}