// Standard Game Bindings
// Feel free to modify them however you like

// Clear all bindings...
unbindall

// Movement
bind w "+forward"
bind a "+moveleft"
bind s "+back"
bind d "+moveright"
bind SPACE "+jump"
bind CTRL "+duck"
bind LSHIFT "+speed"

// Interact button
bind e "+use"

// Flashlight button
bind f "impulse 100"

// Misc interface buttons
bind t "messagemode"
bind TAB "+showscores"
bind ESCAPE "togglemenu"
bind PAUSE "pause"

// Developer console
bind ~ "toggleconsole"