Diagonal tweaks

This commit is contained in:
Couls
2019-07-12 06:00:19 -04:00
parent cdffdff8a6
commit de5defa936
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
if(keys_held["Ctrl"] && keys_held["Shift"]) // Is this command ever used?
winset(src, null, "command=.options")
else
get_adminhelp()
adminhelp()
return
if("F2") // Screenshot. Hold shift to choose a name and location to save in
winset(src, null, "command=.screenshot [!keys_held["shift"] ? "auto" : ""]")
@@ -6,6 +6,9 @@
if("4")
a_intent_change(INTENT_HOTKEY_LEFT)
return
if("X")
cycle_modules()
return
if("Q")
uneq_active()
return