How can we detect hotkeys registered by other apps?

Posted by worlds-apart89 on Stack Overflow See other posts from Stack Overflow or by worlds-apart89
Published on 2010-01-17T13:23:24Z Indexed on 2010/03/20 19:31 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

Is it possible to detect all the hotkeys registered by the OS as well as software applications currently running? Any native or managed approach on the Windows platform? I know that the RegisterHotKey function returns false if the hotkey is already registered, but what I am looking for is an approach, method, etc. that will give me a list of registered hotkeys. Looping all possible combinations with RegisterHotKey does not sound like a good idea. Anything more efficient?

© Stack Overflow or respective owner

Related posts about hotkeys

Related posts about keyboard