Last active
March 27, 2024 10:34
-
-
Save sryze/5966214 to your computer and use it in GitHub Desktop.
Half-Life 2 key bindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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