X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=binds-xonotic.cfg;h=a90704c870164c570bfecef52adaa3fc3bd6cd6e;hp=611f5da95a867d7be500d8caf38b8a84038f12e0;hb=3ecb4f377794080b3b216d6be9f131c227e76210;hpb=45d8904a100765555e622598a39967963733df1d diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index 611f5da95a..a90704c870 100644 --- a/binds-xonotic.cfg +++ b/binds-xonotic.cfg @@ -1,11 +1,10 @@ // 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" // movement bind w +forward @@ -62,10 +61,8 @@ bind i +show_info bind PAUSE pause bind F9 "cl_cmd hud minigame" bind F10 menu_showquitdialog -bind F11 disconnect bind F12 screenshot bind F4 ready -bind ALT +showaccuracy // Gamepad defaults. Tested with Logitech Rumblepad 2, I hope similar ones works as well. bind JOY1 "+crouch" @@ -122,7 +119,7 @@ bind F2 vno bind F3 spec // usercommands. These can be edited and bound by the menu. -seta "userbind1_press" "say_team quad soon"; seta "userbind1_release" ""; seta "userbind1_description" "team: quad soon" +seta "userbind1_press" "say_team strength soon"; seta "userbind1_release" ""; seta "userbind1_description" "team: strength soon" seta "userbind2_press" "say_team free item %x^7 (l:%y^7); g_waypointsprite_team_here_p"; seta "userbind2_release" ""; seta "userbind2_description" "team: free item, icon" seta "userbind3_press" "say_team took item (l:%l^7); g_waypointsprite_team_here"; seta "userbind3_release" ""; seta "userbind3_description" "team: took item, icon" seta "userbind4_press" "say_team negative"; seta "userbind4_release" ""; seta "userbind4_description" "team: negative" @@ -157,4 +154,4 @@ seta "userbind31_press" ""; seta "userbind31_release" ""; seta "userbind31_descr seta "userbind32_press" ""; seta "userbind32_release" ""; seta "userbind32_description" "" alias _userbind_call "${$1}" alias +userbind "_userbind_call userbind${1}_press" -alias -userbind "_userbind_call userbind${1}_release" \ No newline at end of file +alias -userbind "_userbind_call userbind${1}_release"