X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=binds-xonotic.cfg;h=611f5da95a867d7be500d8caf38b8a84038f12e0;hp=e8f4f1a589810a7ae237492fe2651366d5e0a311;hb=HEAD;hpb=264c9f48d418d1ebd4b5ef5868b85f92644917dc diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index e8f4f1a589..2a81e70697 100644 --- a/binds-xonotic.cfg +++ b/binds-xonotic.cfg @@ -1,12 +1,3 @@ -// alias for switching the teamselect menu -bind f5 menu_showteamselect - -bind f6 team_auto - -bind f7 menu_showsandboxtools - -bind f9 "cl_cmd hud minigame" - // movement bind w +forward bind a +moveleft @@ -41,8 +32,6 @@ bind MWHEELDOWN weapprev bind r reload bind BACKSPACE dropweapon bind g dropweapon -bind f +use -bind v +button8 // drag object // misc bind e +hook @@ -51,6 +40,9 @@ bind ~ toggleconsole bind TAB +showscores bind ESCAPE togglemenu bind ENTER messagemode +bind k kill +bind f +use +bind v +button8 // drag object bind t messagemode bind y messagemode2 bind z messagemode2 @@ -59,12 +51,20 @@ bind m +hud_panel_radar_maximized bind b "quickmenu" bind i +show_info bind PAUSE pause + +// function keys +bind F1 vyes +bind F2 vno +bind F3 spec +bind F4 ready +bind F5 team_selection_show +bind F6 team_auto +bind F7 menu_showsandboxtools +bind F8 "quickmenu" 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" @@ -75,7 +75,7 @@ bind JOY5 "+fire2" bind JOY6 "+fire" bind JOY7 "+zoom" bind JOY8 "dropweapon" -bind JOY9 "menu_showteamselect" +bind JOY9 team_selection_show bind JOY10 "+show_info" bind JOY11 "+showscores" bind JOY12 "+con_chat_maximize" @@ -114,14 +114,8 @@ bind kp_enter "+userbind 16" bind kp_plus "+userbind 17" bind kp_minus "+userbind 18" -bind F1 vyes -bind F2 vno - -//used for spectate/observer mode -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" @@ -156,4 +150,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"