From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 11 15:45:50 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6755016A41F for ; Sun, 11 Sep 2005 15:45:50 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD64843D46 for ; Sun, 11 Sep 2005 15:45:49 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from ibm70aec.bellsouth.net ([216.78.218.28]) by imf24aec.mail.bellsouth.net with ESMTP id <20050911154549.CRUQ19933.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net> for ; Sun, 11 Sep 2005 11:45:49 -0400 Received: from [192.168.1.20] (really [216.78.218.28]) by ibm70aec.bellsouth.net with ESMTP id <20050911154548.VNKX20379.ibm70aec.bellsouth.net@[192.168.1.20]> for ; Sun, 11 Sep 2005 11:45:48 -0400 Message-ID: <4324512F.1090302@bellsouth.net> Date: Sun, 11 Sep 2005 11:45:51 -0400 From: bsdlogical User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050424) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Java JDK 1.5.0p1_3 does not handle Numlock correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 15:45:50 -0000 I just recently noticed this problem. When I'm working in a java-based program, say JEdit, if the Numlock on my keyboard is on, I cannot press backspace, I cannot use the arrow keys, and no key on the right-most portion of the keyboard works (that includes any of the number keys arranged in a 3x3 pattern, the +, enter, delete, *, /, and any other keys I'm leaving out). I don't remember this being an issue with JDK 1.4. To work around this issue, I have to disable numlock entirely and use the number keys on the top of the keyboard. Besides the fact that this is an inconvenience, it affects any and every program running under the Java virtual machine, so it seems to be a problem in Java itself. To reiterate, if the numlock is turned on, no control characters whatsoever work (tab, backspace, not even the enter key on both sides). Hopefully some others are experiencing the same problems. bsdlogical