From e61b9b23a045cce96b0896c91c47d58da6b97d05 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 27 Nov 2021 14:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=B3=E4=BE=A7c/s/a+?= =?UTF-8?q?=E6=96=B9=E5=90=91=E9=94=AE=E4=B8=8D=E8=83=BD=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E5=8A=9F=E8=83=BD=20close=20#492?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/widget.lua b/Zframework/widget.lua index 240f0bfa..57b2fa55 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -1387,7 +1387,7 @@ function WIDGET.keyPressed(k,isRep) WIDGET.press() end elseif k=="up"or k=="down"or k=="left"or k=="right"then - if kb.isDown("lshift","lalt","lctrl")then + if kb.isDown("lshift","lalt","lctrl","rshift","ralt","rctrl")then --Control some widgets with arrowkeys when hold shift/ctrl/alt if W and W.arrowKey then W:arrowKey(k)end else