加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
default.yaml 4.57 KB
一键复制 编辑 原始数据 按行查看 历史
vingen 提交于 2020-04-28 00:17 . update default.yaml.
__build_info:
rime_version: 1.4.0
timestamps:
default: 1548171029
default.custom: 0
key_bindings: 1554642140
key_bindings.custom: 0
punctuation: 1554642140
punctuation.custom: 0
ascii_composer:
good_old_caps_lock: true
switch_key:
Caps_Lock: clear
Control_L: noop
Control_R: noop
Eisu_toggle: clear
Shift_L: inline_ascii
Shift_R: commit_text
config_version: 0.40
key_binder:
bindings:
- {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, 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: minus, send: Page_Up, when: has_menu}
- {accept: equal, send: Page_Down, when: has_menu}
- {accept: comma, send: Page_Up, when: paging}
- {accept: period, send: Page_Down, when: has_menu}
- {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}
menu:
page_size: 5
punctuator:
full_shape:
"!": {commit: "!"}
"\"": {pair: ["“", "”"]}
"#": "#"
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"]
"%": "%"
"&": "&"
"'": {pair: ["‘", "’"]}
"(": "("
")": ")"
"*": "*"
"+": "+"
",": {commit: ","}
"-": "-"
".": {commit: "。"}
"/": "/"
":": {commit: ":"}
";": {commit: ";"}
"<": "《"
"=": "="
">": "》"
"?": {commit: "?"}
"@": "@"
"[": "【"
"\\": "、"
"]": "】"
"^": {commit: "……"}
"_": "——"
"`": "`"
"{": "「"
"|": "|"
"}": "」"
"~": {commit: "~"}
half_shape:
"!": {commit: "!"}
"\"": {pair: ["“", "”"]}
"#": "#"
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"]
"%": "%"
"&": "&"
"'": {pair: ["‘", "’"]}
"(": "("
")": ")"
"*": "*"
"+": "+"
",": {commit: ","}
"-": "-"
".": {commit: "."}
"/": "/"
":": {commit: ":"}
";": {commit: ";"}
"<": "《"
"=": "="
">": "》"
"?": {commit: "?"}
"@": "@"
"[": "["
"\\": "、"
"]": "]"
"^": {commit: "……"}
"_": "——"
"`": "·"
"{": "「"
"|": "|"
"}": "」"
"~": {commit: "~"}
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]+[.].+$"
schema_list:
- schema: luna_pinyin
- schema: luna_pinyin_simp
- schema: luna_quanpin
- schema: zhengma #安静郑码
- schema: zmjd #单字郑码
- schema: zmb #单字郑码
- schema: zmbig #巨集郑码 加入百度输入法中常用词。
- schema: wubi86
- schema: wubi98
- schema: luna_pinyin_fluency
- schema: bopomofo
- schema: bopomofo_tw
- schema: cangjie5
- schema: stroke
- schema: terra_pinyin
- schema: pinyin123 #以上三套郑码方按编码反查所必需的拼音码表
switcher:
abbreviate_options: true
caption: "〔方案選單〕"
fold_options: true
hotkeys:
- "Control+grave"
- "Control+Shift+grave"
- F4
option_list_separator: "/"
save_options:
- full_shape
- ascii_punct
- simplification
- extended_charset
- zh_hant
- zh_hans
- zh_hant_tw
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化