I am developing an application in C #. Whenever someone presses keys like Ctrl+ Cor Ctrl+ 1etc., I want the application to capture them and perform some action based on the key combination pressed.
What is the way to achieve this?
If you are looking for a Windows application and want to capture a window-shaped event, you can check this: How to capture shortcuts in Visual Studio .NET