[WIN32K]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 18 Jun 2013 23:51:14 +0000 (23:51 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 18 Jun 2013 23:51:14 +0000 (23:51 +0000)
commit70202f89b634ad38f3e97faba1b83eff73f221c5
tree9c48a1a02f3ce5e6270629bb7df82c694d0d4955
parent895a9ab6793c77a2a49d2f7186eeaef1c43dd77f
[WIN32K]
Make F12 key working again on ReactOS. The problem was that it was hardcoded for activating a debugger and since we currently didn't activated a debugger, then nothing happened when pressing F12.
This key is in fact the default key (under some assumptions) for the UserDebuggerHotKey option, which should be read from the registry. Temporarily disable the checking code until someone implements a proper code for that.

svn path=/trunk/; revision=59258
reactos/win32ss/user/ntuser/hotkey.c