Is there any way I can delete a global hotkey? I don't want to override it, I want it just deleted, since it blocks the key combination's use in other applications.

I don't have knowledge of what the program is that has the registered hotkey, but I also don't want to have to deal with installing Delphi and learning the language as suggested in the answer to a similar question on stackoverflow.

Thanks.

link|improve this question

75% accept rate
1  
A lot of info is missing! For starters, what OS? – GregC Dec 24 '09 at 22:20
feedback

2 Answers

up vote 4 down vote accepted

Okay, I figured it out with help from this program listed as "Windows Hotkey Explorer Free!"

which told me that it was Skype that had registered the hotkey. I'd really hate Skype if it wasn't so useful.

http://hkcmdr.anymania.com/

link|improve this answer
feedback

I assume you are talking about windows, and about a hotkey that was registered by some application with the RegisterHotKey function in the Windows API.

The answer is therefore to uninstall or reconfigure the application that is stealing the key input. It cannot steal the hotkey if it is not running.

I presume you have no trouble determining which application has registered the hotkey. After all, it should be the one currently responding with some action to the problematic hotkey.

link|improve this answer
Dang, because I actually don't know. The hotkey is registered, but does nothing. – GuyNoir Dec 24 '09 at 23:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.