hotkey bug

Found a bug in "Everything"? report it here
Post Reply
Shark
Posts: 7
Joined: Sat Jan 02, 2010 8:21 pm

hotkey bug

Post by Shark »

I've set the new window hotkey to VK_F12 with no modifier.

When I press F12 nothing happens.

Tested on Win XP SP3 x86 and Win 7 x64.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: hotkey bug

Post by void »

Windows NT4 and Windows 2000/XP: The F12 key is reserved for use by the debugger at all times, so it should not be registered as a hot key. Even when you are not debugging an application, F12 is reserved in case a kernel-mode debugger or a just-in-time debugger is resident.
Post Reply