12-30-2025, 01:23 PM
Hi AB,
I can't see any way with current extensions to send CTRL+V or other modified key states. Using C# it would be possible to do this within a WinForm window (see https://stackoverflow.com/questions/1562...ng-c-sharp but not to general windows I think). To send to other window type this would need to be done by simulating CTRL key down, then up after V key is pressed using User32.PostMessage interop something like (https://www.experts-exchange.com/questio...t-Key.html).
I can't see any way with current extensions to send CTRL+V or other modified key states. Using C# it would be possible to do this within a WinForm window (see https://stackoverflow.com/questions/1562...ng-c-sharp but not to general windows I think). To send to other window type this would need to be done by simulating CTRL key down, then up after V key is pressed using User32.PostMessage interop something like (https://www.experts-exchange.com/questio...t-Key.html).

