mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #870] An easy way to solve stuck mouse problem #647
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#647
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/870
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.