[NTVDM]
[reactos.git] / reactos / subsystems / ntvdm / hardware / keyboard.c
index 7ce2aa2..520d503 100644 (file)
@@ -40,12 +40,12 @@ VOID KeyboardEventHandler(PKEY_EVENT_RECORD KeyEvent)
         PS2QueuePush(PS2Port, ScanCode);
     }
 
-    // PicInterruptRequest(1);
+    DPRINT("Press 0x%X\n", ScanCode);
 }
 
 BOOLEAN KeyboardInit(BYTE PS2Connector)
 {
-    /* Finish to plug the mouse to the specified PS/2 port */
+    /* Finish to plug the keyboard to the specified PS/2 port */
     PS2Port = PS2Connector;
     PS2SetDeviceCmdProc(PS2Port, NULL, KeyboardCommand);