My program - HOTKEY REPORTER - only lists the name of the hotkey - not which program is reserving that key.
The program HOTKEY DETECTIVE shows both the name of the hotkey as well as which program is reserving that key.
But this should not be a problem because HOTKEY REPORTER lists all hotkeys currently being used while HOTKEY DETECTIVE only lists those that were defined on or under the Desktop or Start Menu folders.
The reason I say this should not be a problem is that there are only two ways to define a hotkey that I know of. The first is to create a shortcut to some app or document and then assign a shortcut key to it and place that shortcut (a .LNK file) on or under the Desktop or Start Menu folders.
The second way is to use a hotkey manager program like AutoHotkey.
Typically, the really big problems with hotkeys occur when when hotkeys are defined on or under the Desktop or Start Menu folders. The reason this method can cause terrible problems is because these hotkeys can be reserved by installation programs that create hotkey links to their software and then make those links HIDDEN SYSTEM files. Or they can be created by people but then forgotten for a long time. Perhaps it is only months or years later that the problem occurs.
Defining a hotkey by using a Hotkey Manager (like AutoHotkey) should not cause problems because the user can always examine the hotkey definition file and see the hotkey. If the user stops using that hotkey manager, then the hotkey won't be defined. So, it's a much smaller problem.
I hope I explained that OK. I may not be correct. But if not, I'd sure appreciate learning why. To the best of my knowledge, any hotkey defined fits into one category or the other.
In any case, I have uploaded both HOTKEY DETECTIVE and HOTKEY REPORTER onto AutoHotkey.net and you may download them via:
HOTKEY REPORTER
http://www.autohotkey.net/~JDN/JDNHR.ZIP
HOTKEY DETECTIVE
http://www.autohotkey.net/~JDN/HKD.ZIP
You may also be interested in my post that discusses these programs.
http://www.autohotkey.com/forum/viewtop ... 037#162037