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