132 lines
3.5 KiB
YAML
132 lines
3.5 KiB
YAML
__build_info:
|
||
rime_version: 1.8.5
|
||
timestamps:
|
||
default: 1710903981
|
||
default.custom: 0
|
||
ascii_composer:
|
||
good_old_caps_lock: true
|
||
switch_key:
|
||
Caps_Lock: clear
|
||
Control_L: noop
|
||
Control_R: noop
|
||
Shift_L: commit_code
|
||
Shift_R: noop
|
||
config_version: "2024-02-05"
|
||
key_binder:
|
||
bindings:
|
||
- {accept: "Shift+Tab", send: "Shift+Left", when: composing}
|
||
- {accept: Tab, send: "Shift+Right", when: composing}
|
||
- {accept: "Alt+Left", send: "Shift+Left", when: composing}
|
||
- {accept: "Alt+Right", send: "Shift+Right", when: composing}
|
||
- {accept: minus, send: Page_Up, when: has_menu}
|
||
- {accept: equal, send: Page_Down, when: has_menu}
|
||
- {accept: "Control+Shift+3", toggle: ascii_punct, when: always}
|
||
- {accept: "Control+Shift+numbersign", toggle: ascii_punct, when: always}
|
||
- {accept: "Control+Shift+4", toggle: traditionalization, when: always}
|
||
- {accept: "Control+Shift+dollar", toggle: traditionalization, when: always}
|
||
- {accept: "Control+k", send: "Shift+Delete", when: composing}
|
||
- {accept: KP_0, send: 0, when: composing}
|
||
- {accept: KP_1, send: 1, when: composing}
|
||
- {accept: KP_2, send: 2, when: composing}
|
||
- {accept: KP_3, send: 3, when: composing}
|
||
- {accept: KP_4, send: 4, when: composing}
|
||
- {accept: KP_5, send: 5, when: composing}
|
||
- {accept: KP_6, send: 6, when: composing}
|
||
- {accept: KP_7, send: 7, when: composing}
|
||
- {accept: KP_8, send: 8, when: composing}
|
||
- {accept: KP_9, send: 9, when: composing}
|
||
- {accept: KP_Decimal, send: period, when: composing}
|
||
select_first_character: bracketleft
|
||
select_last_character: bracketright
|
||
menu:
|
||
page_size: 9
|
||
punctuator:
|
||
full_shape:
|
||
" ": {commit: " "}
|
||
"!": {commit: "!"}
|
||
"\"": {pair: ["“", "”"]}
|
||
"#": ["#", "⌘"]
|
||
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"]
|
||
"%": ["%", "°", "℃"]
|
||
"&": "&"
|
||
"'": {pair: ["‘", "’"]}
|
||
"(": "("
|
||
")": ")"
|
||
"*": ["*", "·", "・", "×", "※", "❂"]
|
||
"+": "+"
|
||
",": {commit: ","}
|
||
"-": "-"
|
||
.: {commit: "。"}
|
||
"/": ["/", "÷"]
|
||
":": {commit: ":"}
|
||
";": {commit: ";"}
|
||
"<": ["《", "〈", "«", "‹"]
|
||
"=": "="
|
||
">": ["》", "〉", "»", "›"]
|
||
"?": {commit: "?"}
|
||
"@": ["@", "☯"]
|
||
"[": ["「", "【", "〔", "["]
|
||
"\\": ["、", "\"]
|
||
"]": ["」", "】", "〕", "]"]
|
||
"^": {commit: "……"}
|
||
_: "——"
|
||
"`": "`"
|
||
"{": ["『", "〖", "{"]
|
||
"|": ["·", "|", "§", "¦"]
|
||
"}": ["』", "〗", "}"]
|
||
"~": "~"
|
||
half_shape:
|
||
"!": "!"
|
||
"\"": {pair: ["“", "”"]}
|
||
"#": "#"
|
||
"$": "¥"
|
||
"%": "%"
|
||
"&": "&"
|
||
"'": {pair: ["‘", "’"]}
|
||
"(": "("
|
||
")": ")"
|
||
"*": "*"
|
||
"+": "+"
|
||
",": ","
|
||
"-": "-"
|
||
.: "。"
|
||
"/": "/"
|
||
":": ":"
|
||
";": ";"
|
||
"<": "《"
|
||
"=": "="
|
||
">": "》"
|
||
"?": "?"
|
||
"@": "@"
|
||
"[": "【"
|
||
"\\": "`"
|
||
"]": "】"
|
||
"^": "……"
|
||
_: "——"
|
||
"`": "`"
|
||
"{": "「"
|
||
"|": "|"
|
||
"}": "」"
|
||
"~": "~"
|
||
recognizer:
|
||
patterns:
|
||
email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$"
|
||
underscore: "^[A-Za-z]+_.*"
|
||
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||
schema_list:
|
||
- schema: rime_ice
|
||
- schema: t9
|
||
- schema: double_pinyin_flypy
|
||
switcher:
|
||
abbreviate_options: true
|
||
caption: "「方案选单」"
|
||
fold_options: true
|
||
hotkeys:
|
||
- "Control+q"
|
||
option_list_separator: " / "
|
||
save_options:
|
||
- ascii_punct
|
||
- traditionalization
|
||
- emoji
|
||
- full_shape
|
||
- search_single_char |