mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
aff6156a3f
Added new car - Lotus Disabled sv_pure for reflect & plate fix Changed default settings in code
40 lines
No EOL
813 B
INI
40 lines
No EOL
813 B
INI
//
|
|
// DEFAULT KEY BINDINGS FOR Q3R 0.4
|
|
//
|
|
bind TAB "+scores"
|
|
bind SPACE "+moveup"
|
|
bind 0 "weapon 10"
|
|
bind 1 "weapon 1"
|
|
bind 2 "weapon 2"
|
|
bind 3 "weapon 3"
|
|
bind 4 "weapon 4"
|
|
bind 5 "weapon 5"
|
|
bind 6 "weapon 6"
|
|
bind 7 "weapon 7"
|
|
bind 8 "weapon 8"
|
|
bind 9 "weapon 9"
|
|
bind [ "record"
|
|
bind ] "stoprecord"
|
|
bind a "+left"
|
|
bind c "+movedown"
|
|
bind d "+right"
|
|
bind e "+button2"
|
|
bind f "headlights"
|
|
bind i "messagemode4"
|
|
bind q "+button3"
|
|
bind r "dropWeapon"
|
|
bind s "+back"
|
|
bind t "messagemode"
|
|
bind u "messagemode3"
|
|
bind w "+forward"
|
|
bind y "messagemode2"
|
|
bind ALT "+button14"
|
|
bind CTRL "+movedown"
|
|
bind SHIFT "+speed"
|
|
bind MOUSE1 "+attack"
|
|
bind MOUSE2 "+button5"
|
|
bind MOUSE3 "+button12"
|
|
bind MOUSE4 "stoprecord"
|
|
bind MOUSE5 "record"
|
|
bind MWHEELDOWN "weapnext"
|
|
bind MWHEELUP "weapprev" |