Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Binds

🇧🇷 Instruções em português - clique aqui

Installation: copy the file autoexec.cfg to steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/, open the console in the game (`) and type exec autoexec.


🔎 quick overview

Movement

MoveW A S D
Silent walkShift
CrouchCtrl
JumpSpace

Weapons

Primary1 / wheel down
Secondary2 / wheel up
Knife3 / Mouse4
Use / reloadF / R
Drop / inspectG / Y

Grenades and bomb

FlashQ
SmokeE
MolotovC
HE grenade4
DecoyX
Bomb5
Healing (Medi-Shot)F3

Communication

Push-to-talkV
PingMouse5 / Z
Radio wheelMouse3
General chatEnter
Team chatU

Interface

ScoreboardTab
Buy menuB
Switch teamM
Vote Yes / NoF1 / F2
Console`

CS2 Extras

Switch handsH
Sell allDel
Radar zoomCaps Lock
Pre-Alt-Tab volume controlF8 / F9

🏃 Movement

Action Key
Forward / back W / S
Left / right A / D
Crouch Ctrl
Jump Space
Silent walk Shift (see "Shift multifunction" section below)

🔫 Weapons and equipment

Action Primary key Duplicate
Primary weapon 1 Scroll down
Secondary weapon 2 Scroll up
Knife 3 Mouse4 (rear side button)
Bomb 5
Use / interact F
Inspect weapon Y
Reload R
Drop weapon G

💣 Grenades and healing

Action Key Slot
Flashbang Q slot7
Smoke E slot8
Molotov / incendiary C slot10
HE grenade 4 slot6
Decoy X slot9
Healing (Medi-Shot) F3 use weapon_healthshot

🎙️ Communication

Action Key
Push-to-talk (voice) V
Ping Mouse5 or Z (two keys, same command)
Radio wheel Mouse3 (scroll click)
General chat Enter
Team chat U

🗺️ Interface and menus

Action Key
Scoreboard Tab
Buy menu B
Switch team M
Vote Yes / No F1 / F2
Open console `
Cancel selection (buy menu) Esc

⚙️ CS2 exclusive extras

Action Key What it does
Switch hands H Moves the weapon to the other side of the screen
Sell all Del Full refund of equipment in the round
Radar zoom Caps Lock Toggles cl_radar_scale between 1 (zoomed) and 0.4 (default)
Lower volume (pre Alt-Tab) F8 volume 0.1
Restore volume (post Alt-Tab) F9 volume 0.7

🔀 Shift multifunction (silent walk + radar zoom)

The Shift key does two things at the same time while held:

alias "+walk_quiet_radar" "+sprint; volume 0.3; cl_radar_scale 1"
alias "-walk_quiet_radar" "-sprint; volume 0.7; cl_radar_scale 0.4"
bind "SHIFT" "+walk_quiet_radar"
  • Reduces game volume to 0.3 (prevents footsteps from sounding too loud)
  • Zooms radar to 1 while held
  • On release, volume returns to 0.7 and radar to 0.4

🔊 Audio (section 9 of cfg)

Fixed spatial sound adjustments, not key binds:

Command Value
snd_mixahead 0.002
snd_spatialize_lerp 0.25
snd_steamaudio_enable_perspective_correction true
snd_headphone_pan_exponent 2
snd_front_headphone_position 45
snd_rear_headphone_position 135
snd_headphone_eq 0
snd_mute_losefocus 0 (does not mute when window loses focus)

📡 Radar and console (section 10)

Command Value
cl_radar_scale 0.4 (default radar zoom)
con_enable 1 (console enabled)

At the end, host_writeconfig saves the current configuration to config.cfg.


📋 Quick summary

Category Main binds
Movement W A S D, Shift, Ctrl, Space
Weapons 1 2 3, R, G, F (use), Y (inspect)
Grenades Q flash, E smoke, C molotov, 4 HE, X decoy, 5 bomb
Healing F3 — only works in Deathmatch / Danger Zone / Arms Race / Co-op
Communication V voice, Mouse5/Z ping, Mouse3 radio
Interface Tab scoreboard, B buy, M switch team
CS2 Extras H switch hands, Del sell all, Caps Lock radar zoom

💡 Tips for those migrating

  1. Any bind changed via the game's visual menu overwrites the .cfg. Always edit the file and run exec autoexec again.

About

personal set of keybinds for Counter Strike 2

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors