I have this strange issue with my keyboard in Solaris 10 running on VirtualBox (Windows 7 host). It works fine in the terminal and all native applications but when it comes to all Java-applications my Enter/Delete and Backspace keys does not work.

All other keys seems to be workings as they should, even the Swedish ones.

Anyone got a clue of what could be wrong here?

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

Turning off numlock worked for me. Check this: http://bugs.sun.com/bugdatabase/view%5Fbug.do?bug%5Fid=6173972

link|improve this answer
Worked for me too, thanks! – Ola Herrdahl Dec 1 '09 at 22:37
feedback

Set up a quick Java proggy to output the hex value of the input byte(s) everytime a keyboard event registers (stdin would work).

link|improve this answer
Thanks for your help but no keyboard events at all are raised for the "broken" keys. So I can't capture them. :/ – Ola Herrdahl Nov 23 '09 at 9:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.