fix: iRime 九宫格补丁
This commit is contained in:
parent
891eb56243
commit
8652e104d9
@ -12,9 +12,7 @@
|
|||||||
|
|
||||||
九宫格体验:
|
九宫格体验:
|
||||||
|
|
||||||
重码时不能选拼音,太难受了,要了命了;
|
重码时不能选拼音,太难受了,要了命了。
|
||||||
|
|
||||||
2 3 6 单键默认永远为 a e o,如按 3 为「呃」而不是「的」,除非按 33,不知道如何搞定。
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -16,13 +16,14 @@ patch:
|
|||||||
|
|
||||||
# 九宫格拼写映射,直接覆盖,放弃 26 键的纠错,否则重码太多了
|
# 九宫格拼写映射,直接覆盖,放弃 26 键的纠错,否则重码太多了
|
||||||
speller/algebra:
|
speller/algebra:
|
||||||
|
- derive/^[abc].*$/2/
|
||||||
|
- derive/^[def].*$/3/
|
||||||
|
- derive/^[mno].*$/6/
|
||||||
- xlit/abcdefghijklmnopqrstuvwxyz/22233344455566677778889999/
|
- xlit/abcdefghijklmnopqrstuvwxyz/22233344455566677778889999/
|
||||||
|
|
||||||
# 让输入框从数字变成字母
|
# 让输入框从数字变成字母
|
||||||
engine/filters/+:
|
engine/filters/@before 0: lua_filter@t9_preedit
|
||||||
- lua_filter@t9_preedit
|
translator/spelling_hints: 16
|
||||||
translator/+:
|
|
||||||
spelling_hints: 16
|
|
||||||
|
|
||||||
# 重写了,因为需要 @ 和 # 的映射,否则键盘上那俩按钮不起作用。
|
# 重写了,因为需要 @ 和 # 的映射,否则键盘上那俩按钮不起作用。
|
||||||
punctuator/half_shape:
|
punctuator/half_shape:
|
||||||
|
Loading…
Reference in New Issue
Block a user