casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.88k stars 75 forks source link

Left ctrl key not passing to guest #36

Open tblundy opened 2 years ago

tblundy commented 2 years ago

I'm running Windows 10 Pro on a KVM virtual machine. Ubuntu 20.04 host. When opening Excel or Word, the left ctrl key seems to be captured by the host. If I launch a full RDP session, either using Cassowary or virt-manager, there's no such issue.

casualsnek commented 2 years ago

Looks like its a freerdp issue: Can you run the app via commandline. It should display freerdp command line used. Copy and run it and if issue still exists you may file it in freerdp github repo instead !

Update: I looked into this issue and this seem to happen only when using gnome but not on other DE/WMs

gondsman commented 2 years ago

Update: I looked into this issue and this seem to happen only when using gnome but not on other DE/WMs

I have the same issue and I'm running KDE plasma. It's not consistent though, if I try to copy/paste the first ctrl+c will just type 'c', the second one will always work. Same thing for ctrl+v.

casualsnek commented 2 years ago

Update: I looked into this issue and this seem to happen only when using gnome but not on other DE/WMs

I have the same issue and I'm running KDE plasma. It's not consistent though, if I try to copy/paste the first ctrl+c will just type 'c', the second one will always work. Same thing for ctrl+v.

Looks like its an issue with freerdp itself, freerdp's ggithub repo would be a better place to file this issue !