-
Notifications
You must be signed in to change notification settings - Fork 404
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
VKB sticks if you open a menu #5480
Comments
OK here's how it is now Press key Press Key Press Key Press Key So that middle case is really the hard one May be too hard to fix also. Debating. And not entirely clear what the fix is to me right now. |
Another possibly related behavior:
I would expect keys would only play when actually pressing them, not when coming from a modifier key release. |
Yeah so that’s because the widget scans the keyboard when there’s a change which is why chording and stuff works. And releasing alt makes it scan and see k is down. The midi keyboard is not a press api it is a scan on change api (roughly) my guess is all of these will be very very hard to fix |
😢 |
alt k doesn't work on macOS either |
@baconpaul There is a potential workaround for this issue. Alt+K is the current shortcut (because K=keyboard). We could in theory modify it to be Alt+V (V=virtual keyboard?), perhaps. It's not very intuitive but it would sidestep this issue. Hmhmhmhm... EDIT: It only sidesteps the issue partially... VKB is still blocked if a context menu is opened. Argh! |
Press a key
Open a menu
Voila, no way to release other than down/up again
Tricky....
The text was updated successfully, but these errors were encountered: