Skip to content

Instantly share code, notes, and snippets.

@sryze
Last active March 27, 2024 10:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sryze/5966214 to your computer and use it in GitHub Desktop.
Save sryze/5966214 to your computer and use it in GitHub Desktop.
Half-Life 2 key bindings
bind "w" "phys_swap"
bind "q" "use weapon_smg1"
bind "a" "use weapon_shotgun"
bind "z" "use weapon_357"
bind "x" "use weapon_crossbow"
bind "c" "use weapon_AR2"
bind "v" "use weapon_frag"
bind "MOUSE4" "weapon_pistol"
bind "MOUSE5" "use weapon_crowbar"
bind "b" "impulse 50"
bind "d" "+back"
bind "e" "+forward"
bind "f" "+moveright"
bind "g" "impulse 100"
bind "p" "headtrack_reset_home_pos"
bind "r" "+use"
bind "s" "+moveleft"
bind "t" "+reload"
bind "`" "toggleconsole"
bind "SPACE" "+jump"
bind "NUMLOCK" "pause"
bind "ESCAPE" "cancelselect"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "ALT" "+walk"
bind "CTRL" "+duck"
bind "F3" "askconnect_accept"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F9" "load quick"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+zoom"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment