I tried my best to make it work, but.... I replaced the window class names in vmware_scroll_start.cpp by seeing what window class the vmware-kvm would have, using spyxx.exe
after lot of experimentation, the above code successfully binded it within kvm, but with a huge flaw: two-finger-scroll stopped working in host and so was not accessible in guest too; that said, other two finger actions like pinch-zoom-in-out worked in both host and the guest.
Tried restarting SynTPEnh.exe and no use: I didn't get my two finger scroll back. I hope a small change made to this code would make it work for kvm :) Help me
I tried my best to make it work, but.... I replaced the window class names in
vmware_scroll_start.cpp
by seeing what window class thevmware-kvm
would have, using spyxx.exeafter lot of experimentation, the above code successfully binded it within kvm, but with a huge flaw:
two-finger-scroll
stopped working in host and so was not accessible in guest too; that said, other two finger actions likepinch-zoom-in-out
worked in both host and the guest.Tried restarting SynTPEnh.exe and no use: I didn't get my two finger scroll back. I hope a small change made to this code would make it work for kvm :) Help me