From bfe1fef6470e01e212b9ba0e0b072ecf5872df77 Mon Sep 17 00:00:00 2001 From: Dvel Date: Sat, 2 Dec 2023 14:00:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=93=E4=B9=9D=E5=AE=AB=E6=A0=BC?= =?UTF-8?q?=E5=88=86=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t9.schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t9.schema.yaml b/t9.schema.yaml index bac1eb3..8363685 100644 --- a/t9.schema.yaml +++ b/t9.schema.yaml @@ -64,6 +64,12 @@ punctuator: "@": [1, "@", ".", "/", ":", "_", "-", "#"] +# 输入时按 1 可以分词 +key_binder: + bindings: + - { when: has_menu, accept: at, send: apostrophe } + + # T9拼音 # 大写字母为穷举后T9拼音的模糊匹配 # 程序内部通过候选拼音的小写字母进行精确匹配