Advertisement
T99

Keybind Help (personalcfgs/keybindhelp.cfg)

T99
Jun 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. // T99's CSGO Keybind Helper
  2.  
  3. // Format:
  4.  
  5. // Key - "CSGO Key Name"
  6. // When binding, use the name within the double-quotes to the right.
  7.  
  8. // Function Keys
  9.  
  10. // F1 - "f1"
  11. // F2 - "f2"
  12. // F3 - "f3"
  13. // F4 - "f4"
  14. // F5 - "f5"
  15. // F6 - "f6"
  16. // F7 - "f7"
  17. // F8 - "f8"
  18. // F9 - "f9"
  19. // F10 - "f10"
  20. // F11 - "f11"
  21. // F12 - "f12"
  22. // F13 - "f13"
  23. // F14 - "f14"
  24. // F15 - "f15"
  25. // F16 - "f16"
  26. // F17 - "f17"
  27. // F18 - "f18"
  28. // F19 - "f19"
  29. // F20 - "f20"
  30. // F21 - "f21"
  31. // F22 - "f22"
  32. // F23 - "f23"
  33. // F24 - "f24"
  34.  
  35.  
  36. // Number Keys
  37.  
  38. // 1 - "1"
  39. // 2 - "2"
  40. // 3 - "3"
  41. // 4 - "4"
  42. // 5 - "5"
  43. // 6 - "6"
  44. // 7 - "7"
  45. // 8 - "8"
  46. // 9 - "9"
  47. // 0 - "0"
  48.  
  49. // Letter Keys
  50.  
  51. // Q - "q"
  52. // W - "w"
  53. // E - "e"
  54. // R - "r"
  55. // T - "t"
  56. // Y - "y"
  57. // U - "u"
  58. // I - "i"
  59. // O - "o"
  60. // P - "p"
  61. // A - "a"
  62. // S - "s"
  63. // D - "d"
  64. // F - "f"
  65. // G - "g"
  66. // H - "h"
  67. // J - "j"
  68. // K - "k"
  69. // L - "l"
  70. // Z - "z"
  71. // X - "x"
  72. // C - "c"
  73. // V - "v"
  74. // B - "b"
  75. // N - "n"
  76. // M - "m"
  77.  
  78. // Special Non-Character Keys
  79.  
  80. // Escape - "pause"
  81. // Tab - "tab"
  82. // Caps Lock - "capslock"
  83. // Left Shift - "shift"
  84. // Left Control - "ctrl"
  85. // Left Meta - "lwin"
  86. // Left Alt - "alt"
  87. // Spacebar - "space"
  88. // Right Alt - "ralt"
  89. // Right Meta - "rwin"
  90. // Right Control - "rctrl"
  91. // Right Shift - "rshift"
  92. // Enter -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement