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.
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.