From e17ead7a2ee7495983e3b0a60df83f0cd0af54cc Mon Sep 17 00:00:00 2001 From: amzxyz Date: Thu, 11 Dec 2025 13:23:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=B0=8F=E9=94=AE=E7=9B=98=E9=80=BB=E8=BE=91=E5=90=8C=E4=B8=BB?= =?UTF-8?q?=E9=94=AE=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/kp_number_processor.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/kp_number_processor.lua b/lua/kp_number_processor.lua index 14c5f08..09148e9 100644 --- a/lua/kp_number_processor.lua +++ b/lua/kp_number_processor.lua @@ -11,6 +11,14 @@ -- # auto : 空闲时直接上屏,输入中参与编码 -- # compose : 无论是否在输入中,小键盘都参与编码(不直接上屏) -- kp_number_mode: auto +-- +-- # 可选:命令模式 patterns(Lua pattern) +-- # kp_number: +-- # patterns: +-- # - "^/[0-9]$" +-- # - "^/[A-Za-z]+$" +-- # - "^V.*$" +-- # ... local wanxiang = require("wanxiang")