Option Search auto-enter
Moderator: GZDoom Developers
-
- Posts: 12
- Joined: Mon Mar 25, 2024 6:40 pm
- Graphics Processor: Not Listed
Option Search auto-enter
GZDoom currently requires pressing enter after selecting "Option Search" before search terms can be typed. Since "Search:" is the only field on this screen, I find that a bit silly. Can we have it auto-enter?
-
- Posts: 12
- Joined: Mon Mar 25, 2024 6:40 pm
- Graphics Processor: Not Listed
Re: Option Search auto-enter
The Option Search Field class is in wadsrc\static\zscript\engine\ui\menu\search\searchfield.zs
-
- Posts: 246
- Joined: Mon Jan 09, 2023 2:02 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: Option Search auto-enter
I think this is a limitation of the menu system. The option search is just a generic options menu which just happens to have an input control as its only active content.
-
- Posts: 12
- Joined: Mon Mar 25, 2024 6:40 pm
- Graphics Processor: Not Listed
Re: Option Search auto-enter
sounds like we might have to add an "auto-enter-first-control" property to the menu