mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Diagonal tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user