PDA

View Full Version : Question: keyboard codes, American keyboard



marcus_civis
04-14-05, 10:10 AM
Hi All,

I'm writing a zscript which uses keyboard codes and (as I have a UK keyboard) I need the codes for several keys on the American keyboard . Could some kind soul check the Preferences>Utilities>View Keyboard Status slider for the following keys and let me know the values?

~ (Tilde)
' (single quote)
" (double quote)
\ (backslash)
; (semi-colon)

Many thanks,

Svengali
04-14-05, 12:27 PM
~ (Tilde) 382
' (single quote) 222
" (double quote) 478
\ (backslash) 220
; (semi-colon) 186

Hi Mark,

These are direct numerical output from my U.S. keyboard.

Sven

marcus_civis
04-14-05, 03:39 PM
Sven,

That's brilliant, just what I needed.
Many thanks.