winboat icon indicating copy to clipboard operation
winboat copied to clipboard

[Feature] Same mouse cursor

Open Muki124 opened this issue 2 months ago • 4 comments

Feature Description

A feature to have the same mouse in windows apps and linux apps.

Use-Case

Makes it more seamless

Proposed Implementation

No response

Notice

  • [x] I have checked the issue tracker and verified that this Feature Request has not been proposed before.
  • [ ] I would like to help out implementing this feature

Muki124 avatar Oct 12 '25 14:10 Muki124

Could you elaborate a bit on what you mean by this? When opening a program from the Apps section, WinBoat should open it in a window much like any other native program, so there is no distinction between the mouse on the Windows and Linux side.

Are you perchance using the noVNC connection from your browser to interact with the VM?

Levev avatar Oct 12 '25 21:10 Levev

I think they mean something like this (watch my cursors theme as i enter premier pro) Thought I'm not sure if it would be possible, unless the user adds the same cursor theme to windows https://github.com/user-attachments/assets/589c903f-c877-4815-9840-08edcbafd888

h4lodev avatar Oct 14 '25 14:10 h4lodev

Ah okay I see what you mean, I'll look into this when I have some free time!

Levev avatar Oct 17 '25 10:10 Levev

There is a python script I forked and updated for converting cursor themes between xcursor and windows cursors that could potentially be used as a reference implementation for making this happen. I think it would be possible to convert the current cursor theme, install the cursor theme into the windows vm, and then update the registry to set the cursor to the new theme to sync it. https://github.com/alexankitty/Metamorphosis

alexankitty avatar Oct 26 '25 03:10 alexankitty