-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
"Quick Menu" should be hidden in a text field when I type #710
Comments
I assume you're using the Auto method of launching the quick menu? |
My options: |
I think I found the issue. If you're in a position to do so, you could try the latest code in the master branch |
It works if I type but not if I move the cursor with the arrow keys. |
Arrow keys are currently used to navigate the menu. I can see about adding an option to disable them for that purpose. |
But in case of input fields it does not work like that. In this case the arrow keys move the cursor through the text, not through the menu: |
You're right. I was thinking of another section of code. The issue here is event types. Arrow keys only register keydown / keyup events and I'm looking for input. This was somewhat intentional to not necessarily close the menu if non-character keys are being used. Anyway, I added a hidden setting |
Quick Menu enabled in text fields. The context menu should disappear if I type text or move the cursor (with the mouse or with the keyboard) but it does not always work, example:
Grabacion.de.pantalla.2024-06-09.a.las.17.56.22.mov
The text was updated successfully, but these errors were encountered: