ladybird/Userland/Applications/Run
Jelle Raaijmakers 379c7c2f64 Run: Trigger on escape key only once
When you press the escape key in the Browse dialog, the key down event
closes the dialog while the key up event then closes the Run window.

Prevent this by only listening to key down events.
2022-08-02 12:54:39 +01:00
..
CMakeLists.txt Run: Port to LibMain :^) 2021-11-26 23:27:57 +01:00
main.cpp Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Run.gml Run: Use the new DialogButton 2022-06-10 23:02:07 +01:00
RunWindow.cpp Run: Trigger on escape key only once 2022-08-02 12:54:39 +01:00
RunWindow.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00