From 2c619c64864d3268199fa17d62dbf3d8920a1e39 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 28 Oct 2014 13:45:43 +0000 Subject: [PATCH] [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 svn path=/branches/shell-experiments/; revision=65069 --- win32ss/user/ntuser/hotkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32ss/user/ntuser/hotkey.c b/win32ss/user/ntuser/hotkey.c index 5b2ed36fa3c..93038bb6af4 100644 --- a/win32ss/user/ntuser/hotkey.c +++ b/win32ss/user/ntuser/hotkey.c @@ -219,7 +219,7 @@ co_UserProcessHotKeys(WORD wVk, BOOL bIsDown) { 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; } -- 2.17.1