From 6881ea535fd347bac7cb487117bcb97c6132f56c Mon Sep 17 00:00:00 2001 From: esteel Date: Thu, 7 Jun 2007 19:27:21 +0000 Subject: [PATCH] sorry, made the menu even bigger :) added disconnect and team-auto/red/blue/yellow/pink to the bind menu git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2757 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/menu/data/key.menu | 28 +++++++++++++++++++++++++++- data/menu/options/key.menu | 30 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/data/menu/data/key.menu b/data/menu/data/key.menu index bb46cf613..d68100f13 100644 --- a/data/menu/data/key.menu +++ b/data/menu/data/key.menu @@ -78,7 +78,7 @@ Item DataContainer Key Item Data_Nex_Key Hook { target "+hook" - defValue "'e'" + defValue "'Mouse5' 'e'" } Item DataContainer Weapon { @@ -163,6 +163,11 @@ Item DataContainer Key target "quit" defValue "'F10'" } + Item Data_Nex_Key Disconnect + { + target "disconnect" + defValue "'F11'" + } Item Data_Nex_Key ViewSmaller { target "sizedown" @@ -188,6 +193,27 @@ Item DataContainer Key target "menu_showteamselect" defValue "'F5'" } + Item Data_Nex_Key TeamAuto + { + target "team_auto" + defValue "'F6'" + } + Item Data_Nex_Key TeamRed + { + target "team_red" + } + Item Data_Nex_Key TeamBlue + { + target "team_blue" + } + Item Data_Nex_Key TeamYellow + { + target "team_yellow" + } + Item Data_Nex_Key TeamPink + { + target "team_pink" + } Item Data_Nex_Key VoteYes { target "vyes" diff --git a/data/menu/options/key.menu b/data/menu/options/key.menu index 6466f11f8..b35a8f30b 100644 --- a/data/menu/options/key.menu +++ b/data/menu/options/key.menu @@ -311,6 +311,11 @@ Item Window KeyControl text "Quit Nexuiz" target "Data::Key::Quit" } + Derive Nex_Key_Template Disconnect + { + text "Disconnect from server" + target "Data::Key::Disconnect" + } Derive Nex_Key_Template ViewSmaller { text "Decrease Viewsize" @@ -336,6 +341,31 @@ Item Window KeyControl text "Show Teammenu" target "Data::Key::TeamSelect" } + Derive Nex_Key_Template TeamAuto + { + text "Automatically join team" + target "Data::Key::TeamAuto" + } + Derive Nex_Key_Template TeamRed + { + text "Join red team" + target "Data::Key::TeamRed" + } + Derive Nex_Key_Template TeamBlue + { + text "Join blue team" + target "Data::Key::TeamBlue" + } + Derive Nex_Key_Template TeamYellow + { + text "Join yellow team" + target "Data::Key::TeamYellow" + } + Derive Nex_Key_Template TeamPink + { + text "Join pink team" + target "Data::Key::TeamPink" + } Derive Nex_Key_Template VoteYes { text "Vote Yes" -- 2.39.2