mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
An easy way to solve stuck mouse problem #647
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Uoghluvm on GitHub (Mar 18, 2025).
JUST SET YOUR ABSOLUTE MOUSE IN QEMU
commands to do this:
info micethen the return may look like this:
Mouse #4: QEMU HID Tablet (absolute)* Mouse #2: QEMU PS/2 Mouse(absolute)mine is
mouse_set 4DONE
Enjoy the smooth cursor!
@callmesoul commented on GitHub (Apr 10, 2025):
how to set?
@gnubash commented on GitHub (Jun 30, 2025):
For anyone else wondering how to do it. Assuming you run Docker-OSX from terminal like this
When the QEMU window shows you just press Enter in the terminal and you should be in the QEMU command prompt indicated by
(qemu)and a cursor next to it. Type ininfo miceyou will get the available mouse and their ID.
mouse_set 4is a command from QEMU console with parameter 4.