Refactors the keys_held rolling buffer (#53773)

* rolling key rip

* category

* comment

* oops
This commit is contained in:
Rohesie
2020-09-20 15:01:21 -07:00
committed by GitHub
parent 87e833a225
commit 8b224ef13e
7 changed files with 34 additions and 26 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ SUBSYSTEM_DEF(input)
"M" = "me",
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
"Tab" = "\".winset \\\"input.focus=true?map.focus=true input.background-color=[COLOR_INPUT_DISABLED]:input.focus=true input.background-color=[COLOR_INPUT_ENABLED]\\\"\"",
"Escape" = "\".winset \\\"input.text=\\\"\\\"\\\"\"")
"Escape" = "Reset-Held-Keys",
)
// Badmins just wanna have fun ♪
/datum/controller/subsystem/input/proc/refresh_client_macro_sets()