[NTVDM]
[reactos.git] / subsystems / ntvdm / ps2.c
index ed8e82a..034d811 100644 (file)
@@ -300,6 +300,8 @@ DWORD WINAPI InputThreadProc(LPVOID Parameter)
                     KeyboardQueuePush(ScanCode);
                 }
 
+                /* TODO: Update the keyboard shift status flags */
+
                 /* Keyboard IRQ */
                 PicInterruptRequest(1);