Files
ladybird/Userland/Libraries/LibGUI/AbstractView.cpp
Andreas Kling 4853576db7 LibGUI: Ignore keydown events with Alt modifier in AbstractView
AbstractView doesn't actually do anything with them anyway, but they
would get swallowed by the cursor logic and not bubble up the widget
parent chain.
2021-02-20 13:27:21 +01:00

23 KiB