I have a key binding question

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Blentoreaday
Posts: 1
Joined: Wed Jun 17, 2026 2:38 am
Graphics Processor: nVidia with Vulkan support

I have a key binding question

Post by Blentoreaday »

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.
User avatar
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

Post by m8f »

Try this in console:

Code: Select all

alias +press-map "togglemap"
alias -press-map "togglemap"
bind tab +press-map
Won't work as intended if Options -> Automap options -> Overlap automap is Overlay+Normal.

Return to “General”