mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
default key config out of the box
This commit is contained in:
parent
7c033f97bf
commit
ea090e6c3d
2 changed files with 41 additions and 2 deletions
|
@ -2,4 +2,43 @@
|
|||
// KEY BINDINGS
|
||||
//
|
||||
|
||||
unbindall
|
||||
bind TAB "+scores"
|
||||
bind SPACE "+button14"
|
||||
bind 0 "weapon 1"
|
||||
bind 1 "weapon 2"
|
||||
bind 2 "weapon 3"
|
||||
bind 3 "weapon 4"
|
||||
bind 4 "weapon 5"
|
||||
bind 5 "weapon 6"
|
||||
bind 6 "weapon 7"
|
||||
bind 7 "weapon 8"
|
||||
bind 8 "weapon 9"
|
||||
bind 9 "weapon 10"
|
||||
bind a "+left"
|
||||
bind d "+right"
|
||||
bind e "+movedown"
|
||||
bind g "headlights"
|
||||
bind h "+button3"
|
||||
bind j "record"
|
||||
bind k "stoprecord"
|
||||
bind q "+moveup"
|
||||
bind r "messagemode"
|
||||
bind s "+back"
|
||||
bind t "messagemode2"
|
||||
bind u "messagemode4"
|
||||
bind w "+forward"
|
||||
bind z "messagemode3"
|
||||
bind UPARROW "+lookup"
|
||||
bind DOWNARROW "+lookdown"
|
||||
bind ALT "+speed"
|
||||
bind CTRL "+button2"
|
||||
bind SHIFT "+mlook"
|
||||
bind KP_ENTER "centerview"
|
||||
bind KP_MINUS "dropWeapon"
|
||||
bind KP_PLUS "+zoom"
|
||||
bind MOUSE1 "+attack"
|
||||
bind MOUSE2 "+button5"
|
||||
bind MOUSE3 "+button12"
|
||||
bind MWHEELDOWN "weapnext"
|
||||
bind MWHEELUP "weapprev"
|
||||
bind WORLD_47 "+button2"
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.3c_r448"
|
||||
#define PRODUCT_VERSION "v0.3c_r449"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue