Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9146

There is a hotkey intercepting the tilde key on my Windows PC. I can't figure out how to disable it

$
0
0

Problem

I cannot press Shift+` on my PC to create the tilde character. This problem happens with both my physical keyboard and the on-screen keyboard. If I plug my physical keyboard into another computer, it works fine.

Troubleshooting

Language Switcher Keys

A common solution I see posted is that people have completely disabled their backtick key to allow them to switch languages. That is not my problem:

Language switcher keys are disabled

Shortcut (.lnk) keyboard shortcut

Someone else recommended using a tool to find shortcuts (.lnk files) with keyboard shortcuts set up on them. This tool has not found anything.

Shortcut Key Explorer comes up empty

Spy++

I have tried using Spy++ to track down which window is intercepting the key as a hotkey. I found solutions like this one recommending this approach.

And this does indeed show that the key combo is being intercepted as a hotkey:

a list of WM_HOTKEY messages from Spy++

but if I follow the links through this tool to find the specific Window + Process, it just points to "Explorer". I don't know where to go from here:

WM_HOTKEY message properties

Window Properties

Process Properties

UPDATE:

Safe Mode

I had tried this before when I last tried troubleshooting this issue but I tried it again: Safe Mode does not fix the issue. If I boot into safe mode, I still cannot type the tilde.

OpenArk

I found another resource that recommended a program called OpenArk. I was a bit wary of this but it seems to play nice. I ran the tool to detect hotkeys and it did indeed find the hotkey registered. And to be clear, it is C:\Windows\explorer.exe and not some fake one, as far as I can tell:

explorer.exe has registered Shift+Oem3

This tool lets me delete the hotkey from the registry - and this actually worked!!!~~~~~~~~ I'm typing these right now from the problem PC!

The problem though is that if I restart my computer, the hotkey comes back. So it's a temporary fix but not one I'm satisfied with. But I think it confirms that it's definitely some hotkey at play.

Next I'd like to figure out what is registering the hotkey to begin with. Is there perhaps a mechanism to log which processes are registering hotkeys?


Viewing all articles
Browse latest Browse all 9146

Trending Articles