How to hook keystroke to change from "C" to "Ctrl+C" in .NET ?
- by eig
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.