mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
Before taking any default action if there is no timeout, check whether the supplied key filter callback function may handle a specific user keypress. If it does, the menu timeout is cancelled. This allows e.g. handling F8 press for displaying boot options even when the timeout is zero. CORE-14046