Enter/Delete/Backspace not working in Java-applications on Solaris running on VirtualBox

0

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?

Ola Herrdahl

Posted 2009-11-21T13:35:51.750

Reputation: 103

Answers

0

Turning off numlock worked for me. Check this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6173972

Patrik

Posted 2009-11-21T13:35:51.750

Reputation:

0

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

Jé Queue

Posted 2009-11-21T13:35:51.750

Reputation: 540

Thanks for your help but no keyboard events at all are raised for the "broken" keys. So I can't capture them. :/ – Ola Herrdahl – 2009-11-23T09:47:29.813