Advertisement
Guest User

-----

a guest
Apr 3rd, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //personal.cfg
  2. alias +keyshift "unbindall; exec calc.cfg" // binds from calc.cfg should be only active when you holding X
  3. alias -keyshift "unbindall; RK" // when release, use your refresh daemon to load default keys from autoexec.cfg
  4.  
  5. bind "X" +keyshift // X = any key not used both in autoexec.cfg and GUI
  6.  
  7.  
  8. // calc.cfg
  9. bind KP_0      hpCalcPress0
  10. bind KP_1      hpCalcPress1
  11. bind KP_2      hpCalcPress2
  12. bind KP_3      hpCalcPress3
  13. bind KP_4      hpCalcPress4
  14. bind KP_5      hpCalcPress5
  15. bind KP_6      hpCalcPress6
  16. bind KP_7      hpCalcPress7
  17. bind KP_8      hpCalcPress8
  18. bind KP_9      hpCalcPress9
  19.  
  20. bind KP_DEL       hpCalcPure
  21. bind KP_PLUS      hpCalcNormal
  22. bind KP_MINUS     hpCalcCloak
  23. bind KP_MULTIPLY  hpCalcHood
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement