Thread: keyname()
View Single Post
  #1  
Old 09-25-2006, 10:52 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
keyname()

PHP Code:
echo("keycode of a: " getkeycode("a"));
echo(
"keyname of a: " keyname(getkeycode("a"))); 
this says

keycode of a: 65
keyname of a:

shouldn it be

keycode of a: 65
keyname of a: a

?(clientside) =(
Reply With Quote