From: terencehill Date: Sun, 28 Aug 2016 21:47:57 +0000 (+0200) Subject: Add quickmenu entry to the keybinder X-Git-Tag: xonotic-v0.8.2~648 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1bcd7bfafea6834fd30e833b8e137e8be83c7f29;p=xonotic%2Fxonotic-data.pk3dir.git Add quickmenu entry to the keybinder --- 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("" , "");