Hi Manuel Marini,
Could you please tell me why you want to make these two shortcut keys? Shift + Insert key has been defined by the system. If you replace it with your own logical, will it affect user experience?
Anyway, I think nobugz’s sample code is suitable for your requirement. Override ProcessCmdKey can intercept user input in your .NET application. Since system doesn’t define “Control+Insert� you can easily handle other event such as the KeyDown event tointercept "Control+Insert" and codeyour own logical.
If I misunderstood you, please feel free to tell me.
Sincerely,
Kira Qian
Send us any feedback you have about the help from MSFT at fbmsdn@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!