Skip to content

Commit 0c15936

Browse files
authored
Dota Panorama hotkeys!
copy directly to \steamapps\common\dota 2 beta\game\dota\panorama\ F1:Home F2:Heroes F3:Store F4:Watch F5:Learn F6:Arcade Ctrl+F7:Dev F8:Armory F9:Profile F10:Settings F11:Game/Home
1 parent 2e53855 commit 0c15936

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

keybinds.cfg

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
// _______ ______ ______ ________ __ ___ ___ __ ________ _______ ______
2+
// | __ \ / \ | _ \ | | | | | \/ | | | | / | ____| | _ \
3+
// | | | | | ,~~, | | |_) | '~~| |~~' | | | \ / | | | `~~~/ / | |__ | |_) |
4+
// | | | | AVEYO`S | | | | | ___/ | | | | | |\/| | | | / / | __| | /
5+
// | '~~' | | '~~' | | | | | | | | | | | | | / /~~~, | |____ | |\ \
6+
// |_______/ \______/ |__| |__| |__| |__| |__| |__| /_______| |_______| |__| \__\ v3.3
7+
//----------------------------------------------------------------------------------------------------------------------------------
8+
// PANORAMA KEYS F1:Home F2:Heroes F3:Store F4:Watch F5:Learn F6:Arcade Ctrl+F7:Dev F8:Armory F9:Profile F10:Settings F11:Game/Home
9+
//----------------------------------------------------------------------------------------------------------------------------------
10+
11+
// Alt+F4: Quit
12+
dota_dashboard#mod_alt+key_f4 DOTAQuitConfirmed
13+
popup#mod_alt+key_f4 None
14+
15+
// Down: Reload Page
16+
dota_dashboard#key_down DOTAReloadCurrentPage
17+
popup#key_down None
18+
19+
// Up / Mouse3: Fullscreen Page
20+
dota_dashboard#key_up DOTAToggleCurrentDashboardPageFullscreen
21+
popup#key_up None
22+
dota_dashboard#mouse_middle DOTAToggleCurrentDashboardPageFullscreen
23+
popup#mouse_middle None
24+
25+
// F1: Home
26+
dota_dashboard#key_f1 DOTAShowHomePage
27+
popup#key_f1 None
28+
29+
// F2: Heroes - Global Items
30+
dota_dashboard#key_f2 DOTAShowGlobalItemsPage
31+
popup#key_f2 None
32+
33+
// F3: Store - Browse
34+
dota_dashboard#key_f3 DOTAShowStoreBrowsePage
35+
popup#key_f3 None
36+
37+
// F4: Watch - Tournaments
38+
dota_dashboard#key_f4 DOTAShowWatchTournamentsPage
39+
popup#key_f4 None
40+
41+
// F5: Learn - Training
42+
dota_dashboard#key_f5 DOTAShowLastHitTrainerPage
43+
popup#key_f5 None
44+
45+
// F6: Arcade - Library
46+
dota_dashboard#key_f6 DOTAShowCustomGamesSubscribedPage
47+
popup#key_f6 None
48+
key_f6 None
49+
50+
// F7 / Ctrl+F7: Developer
51+
dota_dashboard#key_f7 DOTADebugToggleDashboardOverlay
52+
mod_ctrl+key_f7 ToggleDebugger
53+
dota_dashboard#mod_ctrl+key_f7 ToggleDebugger
54+
key_f7 None
55+
56+
// F8: Armory
57+
dota_dashboard#key_f8 DOTAShowArmoryPage
58+
popup#key_f8 None
59+
60+
// F9: Profile - Stats
61+
dota_dashboard#key_f9 DOTAShowProfileHeroStatsPage
62+
popup#key_f9 None
63+
64+
// F10: Settings
65+
dota_dashboard#key_f10 DOTASettings
66+
popup#key_f10 None
67+
68+
// F11: Return to Game / Home
69+
dota_dashboard#key_f11 DOTAReturnToGame
70+
popup#key_f11 DOTAReturnToGame
71+
key_f11 DOTAShowHomePage
72+
73+
// Panorama default keybinds
74+
dota_dashboard#mouse_4 DOTANavigateBack
75+
popup#mouse_4 None
76+
77+
dota_dashboard#mod_alt+key_left DOTANavigateBack
78+
popup#mod_alt+key_left None
79+
80+
dota_dashboard#mouse_5 DOTANavigateForward
81+
popup#mouse_5 None
82+
83+
dota_dashboard#mod_alt+key_right DOTANavigateForward
84+
popup#mod_alt+key_right None
85+
86+
dota_dashboard#mod_ctrl+key_e DOTASetFocusToSearch
87+
popup#mod_ctrl+key_e None
88+
89+
dota_dashboard#mod_shift+key_enter DOTASetFocusToChat
90+
popup#mod_shift+key_enter None

0 commit comments

Comments
 (0)