Author: gadamopoulos
Date: Tue Oct 28 13:45:43 2014
New Revision: 65069
URL:
http://svn.reactos.org/svn/reactos?rev=65069&view=rev
Log:
[WIN32K]
- Send the HSHELL_TASKMAN notification to the shell when the windows key is pressed
- Needed to open and close the start menu with the keyboard
Modified:
branches/shell-experiments/win32ss/user/ntuser/hotkey.c
Modified: branches/shell-experiments/win32ss/user/ntuser/hotkey.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/…
==============================================================================
--- branches/shell-experiments/win32ss/user/ntuser/hotkey.c [iso-8859-1] (original)
+++ branches/shell-experiments/win32ss/user/ntuser/hotkey.c [iso-8859-1] Tue Oct 28
13:45:43 2014
@@ -219,7 +219,7 @@
{
TRACE("System Hot key Id %d Key %d\n",pHotKey->id, wVk
);
UserPostMessage(UserHMGetHandle(pWnd), WM_SYSCOMMAND, SC_TASKLIST,
0);
- //ptiLastInput = pWnd->head.pti;
+ co_IntShellHookNotify(HSHELL_TASKMAN, 0, 0);
bWinHotkeyActive = FALSE;
return FALSE;
}