Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //personal.cfg
- alias +keyshift "unbindall; exec calc.cfg" // binds from calc.cfg should be only active when you holding X
- alias -keyshift "unbindall; RK" // when release, use your refresh daemon to load default keys from autoexec.cfg
- bind "X" +keyshift // X = any key not used both in autoexec.cfg and GUI
- // calc.cfg
- bind KP_0 hpCalcPress0
- bind KP_1 hpCalcPress1
- bind KP_2 hpCalcPress2
- bind KP_3 hpCalcPress3
- bind KP_4 hpCalcPress4
- bind KP_5 hpCalcPress5
- bind KP_6 hpCalcPress6
- bind KP_7 hpCalcPress7
- bind KP_8 hpCalcPress8
- bind KP_9 hpCalcPress9
- bind KP_DEL hpCalcPure
- bind KP_PLUS hpCalcNormal
- bind KP_MINUS hpCalcCloak
- bind KP_MULTIPLY hpCalcHood
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement