Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Win-vind doesn't work with mouse without border target machine. #213

Open
az-pz opened this issue Nov 12, 2023 · 3 comments
Open

[Bug] Win-vind doesn't work with mouse without border target machine. #213

az-pz opened this issue Nov 12, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@az-pz
Copy link
Contributor

az-pz commented Nov 12, 2023

About Bug

I use mouse without borders (MWB) software to control two PCs with one keyboard and mouse. Win-vind shortcuts don't work with that. It works fine without it. Other keyboard intercepting apps work fine (autohotkey, etc.).

Steps to reproduce

  1. Install and set up MWB on two PCs.
  2. Install win-vind on PC1 (target) and connect keyboard/mouse to PC2 (main controller).
  3. Move the mouse to PC1 and try to use win-vind.

Environments

Environments
Windows Edition 11 Pro
Windows Version 20H3
Windows Build 10.0.22631 N/A Build 22631
Architecture 64bit
win-vind Version 5.5.0.0
win-vind Install Type installer
@pit-ray
Copy link
Owner

pit-ray commented Nov 12, 2023

This may be a similar problem to #142, but win-vind intentionally does not recognize any input other than the physical keyboard to avoid infinite deadlocks with its own generated key messages.
However, since the AHK works fine, then there may be some solutions.

@pit-ray pit-ray added the bug Something isn't working label Nov 12, 2023
@az-pz
Copy link
Contributor Author

az-pz commented Nov 14, 2023

Is there a way to add an application whitelist in an experimental build? I don't know enough C# to do it myself but I wouldn't mind doing it if pointed in the right direction.

@pit-ray
Copy link
Owner

pit-ray commented Nov 15, 2023

I haven't found the solution for an whitelist for key messages yet.

If you can contributes the development of win-vind using C++, the CONTRIBUTING.md document will help you.

In this reply, I have mentioned the code location, which comprehensively treats all key messages, regarding this issue.
If you have any questions, such as the setup of the environments and the specification and so on, please feel free to question.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants