Skip to content

Commit 2096ebb

Browse files
committed
move escape bind to setup.cfg file
1 parent a72979b commit 2096ebb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ bind MOUSE7 [ weapon (weapload 1) 1 ]
170170
bind LEFTBRACKET [ universaldelta 1 ]
171171
bind RIGHTBRACKET [ universaldelta -1 ]
172172
173+
bind ESCAPE [uitoggle]
174+
173175
specbind LSHIFT [ shiftmod 1; onrelease [ shiftmod 0 ] ]
174176
specbind E [ spectate 0 ]
175177
specbind MOUSE1 [ spectate 0 ]

config/ui/lib.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ uitoggle = [
2020
if (!= (ui_menu_prevent_@ui_topui) 1) [ui_menu_action_@ui_topui]
2121
] [uiopen "main"]
2222
]
23-
bind ESCAPE [uitoggle]
2423

2524
uibacked = 0
2625
uiclose = [

0 commit comments

Comments
 (0)