Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4106318
Votes 0
Synopsis Key mapping for some keys is inconsistent (Swedish keyboard)
Category java:classes_awt
Reported Against 1.2fcs
Release Fixed
State 11-Closed, Not Reproducible, bug
Priority: 4-Low
Related Bugs 4069679
Submit Date 23-JAN-1998
Description
======================================================================
No KeyEvent seems to be sent  customer  all to keyPressed when I press
the ","/"Del" key on my (Swedish) keyboard and NumLock is selected.

Something like  KeyEvent.VK_SEPARATER, KeyEvent.VK_COMMA, or 
KeyEvent.VK_PERIOD was expected. Every thing else seems to come through.

Using jdk 1.1.3 this key sends del (keycode 127).
(the minus key, however, sends "=" (keycode 61); whre
jdk 1.2 beta 2 sends the correct "-" (keycode 109))

My code is available upon request.
  xxxxx@xxxxx   1998-01-21
Work Around
N/A
Evaluation




Unable to reproduce the problem with 1.5. ",","Del","." generate the same events regardless of NumLock state.
Closing as not reproducible.
  xxxxx@xxxxx   2004-2-27

======================================================================
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang