-
-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hovering the mouse focuses options on the launcher #6534
Comments
I have the same issue with the The issue seems less frequent when using the option |
Yes, that's the band aid fix here. @sudo-tee What platform are you on? |
@PrayagS I'm using wezterm on windows with WSL. |
I use focus-follows-mouse in Windows (x-mouse, historically) -- so the mouse cursor will always be somewhere within the wezterm It's OK if I can use a numbered launcher action by typing 1, 2, 3 etc. -- but still gives a jarring/annoying flash of the selector. I tried toggling the |
The title may be a bit confusing. Please find a GIF below,
Upon opening the launcher, hovering the mouse is tracked and the options are focused.
Even when I don't hover, before opening the launcher, if the mouse happened to be at a height that's adjacent to the launcher, it focuses that option automatically.
It leads to a bad experience for me because when I type to find, it focuses the intended option but then it focuses back on the option that's being focused by the cursor. It keeps on flapping until I manually move the cursor out of the way.
My setup,
20240203-110809-5046fc22
) and nightly (20241205-083533-6f375e29
).I looked at the docs but didn't find any relevant options that would affect this behavior.
disable_default_mouse_bindings
also doesn't affect this.I'm not sure if this is a bug or not so I didn't use the bug report template. Please let me know if any additional information is needed from my end.
The text was updated successfully, but these errors were encountered: