Generador de atajos de CS2

Crea combinaciones de teclas para comprar, lanzar al saltar y otras funciones en CS2. Elige las teclas que quieras, selecciona las armas y copia los comandos directamente en tu configuración.

Buy Bind Generator

Click any key — including letters and mouse buttons — then pick one or more items for it. Multiple items on one key buy in a single press. Yellow-dotted keys are used by default game actions; bind them only if you've moved those actions elsewhere.

Presets:
NUM 7nothing bound
Rifles
SMGs
Pistols
Heavy
Grenades
Equipment

Generated Commands

// Click a key, then pick items to build your binds

Grenade Slot Binds

Equip a specific grenade instantly instead of cycling with the 4 key. These use CS2's slot commands: slot6 (HE), slot7 (flash), slot8 (smoke), slot9 (decoy), slot10 (molotov/incendiary).

// Pick keys to equip each grenade instantly

Jump Throw Bind

A jump throw bind jumps and releases the grenade on the same frame. Heads up:Valve blocks multi-action binds in Premier and Competitive — use these for practice and community servers, and CS2's built-in jump-throw assist in ranked.

alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "F8" "+jumpthrow"

How to use: Hold your grenade, hold left click to pull the pin, then press your bound key. The bind will jump and release the grenade at the optimal time for a consistent throw arc.

Utility Binds

Essential quality-of-life binds that every CS2 player should have in their config.

Voice Toggle

Toggle teammate voice chat on/off with one key press.

bind "F9" "toggle voice_enable 0 1"

Volume Toggle

Quickly toggle game volume between normal and muted.

bind "F11" "toggle volume 0.5 0"

Crosshair Size Toggle

Switch between two crosshair sizes for different situations.

bind "F12" "toggle cl_crosshairsize 2 4"

FPS Counter Toggle

Show/hide the cl_showfps frame rate counter on screen.

bind "INS" "toggle cl_showfps 0 1"

Preguntas frecuentes

¿Cómo configuro las combinaciones de teclas para comprar en CS2?
Puedes añadir comandos de atajo para comprar a tu archivo autoexec.cfg o introducirlos en la consola. El formato es: bind "TECLA" "buy weapon_ak47". Usa nuestro generador de arriba para crear atajos con las teclas y armas que prefieras, y luego pégalos en tu configuración.
¿Sigue funcionando el «bind» del salto en CS2?
Sí, las combinaciones de teclas para el «jump throw» funcionan en CS2. El método del alias (alias +jumpthrow) es el más fiable. CS2 también tiene una mecánica de «jump throw» integrada, pero una combinación de teclas te da más consistencia y control sobre el momento en que se ejecuta.
¿Dónde se configuran los atajos de CS2?
Añade los comandos de asignación de teclas en tu archivo autoexec.cfg, que está en la carpeta de configuración de CS2 (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/). También puedes pegarlos directamente en la consola del juego.
¿Puedo asignar varios comandos a una misma tecla?
Sí, puedes encadenar varios comandos usando puntos y comas. Por ejemplo: bind "F1" "buy weapon_ak47; buy item_assaultsuit; buy weapon_hegrenade". Esto intentará comprar todos los objetos cuando pulses la tecla.
¿Cuáles son las mejores teclas para las combinaciones de comprar?
La mayoría de los jugadores usan el teclado numérico (desde KP_0 hasta KP_SLASH), ya que estas teclas no se usan durante el juego. Las teclas F1-F8 también son muy populares. Evita asignar funciones a teclas que uses para moverte o para acciones habituales.

Ver en inglés →