Skip to content

Instantly share code, notes, and snippets.

@furycd001
Created August 20, 2020 08:39
Show Gist options
  • Save furycd001/5d99bba435cc77e3b479c081ede146cb to your computer and use it in GitHub Desktop.
Save furycd001/5d99bba435cc77e3b479c081ede146cb to your computer and use it in GitHub Desktop.

In TF2 you can bind a single key to crouch jump.

The console command for jump is +jump & the command for crouch is +duck

A + in front of any command means that it will execute for as long as the button is being pressed if at all possible..

You can combine jump & duck to be used with a single key super easily. To do so simple launch TF2, open the console & then type the following three lines in one by one, pressing enter after each one.

  • alias +cjump "+jump;+duck"

  • alias -cjump "-jump;-duck"

  • bind space +cjump

If you've entered everything correctly you should now be able to crouch jump with a single key press..

[ HAPPY GAMING POOTIS ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment