Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 3.17 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ////////////////////////////////////////////////////
  2. ///// Killsteal-Legends.net Dota 2 Keybinds  ///////
  3. //////////// for Dota 2 Config v.1.5.2.  ///////////
  4. ///////////////// by Shixxor ///////////////////////
  5. ////////////////////////////////////////////////////
  6.  
  7. //////////////////////
  8. // CUSTOM  BINDINGS //  Script bindings to use the scripts from the autoexec.cfg scripts part and some other misc keys .
  9. //////////////////////
  10.  
  11. bind "x" "quick_courier"        // Courier Script
  12. bind "F10" "showgraph"          // Toggle Net_Graph
  13. bind "\" "+showboard"           // Show Netgraph and APM
  14. bind "y" "+range"               // Show Range Radius
  15.  
  16. // Say MISS/RE bindings
  17. bind "leftarrow" "say_team miss top"
  18. bind "rightarrow" "say_team miss bottom"
  19. bind "downarrow" "say_team miss mid"
  20. bind "uparrow" "say_team re"
  21.  
  22.  
  23. //////////////////////
  24. /// MAIN BINDINGS ////  Main Dota 2 bindings from the menu.
  25. //////////////////////
  26.  
  27. // ATTENTION: Either remove this whole BINDING part to not overwrite your own bindings or replace these bindings with your own and unbind ALL keys in the options menu afterwards to prevent them from being overwritten each time you start a game! To unbind a key in the options menu select it and press DEL.
  28.  
  29. bind "q" "dota_ability_execute 0"               // Main Ability 1
  30. bind "w" "dota_ability_execute 1"               // Main Ability 2
  31. bind "e" "dota_ability_execute 2"               // Main Ability 3
  32. bind "r" "dota_ability_execute 5"               // Main Ability Ultimate
  33. bind "d" "dota_ability_execute 3"               // Secondary Ability 1
  34. bind "f" "dota_ability_execute 4"               // Secondary Ability 2
  35.  
  36. bind "mouse5"   "dota_item_execute 0;smartcast;"        // Itemslot 1 + smartcast (see in the script section of the autoexec.cfg)
  37. bind "mouse4"   "dota_item_execute 1"                   // Itemslot 2
  38. bind "3"        "dota_item_execute 2"                   // Itemslot 3
  39. bind "4"        "dota_item_execute 3"                   // Itemslot 4
  40. bind "5"        "dota_item_execute 3"                   // Itemslot 4
  41. bind "G"        "dota_item_execute 4"                   // Itemslot 5
  42. bind "T"        "dota_item_execute 5"                   // Itemslot 6
  43.  
  44. bind "." "toggleshoppanel"                      // Open Shop
  45. bind "," "+voicerecord"                         // Toggle Voicecomm
  46. bind "c" "dota_select_courier"                  // Select Courier
  47. bind "o" "dota_ability_learn_mode"              // Skill an ability mode
  48. bind "h" "dota_hold"                            // Hold Position
  49. bind "TAB" "dota_cycle_selected"                // Switch through controlled units
  50. bind "j" "use_item_client actions action_item"  // Use action item (added in final Dota 2 release)
  51. bind "k" "use_item_client current_hero taunt"   // Use taunt item (added in final Dota 2 release)
  52. bind "l" "dota_glyph"                           // Use Fortification Glyph
  53. bind "f1" "dota_recent_event"                   // Jump to ping location
  54. bind "escape" "cancelselect"                    // Cancel
  55. bind "enter" "say"                              // Text Say
  56. bind "u" "dota_learn_stats"                     // Skill Stats
  57. bind "a" "mc_attack"                            // Attack Move
  58. bind "s" "dota_stop"                            // Stop
  59. bind "F9" "dota_pause"                          // Pauses the match
  60. bind "F12" "jpeg"                               // Make Screenshot
  61. bind "space" "+dota_camera_follow"              // Tab to select hero, doubletap to jump to hero
  62. bind "1" "dota_select_all_others"               // Select all other controlled units
  63. bind "mouse1" "+attack"                         // Select Click
  64. bind "mouse2" "+attack2"                        // Action Click
  65.  
  66.  
  67. /////////////////////////
  68. echo "KSL Keybindings Loaded."
  69. /////////////////////////