From 02b6b24153976a1f2e22634535743f7e27db7a45 Mon Sep 17 00:00:00 2001 From: Vanadiry <77710715+Vanadiry@users.noreply.github.com> Date: Sat, 31 Jan 2026 07:49:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E5=B0=8F=E9=94=AE=E7=9B=98?= =?UTF-8?q?=E5=9B=9E=E8=BD=A6=E6=98=A0=E5=B0=84=E5=88=B0=E4=B8=BB=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E5=9B=9E=E8=BD=A6=20(#1468)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.yaml b/default.yaml index 8bd8d68..9c1bc48 100644 --- a/default.yaml +++ b/default.yaml @@ -3,7 +3,7 @@ # 要比共享目录的同名文件的 config_version 大才可以生效 -config_version: '2026-01-26' +config_version: '2026-01-31' # 方案列表 @@ -258,6 +258,8 @@ key_binder: - {accept: KP_Add, send: plus, when: composing} - {accept: KP_Subtract, send: minus, when: composing} - {accept: KP_Divide, send: slash, when: composing} + # 将小键盘回车映射到主键盘回车 + - {accept: KP_Enter, send: Return, when: composing} # 按键速查