-
-
Notifications
You must be signed in to change notification settings - Fork 45
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] Hexadecimal Unicode Input Results in Incorrect Character #187
Comments
Insert mode should be outside the jurisdiction of win-vind. |
I do not think so: It works fine when I close win-vind using task manager, and the incorrect input persists across multiple different programs, from text editor to web browser.
|
When I set the keyboard layout to EN(US), I could confirm the problem that HexNumpad does not work only when win-vind is running. However, I could not reproduce the behavior where I put some debugging code in the keyboard hooks and conducted various tests, but could not find the cause of the problem. Please let me know if you can find out the cause of the problem. |
I added this problem into the project board. |
I noticed that using the arrow keys sometimes affects the behavior: if I have a macro which inputs Unicode, using the arrow keys will sometimes allow the macro to input the correct character if it is used immediately after the arrow keys. It may be this information is helpful. |
Thanks you for investigating this problem. Which macro you mentioned, the one in win-vind or the one in the other tool? I will look into the causality between arrow keys and HexNumpad. |
It is an external macro in my keyboard, so it should be unrelated to any software: it is just fast keyboard input. This makes me believe it probably has something to do with a timer in win-vind, or maybe a timer in Windows.
|
As seen in #158 and #153, the relation between the timer of the keyboard and that of Windows may be a factor in many issues. However, if win-vind supports the configurable timer for updates, we must consider a lot of aspects, such as the mouse speed or the CPU usage and so on. I think that we need to investigate the direct factor of this issue. |
About Bug
Hexadecimal Unicode input is altered (seemingly randomly—I see no pattern) changed when the program is running
Steps to reproduce
(https://unicodelookup.com/#0x301/1)
Environments
The text was updated successfully, but these errors were encountered: