getchar() (Jul 22, 2005)

(home)


Subject: getchar()

From: "Cyrano Jones" <cyranojones_lalp@...>

Jul 22, 2005

When mapping key scancodes to ascii, what should keys
like "main menu", "print", "get email", or the 5 function
keys return?

"Back" could be mapped to ESC, since there is no esc key.
And maybe the 5 function keys (under lcd) should return
whatever is standard for f1-f5 on PC keyboard, but I don't
know what that is.

And what about the second "@" key??? I'm guessing same as
first.