mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
fix: 九宫格分词
This commit is contained in:
@@ -74,13 +74,13 @@ custom_phrase:
|
|||||||
# 九宫格 1 键上的符号序列
|
# 九宫格 1 键上的符号序列
|
||||||
punctuator:
|
punctuator:
|
||||||
half_shape:
|
half_shape:
|
||||||
"@": [1, "@", ".", "/", ":", "_", "-", "#"]
|
"1": [1, "@", ".", "/", ":", "_", "-", "#"]
|
||||||
|
|
||||||
|
|
||||||
# 输入时按 1 可以分词
|
# 输入时按 1 可以分词
|
||||||
key_binder:
|
key_binder:
|
||||||
bindings:
|
bindings:
|
||||||
- { when: has_menu, accept: at, send: apostrophe }
|
- { when: has_menu, accept: 1, send: apostrophe }
|
||||||
|
|
||||||
|
|
||||||
speller:
|
speller:
|
||||||
|
|||||||
Reference in New Issue
Block a user