-
Notifications
You must be signed in to change notification settings - Fork 6
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: In VS2019 right mouse click is bugged if MouseImp is ON #8
Comments
Maybe someone can point me out to the place in the project where to look to investigate this issue? |
You can try to play with mimpwnds.xml file further. |
I mean, the real file, the one installed with the MouseImp. |
I tried. No results.
Sorry, don't follow you. |
What changes to the file did you try? |
I tried only what I know - |
I can only say that current parameters for VS2010 in the file correspond to VS2019. |
Hmmm, I wonder, is there anyone facing the same bug? The one who use VS2019 and MouseImp with added in mimpwnds.xml line |
Reproduce: Install VS2019 | install MouseImpx64 | open a project | in file mimpwnds.xml add
<item wndclass="HwndWrapper[DefaultDomain" horscroll="false" lockedscrolldirection="false" lockedwheeldelta="true" />
| reload in Admin mode both MouseImp and VS2019 | right mouse click on the text in Text Area or on a file in Solution Explorer.Actual: No context menu is shown.
Expected: Context menu is shown.
Workaround: Need to make the right mouse click a second time to see the context menu.
FYI: in a program that shows keys events, after the first RMС, I see a whole bunch of artificial RMC-up/down events
The text was updated successfully, but these errors were encountered: