We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72979b commit 2096ebbCopy full SHA for 2096ebb
2 files changed
config/setup.cfg
@@ -170,6 +170,8 @@ bind MOUSE7 [ weapon (weapload 1) 1 ]
170
bind LEFTBRACKET [ universaldelta 1 ]
171
bind RIGHTBRACKET [ universaldelta -1 ]
172
173
+bind ESCAPE [uitoggle]
174
+
175
specbind LSHIFT [ shiftmod 1; onrelease [ shiftmod 0 ] ]
176
specbind E [ spectate 0 ]
177
specbind MOUSE1 [ spectate 0 ]
config/ui/lib.cfg
@@ -20,7 +20,6 @@ uitoggle = [
20
if (!= (ui_menu_prevent_@ui_topui) 1) [ui_menu_action_@ui_topui]
21
] [uiopen "main"]
22
]
23
-bind ESCAPE [uitoggle]
24
25
uibacked = 0
26
uiclose = [
0 commit comments