Thread
:
keyname()
View Single Post
#
5
09-26-2006, 10:37 AM
projectigi
Registered User
Join Date: Jan 2004
Posts: 403
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
projectigi
View Public Profile
View GraalOnline Profile
Find all posts by projectigi