fix: 移动设备小键盘逻辑同主键盘

This commit is contained in:
amzxyz
2025-12-11 13:23:10 +08:00
parent 04911395cf
commit e17ead7a2e

View File

@@ -11,6 +11,14 @@
-- # auto : 空闲时直接上屏,输入中参与编码
-- # compose : 无论是否在输入中,小键盘都参与编码(不直接上屏)
-- kp_number_mode: auto
--
-- # 可选:命令模式 patternsLua pattern
-- # kp_number:
-- # patterns:
-- # - "^/[0-9]$"
-- # - "^/[A-Za-z]+$"
-- # - "^V.*$"
-- # ...
local wanxiang = require("wanxiang")