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.

153 lines
2.8 KiB

# Rime schema
# encoding: utf-8
# Date: 2020-03-09 21:17:40
#=============================================
############## 【 使用说明 】 ##############
# 直接按 1234567890 输入 壹贰叁...
# 按 shift 再按 12345... 输入 一二三四五...
# 二三候选跟五笔一样,还是 ; 和 '
#=============================================
# 本方案是参考官方文明中进行修改的,增加了自定义的二三候选键
# 参考地址:https://github.com/rime/home/wiki/RimeWithSchemata#%E6%94%B9%E9%80%A0%E9%8D%B5%E7%9B%A4
#=============================================
schema:
schema_id: numbers
name: 大写数字
version: "1.2"
description: 快捷输入大写数字
switches:
- name: full_shape
states: [ 壹贰叁, 一二三 ]
engine:
processors:
- key_binder
- punctuator
- selector
- express_editor
segmentors:
- punct_segmentor
translators:
- punct_translator
menu:
# 选择候选词的键,相当于 12345,
# 因为这个输入方案中的数字已经用于输入文字了,
# 不能使用12345作为候选词的选择键
alternative_select_keys: "acegi"
key_binder:
bindings:
- {accept: semicolon, send: c, when: has_menu} # 候选2 用分号
- {accept: apostrophe, send: e, when: has_menu} # 候选3 用单引号
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":
">":