vote up 0 vote down star

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.

flag

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

2 Answers

vote up 2 vote down

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|flag
Dang, because I actually don't know. The hotkey is registered, but does nothing. – GuyNoir Dec 24 at 23:22
vote up 1 vote down check

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|flag

Your Answer

Get an OpenID
or
never shown

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