-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefault.yaml
160 lines (151 loc) · 5.17 KB
/
default.yaml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Rime default settings
# encoding: utf-8
config_version: "0.40"
schema_list:
- schema: lian
- schema: flypy
- schema: asdfzma
- schema: english
- schema: pinyin123 # 郑码反查依赖于此库
switcher:
caption: 〔方案选单〕
hotkeys:
- Control+grave
- Control+Shift+grave
- F4
save_options:
- full_shape
- ascii_punct
- simplification
- extended_charset
- zh_hant
- zh_hans
- zh_hant_tw
fold_options: true
abbreviate_options: true
option_list_separator: '/'
menu:
page_size: 10
punctuator:
full_shape:
' ' : { commit: ' ' }
',' : { commit: , }
'.' : { commit: 。 }
'<' : [ 《, 〈, «, ‹ ]
'>' : [ 》, 〉, », › ]
'/' : [ /, ÷ ]
'?' : { commit: ? }
';' : { commit: ; }
':' : { commit: : }
'''' : { pair: [ '‘', '’' ] }
'"' : { pair: [ '“', '”' ] }
'\' : [ 、, \ ]
'|' : [ ·, |, '§', '¦' ]
'`' : `
'~' : ~
'!' : { commit: ! }
'@' : [ @, ☯ ]
'#' : [ #, ⌘ ]
'%' : [ %, '°', '℃' ]
'$' : [ ¥, '$', '€', '£', '¥', '¢', '¤' ]
'^' : { commit: …… }
'&' : &
'*' : [ *, ·, ・, ×, ※, ❂ ]
'(' : (
')' : )
'-' : -
'_' : ——
'+' : +
'=' : =
'[' : [ 「, 【, 〔, [ ]
']' : [ 」, 】, 〕, ] ]
'{' : [ 『, 〖, { ]
'}' : [ 』, 〗, } ]
half_shape:
',' : [ ',', ',' ] #{ commit: , }
'.' : [ '。', '.' ] #{ commit: 。 }
'<' : [ '<',《, 〈, « ]
'>' : [ '>', 》, 〉, », › ]
'/' : [ 、, '/', /, ÷ ]
'?' : [ ?, '?' ] #{ commit: ? }
';' : [ ;, ';' ] #{ commit: ; }
':' : [ :, ':' ] #{ commit: : }
'''' : [ '‘’', "'" ] #{ pair: [ '‘', '’' ] }
'"' : [ '“”', '"' ] #{ pair: [ '“', '”' ] }
'\' : [ '、', '\', \ ]
'|' : [ '|', ·, |, '§', '¦' ]
'`' : '`'
'~' : [ '~', ~ ]
'!' : [ !, '!' ] #{ commit: ! }
'@' : '@'
'#' : '#'
'%' : [ '%', %, '°', '℃' ]
'$' : [ '$', ¥, '€', '£', '¥', '¢', '¤' ]
'^' : [ '^', …… ] # { commit: …… }
'&' : '&'
'*' : [ '*',*, ·, ・, ×, ※, ❂ ]
'(' : [ '(' , '(' ]
')' : [ ')', ')' ]
'-' : [ '—', '-' ]
'_' : [ '_', '——' ]
'+' : '+'
'=' : '='
'[' : [ '(', '[', "{", '[', '【', '〖', '「', '『', '〔' ]
']' : [ ')', ']', "}", ']', '】', '〗', '」', '』', '〕' ]
'{' : [ '{', '{' ]
'}' : [ '}', '}' ]
key_binder:
bindings:
# Emacs style
- { when: composing, accept: Control+p, send: Up }
- { when: composing, accept: Control+n, send: Down }
- { when: composing, accept: Control+b, send: Left }
- { when: composing, accept: Control+f, send: Right }
- { when: composing, accept: Control+a, send: Home }
- { when: composing, accept: Control+e, send: End }
- { when: composing, accept: Control+d, send: Delete }
- { when: composing, accept: Control+k, send: Shift+Delete }
- { when: composing, accept: Control+h, send: BackSpace }
- { when: composing, accept: Control+g, send: Escape }
- { when: composing, accept: Control+bracketleft, send: Escape }
- { when: composing, accept: Alt+v, send: Page_Up }
- { when: composing, accept: Control+v, send: Page_Down }
# move by word
- { when: composing, accept: ISO_Left_Tab, send: Shift+Left }
# - { when: composing, accept: Shift+Tab, send: Shift+Left }
# - { when: composing, accept: Tab, send: Shift+Right }
- { when: composing, accept: Shift+Tab, send: Up }
- { when: composing, accept: Tab, send: Down }
# flip page
- { when: has_menu, accept: minus, send: Page_Up }
- { when: has_menu, accept: equal, send: Page_Down }
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
# hotkey switch
- { when: always, accept: Control+Shift+1, select: .next }
- { when: always, accept: Control+Shift+2, toggle: ascii_mode }
- { when: always, accept: Control+Shift+3, toggle: full_shape }
- { when: always, accept: Control+Shift+4, toggle: simplification }
- { when: always, accept: Control+Shift+5, toggle: extended_charset }
- { when: always, accept: Control+Shift+exclam, select: .next }
- { when: always, accept: Control+Shift+at, toggle: ascii_mode }
- { when: always, accept: Control+Shift+numbersign, toggle: full_shape }
- { when: always, accept: Control+Shift+dollar, toggle: simplification }
- { when: always, accept: Control+Shift+percent, toggle: extended_charset }
#- { when: always, accept: Shift+space, toggle: full_shape }
#- { when: always, accept: Shift+space, toggle: ascii_mode }
- { when: always, accept: Control+period, toggle: ascii_punct }
recognizer:
patterns:
email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$"
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
ascii_composer:
good_old_caps_lock: true
switch_key:
Shift_L: inline_ascii # inline_ascii commit_code commit_text
Shift_R: commit_text # commit_text noop
Control_L: noop
Control_R: noop
Caps_Lock: clear
Eisu_toggle: clear