You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.3 KiB
94 lines
2.3 KiB
patch:
|
|
schema/name: 小鹤双拼
|
|
switches:
|
|
- name: ascii_mode
|
|
reset: 0
|
|
states: [ 中文, 西文 ]
|
|
- name: emoji_suggestion
|
|
reset: 1
|
|
states: [ "No", "Yes" ]
|
|
- name: full_shape
|
|
states: [ 半角, 全角 ]
|
|
- name: simplification
|
|
reset: 1
|
|
states: [ 漢字, 汉字 ]
|
|
- name: ascii_punct
|
|
states: [ 。,, ., ]
|
|
engine/translators:
|
|
- lua_translator@date_translator
|
|
- lua_translator@week_translator
|
|
- lua_translator@time_translator
|
|
- punct_translator
|
|
- script_translator
|
|
- table_translator@custom_phrase
|
|
engine/filters:
|
|
- simplifier@emoji_suggestion
|
|
- simplifier
|
|
- uniquifier
|
|
#- charset_filter@gbk
|
|
# - single_char_filter
|
|
engine/processors:
|
|
- ascii_composer
|
|
- recognizer
|
|
- key_binder
|
|
- speller
|
|
- punctuator
|
|
- selector
|
|
- navigator
|
|
- express_editor
|
|
emoji_suggestion:
|
|
opencc_config: emoji.json
|
|
option_name: emoji_suggestion
|
|
# tips: all
|
|
reverse_lookup: {}
|
|
|
|
#載入朙月拼音擴充詞庫
|
|
'translator/dictionary': luna_pinyin.extended
|
|
'translator/preedit_format': {}
|
|
|
|
|
|
# 自定义符号上屏
|
|
punctuator:
|
|
import_preset: symbols
|
|
# 自定义快捷符号输入
|
|
symbols:
|
|
"/fs": [½, ‰, ¼, ⅓, ⅔, ¾, ⅒ ]
|
|
half_shape:
|
|
"#": "#"
|
|
"*": "*"
|
|
"`": "`"
|
|
"~": "~"
|
|
"@": "@"
|
|
"=": "="
|
|
"/": ["/", "÷",]
|
|
'\': "、"
|
|
# "_" : "──"
|
|
"'": {pair: ["「", "」"]}
|
|
"[": ["【", "[", "「", "『"]
|
|
"]": ["】", "]", "」", "』"]
|
|
"$": ["¥", "$", "€", "£", "¢", "¤"]
|
|
"<": ["《", "〈", "«", "<"]
|
|
">": ["》", "〉", "»", ">"]
|
|
|
|
recognizer/patterns/punct: "^/([0-9]0?|[A-Za-z]+)$"
|
|
|
|
|
|
|
|
### 双拼使用自定义词典 custom_phrase.txt
|
|
custom_phrase:
|
|
dictionary: ""
|
|
user_dict: custom_phrase
|
|
db_class: stabledb
|
|
enable_completion: false
|
|
enable_sentence: false
|
|
initial_quality: 1
|
|
"engine/translators/@5": table_translator@custom_phrase
|
|
|
|
# Rx: BlindingDark/rime-easy-en:customize:schema=double_pinyin_flypy
|
|
__include: easy_en:/patch
|
|
easy_en/enable_sentence: true
|
|
# Rx: lotem/rime-octagram-data:customize:schema=luna_pinyin,model=hans
|
|
__include: grammar:/hant
|
|
# Rx: BlindingDark/rime-lua-select-character:customize:schema=luna_pinyin {
|
|
__include: lua_select_character:/patch
|
|
# }
|
|
|