Date: Fri, 23 Feb 2001 19:53:53 -0000 From: "Priyanka Kakkar" <priyanka_kakkar@hotmail.com> To: freebsd-java@freebsd.org Subject: Keys on Keypad can't n be entered and keyboard shortcuts are not working Message-ID: <F216bO0i44zo5rSwnk90000db8d@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi I am using FreeBsd JDK 1.1.8 for my application and having problem in using Keyboard shortcuts and Keypad numeric keys which is described below: 1. Numeric keys on keypad can't be entered. I have figured out that on FreeBsd it is taking same Key codes for Keypad Keys irresepective of Num lock is off or on .e.g key "4" on keypad should have keycode 226 (keycode of Left arrow)when Numlock is off and should have keycode 37 if num lock is on.but on freeBsd it is having 226 irrespective of Numlock is off or on. /, *, -, =, Enter, keys have same codes whether NumLock is off or on. They are working fine when NumLock is off but don't work if NumLock is on. when NumLock is on , then no key on keypad can be entered. My application is a multiplatform application and working fine on other platforms like windows and Linux. 2. Keyboard shortcuts are not working. e.g. Alt P , Alt C is not working on FreeBsd but working fine on other platforms like windows and Linux. Is it a bug in JDK 1.1.8? thanks -Priyanka _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F216bO0i44zo5rSwnk90000db8d>