rime/xtroke.schema.yaml

114 lines
3.5 KiB
YAML
Raw Permalink Normal View History

2024-07-18 02:36:13 +00:00
# Rime schema
# vim: set sw=2 sts=2 et:
# encoding: utf-8
schema:
schema_id: &schema xtroke
name: 超级笔画
version: "1.0"
author:
- 宋天
description: |
笔画输入法
包含汉字基本集CJK、扩展集CJK-A~I全汉字、西夏文等编码兼顾大陆、港台字形
dependencies:
# - &pinyin pinyin_simp # 反查使用袖珍简化字拼音pinyin-simp方案可根据需要替换其他方案
- &pinyin PY_c
switches:
- name: ascii_mode
states: [中文, 英文]
- name: full_shape
states: [半角, 全角]
- name: ascii_punct
states: ["。,", ""]
- name: extended_charset
reset: 1
states: [常用, 全集]
# - name: trad # 打简出繁
# states: [原始, 繁体]
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- table_translator
- reverse_lookup_translator # 拼音反查
filters:
# - simplifier # 打简出繁
- uniquifier
speller:
algebra: &stroke
# - xlit/12345/hspdz/ # 横竖撇点折
- xlit/12345/hspnz/ # 横竖撇捺折
translator:
dictionary: *schema
enable_charset_filter: true # 字集过滤
enable_sentence: false # 关闭自动造句
enable_encoder: false # 关闭自动造词
encode_commit_history: false # 关闭对已上屏自动成词
enable_user_dict: false # 关闭用户词典和字频调整
preedit_format: &format
- xlit/12345/㇐㇑㇒㇏㇠/
comment_format: *format
reverse_lookup: # 拼音反查
dictionary: *pinyin
prefix: "`" # 前缀
tips: 〔拼音反查〕
comment_format: *stroke
#simplifier: # 打简出繁
# option_name: trad
# opencc_config: s2t.json # 简体转繁体可根据需要替换s2hk.json、s2tw.json、s2twp.json等
# tips: all # 提示转换之前的字
punctuator:
import_preset: symbols
key_binder:
import_preset: default
bindings:
- {when: has_menu, accept: comma, send: comma} # 恢复逗号顶字
- {when: has_menu, accept: period, send: period} # 恢复句号顶字
- {when: has_menu, accept: semicolon, send: 2} # 分号次选
- {when: has_menu, accept: apostrophe, send: 3} # 引号三选
- {when: always, accept: Shift+space, toggle: full_shape} # 全角
- {when: always, accept: Control+period, toggle: ascii_punct} # 标点
# - {when: always, accept: Control+Shift+F, toggle: trad} # 打简出繁
# 笔画键盘
- { when: always, accept: "KP_1", send: "h" }
- { when: always, accept: "KP_2", send: "s" }
- { when: always, accept: "KP_3", send: "p" }
- { when: always, accept: "KP_4", send: "n" }
- { when: always, accept: "KP_5", send: "z" }
- { when: always, accept: "KP_6", send: BackSpace }
- { when: always, accept: "KP_7", send: "h" }
- { when: always, accept: "KP_8", send: "s" }
- { when: always, accept: "KP_9", send: "p" }
- { when: always, accept: "KP_0", send: space }
- { when: always, accept: "KP_Subtract", send: BackSpace } # 小键盘减号为退格
- { when: has_menu, accept: KP_Enter, send: Return } # 数字键盘回车
recognizer:
import_preset: default
patterns:
punct: "^/([0-9]0?|[A-Za-z]+)$"
reverse_lookup: "`[a-z]*$" # 拼音反查