Thread: keyname()
View Single Post
  #5  
Old 09-26-2006, 10:37 AM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
PHP Code:
echo("keycode of a: " getkeycode("a"));
echo(
"keyname of a: " #k(65)); 
same result:
keycode of a: 65
keyname of a:

Last edited by projectigi; 09-26-2006 at 10:37 AM.. Reason: tag fix
Reply With Quote