Code: Select all
EscapeQuit(True)
InstallEventHandler({onkeydown = Function(event) If IsAlpha(event.key) = True Then DebugPrint(event.key) EndFunction})
Repeat
WaitEvent()
ForeverBut when using this example code on Hollywood 10, Windows 11, by pressing DEL, RETURN, BACKSPACE, also give TRUE.
Based upon the explanation, I would expect it to return TRUE only on Alphabetic letters, not on DEL, RETURN...
Bug or a Feature?