First release.

This commit is contained in:
2024-03-10 19:36:24 +08:00
commit 0fad2de35c
27 changed files with 1666835 additions and 0 deletions

144
zh_numbers.schema.yaml Normal file
View File

@@ -0,0 +1,144 @@
# encoding: utf-8
# Rime schema settings
#
# Original schema author
# Rime 官方教程: 數字之道
#
# Changelog
#
# 2022-09-14 Li Ding <ld.sino@outlook.com>
# - 从教程导出并整理本方案
#
schema:
schema_id: zh_numbers
name: 中文数字
version: "2022-09-14"
description: 快捷输入中文大小写数字
switches:
- name: full_shape
states: [ 壹贰叁, 一二三 ]
reset: 0
engine:
processors:
- key_binder
- punctuator
- selector
- express_editor
segmentors:
- punct_segmentor
translators:
- punct_translator
menu:
# 选择候选词的键,相当于 12345
# 因为这个输入方案中的数字已经用于输入文字了,
# 不能使用12345作为候选词的选择键
alternative_select_keys: "acegi"
punctuator:
half_shape:
# 壹贰叁 模式下
"1":
"2":
"3":
"4":
"5":
"6":
"7":
"8":
"9":
"0":
"s":
"b":
"q":
"w":
"j":
"f":
"n":
"y": [ 元, 月, 亿 ]
"r":
"x": 星期
"z": [ 整, 之 ]
"d":
"h":
".":
# shift + key
"!":
"@":
"#":
"$": [ 四, ¥]
"%": [ 五, 百分之 ]
"^":
"&":
"*":
"(":
")":
"S":
"B":
"Q":
"W":
"J":
"F":
"N":
"Y": [ 元, 月, 亿 ]
"R":
"X": 星期
"Z": [ 整, 之 ]
"D":
"H":
">":
# 一二三 模式下
full_shape:
"1":
"2":
"3":
"4":
"5":
"6":
"7":
"8":
"9":
"0":
"s":
"b":
"q":
"w":
"n":
"y": [ 元, 月, 亿 ]
"r":
"x": 星期
"j":
"f":
"z": [ 整, 之 ]
"d":
"h":
".":
# shift + key
"!":
"@":
"#":
"$": [ 肆, ¥]
"%": [ 伍, 百分之 ]
"^":
"&":
"*":
"(":
")":
"S":
"B":
"Q":
"W":
"J":
"F":
"N":
"Y": [ 元, 月, 亿 ]
"R":
"X": 星期
"Z": [ 整, 之 ]
"D":
"H":
">":