How can I listen in on shortcuts when the app is the task bar in C# -


an example of app enso, pops when press caps lock.

you can act on global hotkeys calling winapi function registerhotkey. see http://www.codeproject.com/kb/vb/mclhotkeynet.aspx , http://www.codeproject.com/kb/miscctrl/systemhotkey.aspx example. can not use key combination hotkeys. don't work might try global keyboard hook (setwindowshookex)


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -