In specific time period, when user presses "C" I want it to happen as user presses "Ctrl+C". Actually, whatever key user presses the program should adds Ctrl with it.
DO you know how to do that .NET ?
I've look around for changing KeyEventArgs.KeyData but it cannot be set.
KeyEventArgs.KeyData
represents what they user actually pressed.
You can create a new KeyEventArgs
with the KeyData
you want and pass that around.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With