hrvach / deskhop

Fast Desktop Switching Device
GNU General Public License v3.0
6.13k stars 173 forks source link

Linux + VMware mouse problems #134

Open chri2 opened 1 month ago

chri2 commented 1 month ago

On my notebook I'm using Debian Bookworm with an additional external display connected. When I'm running VMware remote console 12.0.5 build-22744838 for a Windows VM I'm having problems using the mouse. The same mouse connected directly to the notebook works just fine.

Problems observed:

hrvach commented 1 month ago

I haven't tried vmware before, but I reckon you should be able to work around this with "direct mode" that should soon be out in the next release... tl;dr - a key combo that locks the mouse to the current screen and turns it into a plain, relative mouse. Would this be a reasonable solution?

chri2 commented 1 month ago

That would be a great solution. Sounds simple and effective (not increasing code complexity a lot I hope). I'll try when the feature is available.

hrvach commented 1 month ago

@chri2 implemented in v0.63, please check and let me know if this works with your VM. Cheers!