Custom Keybinds


(Sleety) #1

A few of the weirder keybinds that I use

Longjump of course

setbind ThumbMouseButton2 "Duck | Jump" 1

And a difficult one that I finally got working today


setbind FireSelectOn "startfire | SetBind LeftMouseButton FireSelectOff" 1
setbind FireSelectOff "stopfire | SetBind LeftMouseButton FireSelectOn" 1
setbind OnSpark "SelectWeaponSlot WS_Item2 | setbind LeftMouseButton FireSelectOn" 1
setbind ResetFire "setbind LeftMouseButton Fire" 1
setbind One "WeaponSlotThree| stopfire | ResetFire" 1
setbind Two "WeaponSlotTwo| stopfire | ResetFire" 1
setbind Three "WeaponSlotOne| stopfire | ResetFire" 1
setbind Four "WeaponSlotFour| stopfire | ResetFire" 1
setbind O "EnableSparks" 1
setbind EnableSparks "stopfire | setbind O DisableSparks | setbind LeftMouseButton FireSelectOn | setbind e OnSpark | say Sparks Enabled" 1
setbind DisableSparks "stopfire | setbind O EnableSparks | setbind LeftMouseButton Fire | setbind e QuickItem2Cmd | say Sparks Disabled" 1

The last one puts Sparks’ revivr on a toggle fire (press once to charge another time to fire)
Pressing O enables and disables it so if you swap from sparks to any other character you can press that instead of redoing keybinds in the middle of a game. Just makes sparks feel a lot more natural to play and lets my hand rest a little more relaxed when I’m aiming.