-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Need to press Caps lock key twice to register in the guest #3415
Comments
I can reproduce this on my machine:
|
I'm also experiencing this bug.
|
Same bug here
|
This is a tricky one because the Caps lock state is handled by the guest OS. If you send the caps lock key before the OS has booted up (for example when the VM is started), it may not be visible. However, one thing that can be fixed is capturing the Caps lock state while UTM is in the background. For that, a fix will be made. The caps lock state can also be sent whenever the mouse is captured, but this will still fail if you capture the mouse before the guest OS has booted up. So the best way to ensure the caps lock is synchronized correctly (in the next update) is to capture the mouse at the login screen. |
I don't mean to bring up an old issue but I didn't see a clear solution to this. After spending some time looking into this issue, I found the solution: Solution: Go to security & privacy in your Mac OS. Then for "Input monitoring" and "accessibility", add UTM for both. |
Describe the issue
I've noticed that there is an annoying input lag/bug that affects switching between upper and lower case letters (and vice versa) but it's only present in UTM (QEMU installed from brew and ran the same VMs doesn't experience that issue). You need to press Caps Lock twice to trigger action which is a bit annoying.
Configuration
Debug log
debug.log
Upload VM
config.plist.zip
The text was updated successfully, but these errors were encountered: