From 383fc4d573b4ea54a260dcec93f0bb145435566f Mon Sep 17 00:00:00 2001 From: Mirio Date: Tue, 14 Mar 2017 16:56:17 +0100 Subject: [PATCH] Add disconnect dialog --- binds-xonotic.cfg | 2 +- commands.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index 82ea7815e..adf855975 100644 --- a/binds-xonotic.cfg +++ b/binds-xonotic.cfg @@ -61,7 +61,7 @@ bind i +show_info bind PAUSE pause bind F9 "cl_cmd hud minigame" bind F10 menu_showquitdialog -bind F11 disconnect +bind F11 menu_showdisconnectdialog bind F12 screenshot bind F4 ready bind ALT +showaccuracy diff --git a/commands.cfg b/commands.cfg index 93b68f901..3da224d15 100644 --- a/commands.cfg +++ b/commands.cfg @@ -103,6 +103,7 @@ alias menu_showhudexit "menu_cmd directmenu HUDExit" alias menu_showhudoptions "menu_cmd directpanelhudmenu ${* ?}" alias menu_showsandboxtools "menu_cmd directmenu SandboxTools" alias menu_showquitdialog "menu_cmd directmenu Quit" +alias menu_showdisconnectdialog "menu_cmd directmenu Disconnect" alias menu_showmonstertools "menu_cmd directmenu MonsterTools" // command executed before loading a map by the menu -- 2.39.2