From owner-freebsd-java Fri Feb 23 11:53:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (f216.law3.hotmail.com [209.185.241.216]) by hub.freebsd.org (Postfix) with ESMTP id 967CE37B401 for ; Fri, 23 Feb 2001 11:53:53 -0800 (PST) (envelope-from priyanka_kakkar@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 23 Feb 2001 11:53:53 -0800 Received: from 208.236.45.63 by lw3fd.law3.hotmail.msn.com with HTTP; Fri, 23 Feb 2001 19:53:53 GMT X-Originating-IP: [208.236.45.63] From: "Priyanka Kakkar" To: freebsd-java@freebsd.org Subject: Keys on Keypad can't n be entered and keyboard shortcuts are not working Date: Fri, 23 Feb 2001 19:53:53 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Feb 2001 19:53:53.0379 (UTC) FILETIME=[5954B330:01C09DD2] Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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