From c30d6171fff82f79791668dc9f37cae9825f7213 Mon Sep 17 00:00:00 2001 From: Couls Date: Mon, 15 Jul 2019 20:08:49 -0400 Subject: [PATCH] resupport old hotkey mode --- code/modules/keybindings/setup.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/keybindings/setup.dm b/code/modules/keybindings/setup.dm index ad87622b709..cc76256386e 100644 --- a/code/modules/keybindings/setup.dm +++ b/code/modules/keybindings/setup.dm @@ -43,4 +43,4 @@ var/key = macro_set[k] var/command = macro_set[key] winset(src, "[setname]-\ref[key]", "parent=[setname];name=[key];command=[command]") - winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED] mainwindow.macro=default") + winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED] mainwindow.macro=old_default")