]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Bind K to kill by default
authorMario <mario@smbclan.net>
Sun, 30 Sep 2018 17:33:22 +0000 (03:33 +1000)
committerMario <mario@smbclan.net>
Sun, 30 Sep 2018 17:33:22 +0000 (03:33 +1000)
binds-xonotic.cfg
qcsrc/menu/xonotic/keybinder.qc

index 18ee7ea28f1a100f21e29c8e0aed1d0c9fece23e..611f5da95a867d7be500d8caf38b8a84038f12e0 100644 (file)
@@ -40,6 +40,7 @@ bind MWHEELUP weapnext
 bind MWHEELDOWN weapprev
 bind r reload
 bind BACKSPACE dropweapon
+bind k kill
 bind g dropweapon
 bind f +use
 bind v +button8 // drag object
index a14406bcec7202aa518df979bcb29f619f5c90a3..f4417171ff6c6e0b1498bad74f73b5ffd5d4f398 100644 (file)
@@ -103,6 +103,7 @@ void Xonotic_KeyBinds_Read()
        KEYBIND_DEF("+use"                                  , _("drop key / drop flag"));
        KEYBIND_DEF(""                                      , "");
        KEYBIND_DEF(""                                      , _("Misc"));
+       KEYBIND_DEF("kill"                                  , _("respawn"));
        KEYBIND_DEF("quickmenu"                             , _("quick menu"));
        KEYBIND_DEF("menu_showsandboxtools"                 , _("sandbox menu"));
        KEYBIND_DEF("+button8"                              , _("drag object"));