12-30-2025, 05:27 PM
Hi,
Probably possible, it is just effectively writing C# code, but it does need the low level User32 interop stuff (not actually .Net) to do it. I will have a better look over next week or so.
Can you please confirm that apart from the ability to use additional control key, the method LDTextWindow.SendKey method works for your purpose, i.e. sending single character keys - this would be very similar with the additional Control key capability.
Probably possible, it is just effectively writing C# code, but it does need the low level User32 interop stuff (not actually .Net) to do it. I will have a better look over next week or so.
Can you please confirm that apart from the ability to use additional control key, the method LDTextWindow.SendKey method works for your purpose, i.e. sending single character keys - this would be very similar with the additional Control key capability.

