From 11b144da74f0d8e5b508c20deb503e67e2c904e0 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 30 Oct 2021 15:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8D=E5=85=B8=E5=9C=BA=E6=99=AF=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E4=B9=9F=E4=BC=9A=E8=87=AA=E5=8A=A8=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/dict.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parts/scenes/dict.lua b/parts/scenes/dict.lua index ef4f6fdb..d1c3ea5a 100644 --- a/parts/scenes/dict.lua +++ b/parts/scenes/dict.lua @@ -134,7 +134,10 @@ function scene.keyDown(key) MES.new('info',text.copyDone) return else - return + if not WIDGET.isFocus(inputBox)then + WIDGET.focus(inputBox) + end + WIDGET.keyPressed(key) end end