On Fri, 13 Feb 2026 06:39:09 -0700, Simon Glass wrote:
> The bootmenu_conv_key() function is shared with expo subsystem for key
> input. Adding alphanumeric-to-BKEY_SHORTCUT conversion there causes expo
> to swallow typed characters instead of inserting them as text, since
> BKEY_SHORTCUT falls in the range that expo treats as a command key
> rather than passing through.
>
> Move the shortcut-key detection into bootmenu_loop() where it is
> only used in the bootmenu context.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] menu: Move shortcut-key handling to bootmenu_loop()
commit: 8353239dabb8079a10fd34167922302288a6a1bd
--
Tom