You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @IvanMurzak
thanks for raising this issue. I think it is caused by a wrong key mapping.
For the '.' could you try out following code and let me know if it gives you the expected result?
var sim = new InputSimulator();
sim.Keyboard.KeyPress(VirtualKeyCode.OEM_PERIOD);
Also, what OS are you using?
I wish you a nice day 😄 ,
Gregor
@Gh0stWalk3r hey, thanks for the reply! :)
I temporarily solved it using some extra work. I split the text by the dot character and print these strings separately, for printing the dot character works this constant VirtualKeyCode.DECIMAL.
My solution is just a hotfix, I hope you may fix the issue in the TextEntry method directly. Thanks!
TextEntry method just ignores dots.
Input: "11.22" Result: "1122"
Input: ".." Result: ""
The text was updated successfully, but these errors were encountered: