Bind jump to the mouse wheel in CS2 (CS 2)
Using the mouse wheel for jumping significantly simplifies gameplay in Counter-Strike 2. Here's how to set up this bind.
1. Open the Console
To configure this, first enable the console:
- Go to Settings → Game → Enable Developer Console.
- By default, open the console with the
~(tilde) key.
2. Bind Commands
Enter the following commands in the console:
bind "mwheelup" "+jump" // Jump when scrolling the wheel up
bind "mwheeldown" "+jump" // Jump when scrolling the wheel down
Now, when you scroll the wheel up or down, your character will jump.
3. Save the Bind
To prevent the bind from resetting after restarting the game, add the commands to your config:
- Open the
autoexec.cfgfile (located in the game settings folder). - Add the same lines:
bind "mwheelup" "+jump" -
bind "mwheeldown" "+jump"
4. Remove the Bind
If you want to remove the bind, enter the commands:
unbind "mwheelup" unbind "mwheeldown"
