-
Notifications
You must be signed in to change notification settings - Fork 204
Ctrl+A doesn't work in GUI runner's filter edit #349
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
Comments
I'll take a look at this. I don't remember any reason it would be by design. Sometimes another shortcut property gets set by accident and takes precedence... |
I finally got around to looking at this and I should have a fix in the next day or so. |
Hmm, that is interesting. I can't remember if I didn't enable themes for any specific reason or not, but I will take that into account. I've just been so busy lately, I've not been able to address this yet, but going to soon. Thanks for the info. |
Uh oh!
There was an error while loading. Please reload this page.
Ctrl+C, Ctrl+V, Ctrl+X etc. all work as expected, but Ctrl+A does not?
I seem to run into this issue surprisingly often.
Can be worked around with an OnKeyDown listener - not sure that's an appropriate fix though, doesn't address why it's not working in the first place. It should be native behavior form the underlying control right? Something is interfering with that?
I use D10.4UP2, if that's relevant, and this is with latest Commit d9dca12 2024-07-29
The text was updated successfully, but these errors were encountered: