X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=binds-xonotic.cfg;h=578aecd62c1e484d549c1fdbda4383e3947ba9d9;hp=759c1c00e8a78088514df991625e3d1fa0eaf904;hb=aef95c1ebfbaa24e4cce752e596d991a31f9a4e9;hpb=7bae88d09fbd53cce732e31633aea92671b43699 diff --git a/binds-xonotic.cfg b/binds-xonotic.cfg index 759c1c00e..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 f9 "cl_cmd hud minigame" +bind F7 menu_showsandboxtools +bind F8 "quickmenu" +bind F9 "cl_cmd hud minigame" // movement bind w +forward @@ -17,7 +17,6 @@ bind LEFTARROW +moveleft bind DOWNARROW +back bind RIGHTARROW +moveright bind SHIFT +crouch -bind ENTER +jump bind SPACE +jump // weapons @@ -41,6 +40,7 @@ bind MWHEELUP weapnext bind MWHEELDOWN weapprev bind r reload bind BACKSPACE dropweapon +bind k kill bind g dropweapon bind f +use bind v +button8 // drag object @@ -51,11 +51,13 @@ bind ` toggleconsole bind ~ toggleconsole bind TAB +showscores bind ESCAPE togglemenu +bind ENTER messagemode bind t messagemode bind y messagemode2 bind z messagemode2 bind u "+con_chat_maximize" bind m +hud_panel_radar_maximized +bind b "quickmenu" bind i +show_info bind PAUSE pause bind F9 "cl_cmd hud minigame" @@ -63,7 +65,6 @@ 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" @@ -120,7 +121,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" @@ -131,9 +132,9 @@ seta "userbind8_press" "say_team flag seen (l:%y^7); g_waypointsprite_team_here_ seta "userbind9_press" "say_team defending (l:%l^7) (h:%h^7 a:%a^7 w:%w^7); g_waypointsprite_team_here"; seta "userbind9_release" ""; seta "userbind9_description" "team: defending, icon" seta "userbind10_press" "say_team roaming (l:%l^7) (h:%h^7 a:%a^7 w:%w^7); g_waypointsprite_team_here"; seta "userbind10_release" ""; seta "userbind10_description" "team: roaming, icon" seta "userbind11_press" "say_team attacking (l:%l^7) (h:%h^7 a:%a^7 w:%w^7); g_waypointsprite_team_here"; seta "userbind11_release" ""; seta "userbind11_description" "team: attacking, icon" -seta "userbind12_press" "say_team killed flagcarrier (l:%y^7); g_waypointsprite_team_here_p"; seta "userbind12_release" ""; seta "userbind12_description" "team: killed flag, icon" +seta "userbind12_press" "say_team killed flagcarrier (l:%y^7); g_waypointsprite_team_here_p"; seta "userbind12_release" ""; seta "userbind12_description" "team: killed flagcarrier, icon" seta "userbind13_press" "say_team dropped flag (l:%d^7); g_waypointsprite_team_here_d"; seta "userbind13_release" ""; seta "userbind13_description" "team: dropped flag, icon" -seta "userbind14_press" "say_team dropped gun %w^7 (l:%l^7); g_waypointsprite_team_here; wait; dropweapon"; seta "userbind14_release" ""; seta "userbind14_description" "team: drop gun, icon" +seta "userbind14_press" "say_team dropped weapon %w^7 (l:%l^7); g_waypointsprite_team_here; wait; dropweapon"; seta "userbind14_release" ""; seta "userbind14_description" "team: drop weapon, icon" // TODO change this to "use" once we can seta "userbind15_press" "say_team dropped flag/key %w^7 (l:%l^7); g_waypointsprite_team_here; wait; +use"; seta "userbind15_release" "-use"; seta "userbind15_description" "team: drop flag/key, icon" seta "userbind16_press" "say :-) / nice one"; seta "userbind16_release" ""; seta "userbind16_description" "chat: nice one" @@ -155,4 +156,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"