mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 23:16:54 +00:00
253 lines
8.2 KiB
YAML
253 lines
8.2 KiB
YAML
# Rime default settings
|
||
# encoding: utf-8
|
||
|
||
|
||
# 要比共享目录的同名文件的 config_version 大才可以生效
|
||
config_version: 'LTS'
|
||
|
||
|
||
# 方案列表
|
||
schema_list:
|
||
- schema: wanxiang
|
||
|
||
# - schema: wanxiang_t9
|
||
# 菜单
|
||
menu:
|
||
page_size: 6 # 候选词个数,不得超过6个,7890代表声调
|
||
alternative_select_labels: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] # 修改候选项标签,Windows用这行会自动加点
|
||
#alternative_select_labels: [ ⒈, ⒉, ⒊, ⒋, ⒌, ⒍, ⒎, ⒏, ⒐, ⒑ ] # 修改候选项标签,Linux用这行用了加点字符
|
||
#alternative_select_keys: ASDFGHJKL # 这里战略性占用选字按键,如编码字符占用数字键,则需另设选字键
|
||
|
||
|
||
# 方案选单相关
|
||
switcher:
|
||
caption: 「方案选单」
|
||
hotkeys:
|
||
- Control+grave
|
||
# - Alt+grave
|
||
save_options: # 开关记忆(方案中的 switches),从方案选单(而非快捷键)切换时会记住的选项,需要记忆的开关不能设定 reset
|
||
- ascii_punct
|
||
- s2t
|
||
- s2hk
|
||
- s2tw
|
||
- emoji
|
||
- full_shape
|
||
- prediction
|
||
- super_tips
|
||
- charset_filter
|
||
- chaifen_switch
|
||
- tone_display
|
||
- fuzhu_hint
|
||
- tone_hint
|
||
- full_pinyin
|
||
- chinese_english
|
||
- zh_only
|
||
- en_only
|
||
- search_single_char
|
||
fold_options: true # 呼出时是否折叠,多方案时建议折叠 true ,一个方案建议展开 false
|
||
abbreviate_options: true # 折叠时是否缩写选项
|
||
option_list_separator: ' / ' # 折叠时的选项分隔符
|
||
|
||
|
||
# 中西文切换
|
||
#
|
||
# good_old_caps_lock:
|
||
# true 切换大写
|
||
# false 切换中英
|
||
# macOS 偏好设置的优先级更高,如果勾选【使用大写锁定键切换“ABC”输入法】则始终会切换输入法。
|
||
#
|
||
# 切换中英:
|
||
# 不同的选项表示:打字打到一半时按下了 CapsLock、Shift、Control 后:
|
||
# commit_code 上屏原始的编码,然后切换到英文
|
||
# commit_text 上屏拼出的词句,然后切换到英文
|
||
# clear 清除未上屏内容,然后切换到英文
|
||
# inline_ascii 切换到临时英文模式,按回车上屏后回到中文状态
|
||
# noop 屏蔽快捷键,不切换中英,但不要屏蔽 CapsLock
|
||
ascii_composer:
|
||
good_old_caps_lock: true # true | false
|
||
switch_key:
|
||
Caps_Lock: clear # commit_code | commit_text | clear
|
||
Shift_L: commit_code # commit_code | commit_text | inline_ascii | clear | noop
|
||
Shift_R: commit_code # commit_code | commit_text | inline_ascii | clear | noop
|
||
Control_L: noop # commit_code | commit_text | inline_ascii | clear | noop
|
||
Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop
|
||
|
||
|
||
# 处理符合特定规则的输入码,如网址、反查
|
||
# 此处配置较为通用的选项,各方案中另增加了和方案功能绑定的 patterns。
|
||
recognizer:
|
||
patterns:
|
||
|
||
# 快捷键
|
||
key_binder:
|
||
bindings:
|
||
# Tab / Shift+Tab 切换光标至下/上一个拼音
|
||
#- { when: composing, accept: Shift+Tab, send: Shift+Left }
|
||
#- { when: composing, accept: Tab, send: Shift+Right }
|
||
# Tab / Shift+Tab 翻页
|
||
# - { when: has_menu, accept: Shift+Tab, send: Page_Up }
|
||
# - { when: has_menu, accept: Tab, send: Page_Down }
|
||
|
||
# numbered_mode_switch:
|
||
# - { when: always, select: .next, accept: Control+Shift+1 } # 在最近的两个方案之间切换
|
||
# - { when: always, select: .next, accept: Control+Shift+exclam } # 在最近的两个方案之间切换
|
||
# - { when: always, toggle: ascii_mode, accept: Control+Shift+2 } # 切换中英
|
||
# - { when: always, toggle: ascii_mode, accept: Control+Shift+at } # 切换中英
|
||
# - { when: always, toggle: full_shape, accept: Control+Shift+5 } # 切换全半角
|
||
# - { when: always, toggle: full_shape, accept: Control+Shift+percent } # 切换全半角
|
||
|
||
# emacs_editing:
|
||
# - { 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, toggle: xxxxx } #释放Ctrl+k=ctrl+del 万象用来调序,且删除属于低频场景,建议双手操作
|
||
# - { when: composing, accept: Control+h, send: BackSpace }
|
||
# - { when: composing, accept: Control+g, send: Escape }
|
||
# - { when: composing, accept: Control+bracketleft, send: Escape }
|
||
# - { when: composing, accept: Control+y, send: Page_Up }
|
||
# - { when: composing, accept: Alt+v, send: Page_Up }
|
||
# - { when: composing, accept: Control+v, send: Page_Down }
|
||
|
||
# optimized_mode_switch:
|
||
# - { when: always, accept: Control+Shift+space, select: .next }
|
||
# - { when: always, accept: Shift+space, toggle: ascii_mode }
|
||
# - { when: always, accept: Control+comma, toggle: full_shape }
|
||
# - { when: always, accept: Control+period, toggle: ascii_punct }
|
||
# - { when: always, accept: Control+slash, toggle: traditionalization }
|
||
|
||
# 将小键盘 0~9 . 映射到主键盘,数字金额大写的 Lua 如 R1234.5678 可使用小键盘输入
|
||
- {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}
|
||
- {accept: KP_Multiply, send: asterisk, when: composing}
|
||
- {accept: KP_Add, send: plus, when: composing}
|
||
- {accept: KP_Subtract, send: minus, when: composing}
|
||
- {accept: KP_Divide, send: slash, when: composing}
|
||
- {accept: KP_Enter, send: Return, when: composing}
|
||
|
||
# 按键速查
|
||
# https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/Rime_description.md
|
||
# (没有 Command 键,不支持)
|
||
# accept 和 send 可用字段除 A-Za-z0-9 外,还包含以下键盘上实际有的键:
|
||
# (区分大小写)
|
||
# BackSpace 退格
|
||
# Tab 水平定位符
|
||
# Linefeed 换行
|
||
# Clear 清除
|
||
# Return 回车
|
||
# Pause 暂停
|
||
# Sys_Req 印屏
|
||
# Escape 退出
|
||
# Delete 删除
|
||
# Home 原位
|
||
# Left 左箭头
|
||
# Up 上箭头
|
||
# Right 右箭头
|
||
# Down 下箭头
|
||
# Prior、Page_Up 上翻
|
||
# Next、Page_Down 下翻
|
||
# End 末位
|
||
# Begin 始位
|
||
# Shift_L 左Shift
|
||
# Shift_R 右Shift
|
||
# Control_L 左Ctrl
|
||
# Control_R 右Ctrl
|
||
# Meta_L 左Meta
|
||
# Meta_R 右Meta
|
||
# Alt_L 左Alt
|
||
# Alt_R 右Alt
|
||
# Super_L 左Super
|
||
# Super_R 右Super
|
||
# Hyper_L 左Hyper
|
||
# Hyper_R 右Hyper
|
||
# Caps_Lock 大写锁
|
||
# Shift_Lock 上档锁
|
||
# Scroll_Lock 滚动锁
|
||
# Num_Lock 小键板锁
|
||
# Select 选定
|
||
# Print 打印
|
||
# Execute 运行
|
||
# Insert 插入
|
||
# Undo 还原
|
||
# Redo 重做
|
||
# Menu 菜单
|
||
# Find 搜寻
|
||
# Cancel 取消
|
||
# Help 帮助
|
||
# Break 中断
|
||
# space 空格
|
||
# exclam !
|
||
# quotedbl "
|
||
# numbersign #
|
||
# dollar $
|
||
# percent %
|
||
# ampersand &
|
||
# apostrophe '
|
||
# parenleft (
|
||
# parenright )
|
||
# asterisk *
|
||
# plus +
|
||
# comma ,
|
||
# minus -
|
||
# period .
|
||
# slash /
|
||
# colon :
|
||
# semicolon ;
|
||
# less <
|
||
# equal =
|
||
# greater >
|
||
# question ?
|
||
# at @
|
||
# bracketleft [
|
||
# backslash \
|
||
# bracketright ]
|
||
# asciicircum ^
|
||
# underscore _
|
||
# grave `
|
||
# braceleft {
|
||
# bar |
|
||
# braceright }
|
||
# asciitilde ~
|
||
# KP_Space 小键板空格
|
||
# KP_Tab 小键板水平定位符
|
||
# KP_Enter 小键板回车
|
||
# KP_Delete 小键板删除
|
||
# KP_Home 小键板原位
|
||
# KP_Left 小键板左箭头
|
||
# KP_Up 小键板上箭头
|
||
# KP_Right 小键板右箭头
|
||
# KP_Down 小键板下箭头
|
||
# KP_Prior、KP_Page_Up 小键板上翻
|
||
# KP_Next、KP_Page_Down 小键板下翻
|
||
# KP_End 小键板末位
|
||
# KP_Begin 小键板始位
|
||
# KP_Insert 小键板插入
|
||
# KP_Equal 小键板等于
|
||
# KP_Multiply 小键板乘号
|
||
# KP_Add 小键板加号
|
||
# KP_Subtract 小键板减号
|
||
# KP_Divide 小键板除号
|
||
# KP_Decimal 小键板小数点
|
||
# KP_0 小键板0
|
||
# KP_1 小键板1
|
||
# KP_2 小键板2
|
||
# KP_3 小键板3
|
||
# KP_4 小键板4
|
||
# KP_5 小键板5
|
||
# KP_6 小键板6
|
||
# KP_7 小键板7
|
||
# KP_8 小键板8
|
||
# KP_9 小键板9
|