woops
This commit is contained in:
@@ -70,9 +70,6 @@ SUBSYSTEM_DEF(input)
|
|||||||
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
|
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
|
||||||
)
|
)
|
||||||
|
|
||||||
macroset_classic_hotkey |= hard_binds
|
|
||||||
macroset_classic_hotkey |= hard_bind_anti_collision
|
|
||||||
|
|
||||||
// And finally, the modern set.
|
// And finally, the modern set.
|
||||||
macroset_hotkey = list(
|
macroset_hotkey = list(
|
||||||
"Any" = "\"KeyDown \[\[*\]\]\"",
|
"Any" = "\"KeyDown \[\[*\]\]\"",
|
||||||
@@ -82,9 +79,6 @@ SUBSYSTEM_DEF(input)
|
|||||||
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
|
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
|
||||||
)
|
)
|
||||||
|
|
||||||
macroset_hotkey |= hard_binds
|
|
||||||
macroset_hotkey |= hard_bind_anti_collision
|
|
||||||
|
|
||||||
// Badmins just wanna have fun ♪
|
// Badmins just wanna have fun ♪
|
||||||
/datum/controller/subsystem/input/proc/refresh_client_macro_sets()
|
/datum/controller/subsystem/input/proc/refresh_client_macro_sets()
|
||||||
var/list/clients = GLOB.clients
|
var/list/clients = GLOB.clients
|
||||||
|
|||||||
Reference in New Issue
Block a user