TolikPylypchuk / SharpHook

SharpHook provides a cross-platform global keyboard and mouse hook, event simulation, and text entry simulation for .NET
https://sharphook.tolik.io
MIT License
342 stars 32 forks source link

UioHookResult.SimulateTextEntry : Simulates only non-repeating characters. #106

Closed Butcher-vj closed 5 months ago

Butcher-vj commented 5 months ago

I am trying to simulate text entry in a machine using using SharpHook.Native.UioHookResult.SimulateTextEntry. If the string i want to simulate is like this means "112233", the simulatetextEntry is simualting only 123 ? This is happening everywhere, but if the text is being simulated in a notepad means it works fine but if i use this simulation in like file explorer or browser for searching purpose like that it simulates only non repeating characters.

TolikPylypchuk commented 5 months ago

Hi! Thanks for posting this issue! I will look into it.

TolikPylypchuk commented 5 months ago

I've fixed the bug, and will release a new version shortly.

TolikPylypchuk commented 5 months ago

I've just released version 5.3.5 which fixes this bug, so this issue can be closed.