I have a key binding question
-
Blentoreaday
- Posts: 1
- Joined: Wed Jun 17, 2026 2:38 am
- Graphics Processor: nVidia with Vulkan support
I have a key binding question
I have a question about the map keybinding. I know the default is to "toggle" the map, but is there any way to easily get a momentary behavior where holding down tab shows the map, and releasing tab closes the map? maybe an option I'm not seeing, or a console command? Seems like a basic thing but I can't find any kind of discussion on it or anything because the terminology is so general.
-
m8f
-

- Posts: 1521
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Location: Siberia (UTC+7)
Re: I have a key binding question
Try this in console:
Won't work as intended if Options -> Automap options -> Overlap automap is Overlay+Normal.
Code: Select all
alias +press-map "togglemap"
alias -press-map "togglemap"
bind tab +press-map