Merge pull request #11872 from Couls/AZERTY-cyborg-fix

AZERTY keybind hotfix
This commit is contained in:
variableundefined
2019-07-30 23:13:32 +08:00
committed by GitHub
+7 -2
View File
@@ -10,6 +10,11 @@
cycle_modules()
return
if("Q")
uneq_active()
return
if(!(client.prefs.toggles & AZERTY))
uneq_active()
return
if("A")
if(client.prefs.toggles & AZERTY)
uneq_active()
return
return ..()