From 1bcd7bfafea6834fd30e833b8e137e8be83c7f29 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 28 Aug 2016 23:47:57 +0200 Subject: [PATCH] Add quickmenu entry to the keybinder --- qcsrc/menu/xonotic/keybinder.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/menu/xonotic/keybinder.qc b/qcsrc/menu/xonotic/keybinder.qc index c53ec7efe..4546a62b1 100644 --- a/qcsrc/menu/xonotic/keybinder.qc +++ b/qcsrc/menu/xonotic/keybinder.qc @@ -103,6 +103,7 @@ void Xonotic_KeyBinds_Read() KEYBIND_DEF("+use" , _("drop key / drop flag")); KEYBIND_DEF("" , ""); KEYBIND_DEF("" , _("Misc")); + KEYBIND_DEF("quickmenu" , _("quick menu")); KEYBIND_DEF("menu_showsandboxtools" , _("sandbox menu")); KEYBIND_DEF("+button8" , _("drag object")); KEYBIND_DEF("" , ""); -- 2.39.2