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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -