]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add quickmenu entry to the keybinder
authorterencehill <piuntn@gmail.com>
Sun, 28 Aug 2016 21:47:57 +0000 (23:47 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 28 Aug 2016 21:47:57 +0000 (23:47 +0200)
qcsrc/menu/xonotic/keybinder.qc

index c53ec7efe1144e85a448607f265c032ff5ae52e5..4546a62b109503192359c91904ac49bae9b4053c 100644 (file)
@@ -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(""                                      , "");