C# Hot Keys
August 6th, 2010 by Luke
I will be describing two types of hot keys here: application hotkeys and system-wide hotkeys.
Application hotkeys will be processed when your application is the active application, the key press anywhere else in the system will not alert your application. On the other hand a system-wide hotkey will alert your application whenever the key combination is pressed, no matter where the user is.
August 11th, 2010 at 4:30 pm
[...] C# Hot Keys | Luke Payne Software [...]