You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard buffer at 0x0FF88 to 0x0FF8B in RAM can store the Esc key (66) and F1 to F12 keys (67 to 78). But the key() and keyp() API functions only go up to 65. Attempting to read above 65 produces the error message unknown keyboard code.