092wb initial commit
This commit is contained in:
136
build/092wb_core.schema.yaml
Normal file
136
build/092wb_core.schema.yaml
Normal file
@@ -0,0 +1,136 @@
|
||||
__build_info:
|
||||
rime_version: 1.16.0
|
||||
timestamps:
|
||||
092wb_core.custom: 0
|
||||
092wb_core.schema: 1768191297
|
||||
092wb_key_bindings: 1768191297
|
||||
092wb_key_bindings.custom: 0
|
||||
092wb_punctuation: 1768191297
|
||||
092wb_punctuation.custom: 0
|
||||
default: 1768129037
|
||||
default.custom: 1768191297
|
||||
key_bindings: 1768129037
|
||||
key_bindings.custom: 0
|
||||
punctuation: 1768129037
|
||||
punctuation.custom: 0
|
||||
engine:
|
||||
filters:
|
||||
- uniquifier
|
||||
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
|
||||
- reverse_lookup_translator
|
||||
- script_translator
|
||||
menu:
|
||||
page_size: 10
|
||||
punctuator:
|
||||
full_shape:
|
||||
" ": {commit: " "}
|
||||
"!": {commit: "!"}
|
||||
"\"": {pair: ["“", "”"]}
|
||||
"#": "#"
|
||||
"$": "¥"
|
||||
"%": "%"
|
||||
"&": "&"
|
||||
"'": {pair: ["‘", "’"]}
|
||||
"(": "("
|
||||
")": ")"
|
||||
"*": "×"
|
||||
"+": "+"
|
||||
",": {commit: ","}
|
||||
"-": "-"
|
||||
.: {commit: "。"}
|
||||
"/": "、"
|
||||
":": {commit: ":"}
|
||||
";": {commit: ";"}
|
||||
"<": "《"
|
||||
"=": "="
|
||||
">": "》"
|
||||
"?": {commit: "?"}
|
||||
"@": "@"
|
||||
"[": "【"
|
||||
"\\": "\"
|
||||
"]": "】"
|
||||
"^": {commit: "……"}
|
||||
_: "——"
|
||||
"`": "·"
|
||||
"{": "{"
|
||||
"|": "|"
|
||||
"}": "}"
|
||||
"~": "~"
|
||||
half_shape:
|
||||
"!": {commit: "!"}
|
||||
"\"": {pair: ["“", "”"]}
|
||||
"#": "#"
|
||||
"$": "¥"
|
||||
"%": "%"
|
||||
"&": "&"
|
||||
"'": {pair: ["‘", "’"]}
|
||||
"(": "("
|
||||
")": ")"
|
||||
"*": "*"
|
||||
"+": "+"
|
||||
",": {commit: ","}
|
||||
"-": "-"
|
||||
.: {commit: "。"}
|
||||
"/": "、"
|
||||
":": {commit: ":"}
|
||||
";": {commit: ";"}
|
||||
"<": "《"
|
||||
"=": "="
|
||||
">": "》"
|
||||
"?": {commit: "?"}
|
||||
"@": "@"
|
||||
"[": "【"
|
||||
"\\": "、"
|
||||
"]": "】"
|
||||
"^": {commit: "……"}
|
||||
_: "——"
|
||||
"`": "·"
|
||||
"{": "{"
|
||||
"|": "|"
|
||||
"}": "}"
|
||||
"~": "~"
|
||||
import_preset: default
|
||||
recognizer:
|
||||
import_preset: default
|
||||
patterns:
|
||||
gregorian_to_lunar: "^N[0-9]{1,8}"
|
||||
helper: "^aid$"
|
||||
number: "^R[0-9]+[.]?[0-9]*"
|
||||
punct: "^zi([0-9]0?|[A-Za-z]+)$"
|
||||
reverse_lookup: "^z[a-z]*'?$"
|
||||
unicode: "^U[a-f0-9]+"
|
||||
uppercase: "[A-Z][-_+.'0-9A-Za-z]*$"
|
||||
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
|
||||
schema:
|
||||
name: "自定义过滤"
|
||||
schema_id: 092wb_core
|
||||
version: 1.0
|
||||
selector:
|
||||
bindings:
|
||||
ISO_Left_Tab: previous_candidate
|
||||
"Shift+Tab": previous_candidate
|
||||
Tab: next_candidate
|
||||
speller:
|
||||
alphabet: 1
|
||||
switches:
|
||||
- name: ascii_mode
|
||||
reset: 0
|
||||
states: ["中文", "西文"]
|
||||
translator:
|
||||
dictionary: 092wb_core
|
||||
Reference in New Issue
Block a user