Advertisement
T99

Keybinds (personalcfgs/keybinds.cfg)

T99
Jun 26th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. // T99's CSGO Keybinds
  2.  
  3. // Keybinds
  4.  
  5. // Start from a clean slate...
  6.  
  7. unbindall // Removes all pre-existing binds.
  8.  
  9. // Movement
  10.  
  11. bind "w" "+forward" // [W] Move forwards.
  12. bind "a" "+moveleft" // [A] Move left.
  13. bind "s" "+back" // [S] Move backwards.
  14. bind "d" "+moveright" // [D] Move right.
  15.  
  16. bind "space" "+jump" // [Spacebar] Jump.
  17.  
  18. bind "shift" "+speed" // [Shift] Walk.
  19. bind "ctrl" "+duck" // [Control] Crouch.
  20.  
  21. // Weapons
  22.  
  23. // Attacking
  24.  
  25. bind "mouse1" "+attack" // [Left Mouse] Primary attack (fire).
  26. bind "mouse2" "+attack2" // [Right Mouse] Secondary function (change fire mode, scope, etc).
  27.  
  28. bind "r" "+reload" // [R] Reload the current weapon.
  29.  
  30. bind "f" "+lookatweapon" // [F] Inspects the current weapon/skin.
  31.  
  32. // Switching && Navigating
  33.  
  34. bind "mwheelup" "invprev" // [Scroll Up] Go up in the weapon inventory.
  35. bind "mwheeldown" "invnext" // [Scroll Down] Go down in the weapon inventory.
  36. bind "q" "lastinv" // [Q] Go back to the last used weapon.
  37.  
  38. bind "v" "drop" // [V] Drops the current weapon.
  39.  
  40.  
  41.  
  42. // Communication
  43.  
  44. bind "y" "messagemode" // [Y] Open all-chat.
  45. bind "u" "messagemode2" // [U] Open team-chat.
  46.  
  47. // Miscellaneous
  48.  
  49. bind "tab" "+showscores" // [Tab] Show the scoreboard.
  50. bind "escape" "cancelselect" // [Escape] Cancel the current selection.
  51. bind "`" "toggleconsole" // [Grave] Toggle the console.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement