subrepo: avoid opening console window for non-native subrepos on Windows
also i noticed that when switching from clockwise to anticlockwise sometimes the computer did not recognise that i had changed direction and sometimes it did recognise. its hard to predict This is a consequence of the inherent fuzziness of the algorithm. It's hard to tell the difference between tracing a small circle and reversing directions. There are some hidden parameters that you can customize in the settings file, which are documented here. You can try playing around with them to see if you...
Mouse pointer remains active while the chiral gesture is activated.
That binary is only a debugging binary intended for testing the behavior of the mouse hook API on Windows 11. That binary is also not intended as a fix for the known issues on Windows 11, again it was only a debugging test. Some users may find it an acceptable work around for the issues on Windows 11, but that is not it's purpose. It is not intended for general release and this behavior is known and full expected. (There is still no fix for the W11 issue, and unfortunately I'm not sure if a fix is...
I probably will not be able to fix this, but it would help if you try the couple of debug builds that I posted in The W11 ticket and report the behavior that you get on your T15. There are two debug builds posted in that thread that use different command line options to test various behaviors. It would be great if you could test your T15 with both W10 and W11, but I understand if it's too much trouble to test W10.
I probably will not be able to fix this, but it would help if you try the couple of debug builds that I posted in The W11 ticket and report the behavior that you get on your T15. There are two debug builds posted in that thread that use different command line options to test various behaviors.
I attached the wrong file. Here is the correct file.
Here is another debug build to try. This one uses the WH_MOUSE hook instead of WH_MOUSE_LL. As a consequence, it requires a separate DLL file. Be sure to extract both the .exe and the .dll into the same directory. The --w11DebugBehavior flag is removed, you just need to test it normally. This build also does not lock the mouse position, I suspect that is not possible using WH_MOUSE. The purpose of this build is to test if the lag is being caused by the WH_MOUSE_LL hook or if all hooks have this issue....