KeyEvent 2065 src/simh/sim_console.c if (rec.Event.KeyEvent.bKeyDown) { KeyEvent 2066 src/simh/sim_console.c if (0 == rec.Event.KeyEvent.uChar.UnicodeChar) { /* Special Character/Keys? */ KeyEvent 2067 src/simh/sim_console.c if (rec.Event.KeyEvent.wVirtualKeyCode == VK_PAUSE) /* Pause/Break Key */ KeyEvent 2070 src/simh/sim_console.c if (rec.Event.KeyEvent.wVirtualKeyCode == '2') /* ^@ */ KeyEvent 2073 src/simh/sim_console.c c = rec.Event.KeyEvent.uChar.AsciiChar;