From 438717e0867c47346a7ef44c764d9f3e9e920013 Mon Sep 17 00:00:00 2001 From: "Squishy (C6H12O6+NaCl+H2O)" <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:51:04 +0700 Subject: [PATCH] Minor change --- parts/scenes/app_piano.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/parts/scenes/app_piano.lua b/parts/scenes/app_piano.lua index 872e14492..8a15bd92e 100644 --- a/parts/scenes/app_piano.lua +++ b/parts/scenes/app_piano.lua @@ -143,7 +143,6 @@ end function scene.keyUp() if ( not kbIsDown('lctrl','rctrl','lshift','rshift') -- If we are not holding Ctrl or Shift keys - or (kbIsDown("lshift","rshift") and kbIsDown("lctrl","rctrl")) -- or holding two keys together ) and not moIsDown(1) -- and the left mouse button is not being held -- The implementationo is really wild but I hope it will good enough to keep the virtual keys from bugs then _notHoldCS() end