There are defines for PGUP,PGDN etc. but there are several that are not definded.
The ones most noteable are:
Escape
Delete
Backspace
Insert
Help
Enter
Return
Also, F10,F11,F12 do not appear to get mapped.
Also, with regards to Kona:
-------------------------------------------------------------
From a@wombat Mon Jun 10 17:32:22 1996
To: awt-dev@slotown, sbb@Eng, jellinek@Eng
Subject: Missing java.awt.Event action keys
Here are the keys that are on my Mr. Coffee keyboard. java.awt.Event
keys that correspond are in parenthesis. Some of these probably
shouldn't do anything.
tab
esc
f1 - f12 (F1 - F12)
print screen
scroll lock
pause
backspace
enter
insert
delete
home (HOME)
end (END)
page up (PGUP)
page down (PGDN)
up arrow (UP)
down arrow (DOWN)
left arrow (LEFT)
right arrow (RIGHT)
and of course there's no way to distinguish the keypad version from
the non-keypad version, which doesn't seem all that high a priority
right now.
Of minor note is that every single one of these is also present on my
Sun keyboard.
alan