You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using qemu the input devices can be "completly" captured using ctrl+opt, meaning it doesn't matter which key is pressed it will be sent to the vm and not the host os. Also the pointer can't escape the bounds of the vm window.
Trackpad gestures can be used to escape when using qemu right now, they should also be captured in this implementation.
Basically I want to be able to use my mac, as if it was running linux natively.
The text was updated successfully, but these errors were encountered:
When using qemu the input devices can be "completly" captured using ctrl+opt, meaning it doesn't matter which key is pressed it will be sent to the vm and not the host os. Also the pointer can't escape the bounds of the vm window.
Trackpad gestures can be used to escape when using qemu right now, they should also be captured in this implementation.
Basically I want to be able to use my mac, as if it was running linux natively.
The text was updated successfully, but these errors were encountered: