diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 4c5fcaacb1..21a5302e3f 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -320,12 +320,12 @@ local CodeDetectorCodes = { -- group NextGroup = { default = "", - dance = "MenuUp,MenuRight,MenuRight", + dance = "", pump = "", }, PrevGroup = { default = "", - dance = "MenuUp,MenuDown,MenuUp,MenuDown", + dance = "", pump = "", }, CloseCurrentFolder = { @@ -370,7 +370,7 @@ local CodeDetectorCodes = { -- modifiers section CancelAll = { default = "", - dance = "Left,Right,Left,Right,Left,Right,Left,Right", + dance = "", }, --- specific modifiers Mirror = { @@ -451,7 +451,7 @@ local CodeDetectorCodes = { -- cancel all in player options CancelAllPlayerOptions = { default = "", - dance = "Left,Right,Left,Right,Left,Right", + dance = "", }, };