mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user