[ros-bugs] [Bug 5378] PATCH: Switch between applications with alt-tab doesn't work

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Oct 14 00:37:26 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=5378





--- Comment #19 from jimtabor <james.tabor at reactos.org>  2011-10-14 00:37:26 CET ---
As of 54128, patch point was added in keyboard.c....


    UpdateAsyncKeyState(wFixedVk, bIsDown);

    /* Alt-Tab/Esc Check. Use FocusQueue or RIT Queue */
    if (bIsSimpleDown && !bWasSimpleDown &&
        IS_KEY_DOWN(gafAsyncKeyState, VK_MENU) &&
        !IS_KEY_DOWN(gafAsyncKeyState, VK_CONTROL) &&
        (wVk == VK_ESCAPE || wVk == VK_TAB))
    {
       TRACE("Alt-Tab/Esc Pressed wParam %x\n",Msg.wParam);
    }

    /* If we have a focus queue, post a keyboard message */

I'll fix the Msg.wParam later.... Just have it passed raw to the AltSwitch
handler in Win32k.

Read the note, since TEB has been added to system threads, sending mail from
them will be easier. But everyone needs to understand, system threads send
mail.... Unless in a message loop, this will need to looked into.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list