From b2e6d94654cc7a87dd8226428b9190b9da98d98b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 Jun 2020 09:32:53 +1000 Subject: [PATCH] Capitalize the function key binds to match other cases in binds-xonotic.cfg --- binds-xonotic.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index 3046579ae..578aecd62 100644 --- a/binds-xonotic.cfg +++ b/binds-xonotic.cfg @@ -1,11 +1,11 @@ // alias for switching the teamselect menu -bind f5 menu_showteamselect +bind F5 menu_showteamselect -bind f6 team_auto +bind F6 team_auto -bind f7 menu_showsandboxtools -bind f8 "quickmenu" -bind f9 "cl_cmd hud minigame" +bind F7 menu_showsandboxtools +bind F8 "quickmenu" +bind F9 "cl_cmd hud minigame" // movement bind w +forward -- 2.39.2