Advertisement
aveyo

keybinds.cfg

Feb 2nd, 2018
4,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //   _______             ______    ______    ________   __   ___  ___   __   ________   _______   ______
  2. //  |   __  \           /      \  |   _  \  |        | |  | |   \/   | |  | |       /  |   ____| |   _  \
  3. //  |  |  |  |         |  ,~~,  | |  |_)  | '~~|  |~~' |  | |  \  /  | |  | `~~~/  /   |  |__    |  |_)  |
  4. //  |  |  |  | AVEYO`S |  |  |  | |   ___/     |  |    |  | |  |\/|  | |  |    /  /    |   __|   |      /
  5. //  |  '~~'  |         |  '~~'  | |  |         |  |    |  | |  |  |  | |  |   /  /~~~, |  |____  |  |\  \
  6. //  |_______/           \______/  |__|         |__|    |__| |__|  |__| |__|  /_______| |_______| |__| \__\ v3.4
  7. //----------------------------------------------------------------------------------------------------------------------------------
  8. //  F1:Home F2:Heroes F3:Store F4:Watch F5:Learn F6:Arcade Ctrl+F7:Dev F8:Armory F9:PostGame F10:Settings F11:Game/Home F12:Stats
  9. //----------------------------------------------------------------------------------------------------------------------------------
  10. // PANORAMA HOTKEYS installation: save as Steam\steamapps\common\dota 2 beta\game\dota\panorama\keybinds.cfg
  11.  
  12. // Update: fixed F10:Settings after 7.20
  13.  
  14. // Ctrl+F1..Ctrl+F8: No Battlepass? Browse the BP history.. [IMPORTANT] To surpress an exit error, add launch option: -nobreakpad
  15. dota_dashboard#mod_ctrl+key_f1 DOTAShowBPWinter2016
  16. popup#mod_ctrl+key_f1 DOTAReloadCurrentPage
  17. dota_dashboard#mod_ctrl+key_f2 DOTAShowCompShanghai2016OverviewPage
  18. popup#mod_ctrl+key_f2 DOTAReloadCurrentPage
  19. dota_dashboard#mod_ctrl+key_f3 DOTAShowBPSpring2016
  20. popup#mod_ctrl+key_f3 None
  21. dota_dashboard#mod_ctrl+key_f4 DOTAShowBPFall2016
  22. popup#mod_ctrl+key_f4 None
  23. dota_dashboard#mod_ctrl+key_f5 DOTAShowBPWinter2017HomePage
  24. popup#mod_ctrl+key_f5 None
  25. dota_dashboard#mod_ctrl+key_f6 DOTAShowCompKiev2017OverviewPage
  26. popup#mod_ctrl+key_f6 None
  27. dota_dashboard#mod_ctrl+key_f7 DOTAShowBPInternational2017HomePage
  28. popup#mod_ctrl+key_f7 None
  29. dota_dashboard#mod_ctrl+key_f8 DOTAShowCompTI7PlayersPage
  30. popup#mod_ctrl+key_f8 None
  31.  
  32. // Up / Mouse3: Fullscreen Page
  33. dota_dashboard#key_up DOTAToggleCurrentDashboardPageFullscreen
  34. popup#key_up None
  35. dota_dashboard#mouse_middle DOTAToggleCurrentDashboardPageFullscreen
  36. popup#mouse_middle None
  37.  
  38. // Down: Reload Page
  39. dota_dashboard#key_down DOTAReloadCurrentPage
  40. popup#key_down None
  41.  
  42. // BackSpace: Previous Page
  43. dota_dashboard#key_backspace DOTANavigateBack
  44. popup#key_backspace None
  45.  
  46. // Alt+F4: Quit
  47. dota_dashboard#mod_alt+key_f4 DOTAQuitConfirmed
  48. popup#mod_alt+key_f4 None
  49.  
  50. // F1: Home
  51. dota_dashboard#key_f1 DOTAShowHomePage
  52. popup#key_f1 None
  53.  
  54. // F2: Heroes - Global Items
  55. dota_dashboard#key_f2 DOTAShowGlobalItemsPage
  56. popup#key_f2 None
  57.  
  58. // F3: Store - Browse
  59. dota_dashboard#key_f3 DOTAShowStoreBrowsePage
  60. popup#key_f3 None
  61.  
  62. // F4: Watch - Tournaments
  63. dota_dashboard#key_f4 DOTAShowWatchTournamentsPage
  64. popup#key_f4 None
  65.  
  66. // F5: Learn - Training
  67. dota_dashboard#key_f5 DOTAShowLastHitTrainerPage
  68. popup#key_f5 None
  69.  
  70. // F6: Arcade - Library
  71. dota_dashboard#key_f6 DOTAShowCustomGamesSubscribedPage
  72. popup#key_f6 None
  73.  
  74. // F7 / Ctrl+Shift+F7: Developer
  75. dota_dashboard#key_f7 DOTADebugToggleDashboardOverlay
  76. key_f7 None // can't remap f7 (bug?) so to be safe disable it while in-game
  77. mod_ctrl+mod_shift+key_f7 ToggleDebugger
  78. dota_dashboard#mod_ctrl+mod_shift+key_f7 ToggleDebugger
  79. key_f6 None // disable default debugger key (F6) while in-game
  80.  
  81. // F8: Armory
  82. dota_dashboard#key_f8 DOTAShowArmoryPage
  83. popup#key_f8 None
  84.  
  85. // F9: Post Game
  86. dota_dashboard#key_f9 DOTAShowPostGamePage
  87. popup#key_f9 None
  88.  
  89. // F10: Settings
  90. dota_dashboard#key_f10 DOTAShowSettingsPopup
  91. popup#key_f10 None
  92.  
  93. // F11: Return to Game / Home
  94. dota_dashboard#key_f11 DOTAReturnToGame
  95. popup#key_f11 DOTAReturnToGame
  96. key_f11 DOTAShowHomePage
  97.  
  98. // F12: Profile - Stats
  99. dota_dashboard#key_f12 DOTAShowProfileHeroStatsPage
  100. popup#key_f12 None
  101.  
  102. //----------------------------------------------------------------------------------------------------------------------------------
  103. // Panorama default keybinds
  104. //----------------------------------------------------------------------------------------------------------------------------------
  105.  
  106. dota_dashboard#mouse_4 DOTANavigateBack
  107. popup#mouse_4 None
  108.  
  109. dota_dashboard#mod_alt+key_left DOTANavigateBack
  110. popup#mod_alt+key_left None
  111.  
  112. dota_dashboard#mouse_5 DOTANavigateForward
  113. popup#mouse_5 None
  114.  
  115. dota_dashboard#mod_alt+key_right DOTANavigateForward
  116. popup#mod_alt+key_right None
  117.  
  118. dota_dashboard#mod_ctrl+key_e DOTASetFocusToSearch
  119. popup#mod_ctrl+key_e None
  120.  
  121. dota_dashboard#mod_shift+key_enter DOTASetFocusToChat
  122. popup#mod_shift+key_enter None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement