Flow-Launcher / Flow-Launcher/Flow.Launcher.Plugin.QuickLook
BUG: Mouse Cursor Alters QL Window Selection Unintentionally
- Dominant language
- C#
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Using the Preview hotkey brings up the Quick Look (QL) window within the explorer results. Occasionally, when interacting with the QL window, the mouse cursor may exit the window's boundaries, inadvertently altering the selected result for preview based on the cursor's new position. Ideally, once the QL window is active, the selection should only change via the keyboard's arrow or tab keys, not the mouse cursor. However, this approach might not be optimal for touch-enabled devices. This is an area where developers could enhance the user experience.
I did note that moving the cursor fast doesn't do any weird selection changes. But it should be disabled while the QL window is on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.