My Ctrl and D keys work, but Ctrl+D fails

1

0

My D and Ctrl keys work perfectly fine individually, but the combination Ctrl+D doesn't respond in any program. My only theory about the problem is that a program running in the background is restricting its use somehow. I'm using Windows Vista.

How can I determine whether a program is reserving a key combination (if that's even possible)? More to the point, how can I make Ctrl+D work?

GuyNoir

Posted 2009-12-24T19:54:41.733

Reputation: 466

Which OS? I'm presuming Windows XP/Vista/7? – outsideblasts – 2009-12-24T19:55:53.043

Answers

1

Active hot keys will show you if the key combo is in effect, but not what it is used by. This question at stackoverflow shows that it seems pretty tricky to find out.

outsideblasts

Posted 2009-12-24T19:54:41.733

Reputation: 6 297

Ok, so ActiveHotkeys shows that it is in fact set as a global hotkey. Hopefully it will be easy to disable it. – GuyNoir – 2009-12-24T20:44:54.207

0

What OS are you using? Have you also tried any different keyboards? There are things which can mess with key bindings, but it's rarer that some process is somehow stealing or intercepting your keystrokes than just some keyboard failure. This program works on Windows and will help you gain more information about what's happening in your system if it is Windows-based. If there is something intercepting Ctrl+D system wide, it could be some sort of rootkit, but first see what something like autohotkey or similar turns up.

atroon

Posted 2009-12-24T19:54:41.733

Reputation: 2 496

Thanks, I installed the program but I'm unsure how to get it to display what you're suggesting. Any help? – GuyNoir – 2009-12-24T20:12:45.973

Okay, so AutoHotkey accepts control-D fine as a hotkey for running a script, which is strange because none of the other programs on my computer work, such as Firefox or any game where you crouch and try to move right. – GuyNoir – 2009-12-24T20:24:50.300