]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - binds-xonotic.cfg
Vcall dialog: reduce width
[xonotic/xonotic-data.pk3dir.git] / binds-xonotic.cfg
index 759c1c00e8a78088514df991625e3d1fa0eaf904..0545f15f844987651a7405c1def58fc2ad1a92a1 100644 (file)
@@ -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
@@ -17,8 +8,8 @@ bind LEFTARROW +moveleft
 bind DOWNARROW +back
 bind RIGHTARROW +moveright
 bind SHIFT +crouch
-bind ENTER +jump
 bind SPACE +jump
+bind ENTER +jump
 
 // weapons
 bind 0 weapon_group_0
@@ -40,8 +31,8 @@ bind MOUSE5 +hook
 bind MWHEELUP weapnext
 bind MWHEELDOWN weapprev
 bind r reload
-bind BACKSPACE dropweapon
 bind g dropweapon
+bind BACKSPACE dropweapon
 bind f +use
 bind v +button8 // drag object
 
@@ -56,16 +47,26 @@ 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 F1 vyes
+bind F2 vno
+bind F3 spec // used for spectate/observer mode
+bind F4 ready
+
+bind f5 menu_showteamselect // alias for switching the teamselect menu
+bind f6 team_auto
+bind f7 menu_showsandboxtools
+bind f8 menu_showvcall
+
 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.
+// Gamepad defaults. Tested with Logitech Rumblepad 2, I hope similar ones work as well.
 bind JOY1 "+crouch"
 bind JOY2 "+jump"
 bind JOY3 "weapprev"
@@ -113,12 +114,6 @@ 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 "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"
@@ -155,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"