You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/qml/controls: make modifier searches trigger on press
Make it so modifier searches trigger when a modifier key is pressed.
Previously modifier searches only triggered on a hover index change.
This created an issue where if the cursor was already over the search
target, the search wouldn't occur. This fixes the issue by making
KeyTracker an event filter for QGuiApplication that looks for KeyPress
and KeyRelease events and triggers a signal when modifiers change. Some
additional code is added to Player, SearchableText, and ManualSearchPage
to handle this modifiersChanged signal and start a search.
0 commit comments