mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTVDM]
Send 0xE0 before each extended key scancode. svn path=/trunk/; revision=67551
This commit is contained in:
@@ -38,6 +38,7 @@ VOID KeyboardEventHandler(PKEY_EVENT_RECORD KeyEvent)
|
||||
/* Push the scan code into the PS/2 queue */
|
||||
for (i = 0; i < KeyEvent->wRepeatCount; i++)
|
||||
{
|
||||
if (KeyEvent->dwControlKeyState & ENHANCED_KEY) PS2QueuePush(PS2Port, 0xE0);
|
||||
PS2QueuePush(PS2Port, ScanCode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user