KeyEvent 2035 src/simh/sim_console.c if (rec.Event.KeyEvent.bKeyDown) { KeyEvent 2036 src/simh/sim_console.c if (0 == rec.Event.KeyEvent.uChar.UnicodeChar) { /* Special Character/Keys? */ KeyEvent 2037 src/simh/sim_console.c if (rec.Event.KeyEvent.wVirtualKeyCode == VK_PAUSE) /* Pause/Break Key */ KeyEvent 2040 src/simh/sim_console.c if (rec.Event.KeyEvent.wVirtualKeyCode == '2') /* ^@ */ KeyEvent 2043 src/simh/sim_console.c c = rec.Event.KeyEvent.uChar.AsciiChar;