Skip to content

Commit

Permalink
fix: 九宫格分词
Browse files Browse the repository at this point in the history
  • Loading branch information
iDvel committed Dec 26, 2024
1 parent 2ec667d commit 1c39610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t9.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ custom_phrase:
# 九宫格 1 键上的符号序列
punctuator:
half_shape:
"@": [1, "@", ".", "/", ":", "_", "-", "#"]
"1": [1, "@", ".", "/", ":", "_", "-", "#"]


# 输入时按 1 可以分词
key_binder:
bindings:
- { when: has_menu, accept: at, send: apostrophe }
- { when: has_menu, accept: 1, send: apostrophe }


speller:
Expand Down

0 comments on commit 1c39610

Please sign in to comment.