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