From: terencehill Date: Thu, 10 Mar 2022 23:41:07 +0000 (+0100) Subject: Bind i to menu_showwelcomedialog X-Git-Tag: xonotic-v0.8.5~81^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e5c9521576eb5a1a7106c87224a01095bc49f172;p=xonotic%2Fxonotic-data.pk3dir.git Bind i to menu_showwelcomedialog --- diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index 2fa44700c..9fd9877cc 100644 --- a/binds-xonotic.cfg +++ b/binds-xonotic.cfg @@ -58,7 +58,7 @@ bind z messagemode2 bind u "+con_chat_maximize" bind m +hud_panel_radar_maximized bind b "quickmenu" -bind i +show_info +bind i menu_showwelcomedialog bind PAUSE pause bind F9 "cl_cmd hud minigame" bind F10 menu_showquitdialog diff --git a/commands.cfg b/commands.cfg index e9dfc0e02..9f95f3953 100644 --- a/commands.cfg +++ b/commands.cfg @@ -111,6 +111,7 @@ alias tdem "timedemo $1" // =============================================== // menu_cmd (menu command) - menu/command/menu_cmd.qc // =============================================== +alias menu_showwelcomedialog "menu_cmd directmenu Welcome" alias menu_showteamselect "menu_cmd directmenu TeamSelect" alias menu_showhudexit "menu_cmd directmenu HUDExit" alias menu_showhudoptions "menu_cmd directpanelhudmenu ${* ?}"