// YWB 10/10/03: // If the user doesn't have a config.cfg when they run, this gets executed the first time they run the engine // It doesn't execute if they have their own config.cfg saved out. unbindallmousekeyboard bind "ESCAPE" "cancelselect" bind "`" "toggleconsole" bind "TAB" "+showscores" bind "SPACE" "+jump" bind "," "buyammo1" bind "." "buyammo2" bind "0" "slot10" bind "1" "slot1" bind "2" "slot2" bind "3" "slot3" bind "4" "slot4" bind "5" "slot5" bind "6" "slot6" bind "7" "slot7" bind "8" "slot8" bind "9" "slot9" bind "a" "+moveleft" bind "b" "buymenu" bind "c" "radio3" bind "d" "+moveright" bind "e" "+use" bind "f" "+lookatweapon" bind "g" "drop" bind "i" "show_loadout_toggle" bind "k" "+voicerecord" bind "m" "teammenu" bind "q" "lastinv" bind "r" "+reload" bind "s" "+back" bind "u" "messagemode2" bind "w" "+forward" bind "x" "radio2" bind "y" "messagemode" bind "z" "radio1" bind "CTRL" "+duck" bind "SHIFT" "+speed" bind "F3" "autobuy" bind "F4" "rebuy" bind "F5" "jpeg" bind "F6" "save quick" bind "F7" "load quick" bind "F10" "quit prompt" bind "MWHEELDOWN" "invnext" bind "MWHEELUP" "invprev" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "PAUSE" "pause" bind "DEL" "mute" bind "t" "+spray_menu" exec autoexec.cfg