JDK-4138702 : Can't distinguish between Alt_Graph and Katakana keys on Solaris
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1998-05-14
  • Updated: 1999-10-04
  • Resolved: 1999-10-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.3.0 kestrelFixed
Related Reports
Relates :  
Description
The Katakana key on Japanese Solaris keyboards is currently reported as VK_ALT_GRAPH because Solaris generates the same keysym for the Katakana key and the AltGraph key. This is bad because these keys have different function and behavior - the Katakana key is locking, the AltGraph key is not; and the Katakana key may be relevant to input methods while the AltGraph key is not.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: kestrel FIXED IN: kestrel INTEGRATED IN: kestrel
14-06-2004

EVALUATION Added function keyboardHasKanaLockKey to distinguish between AltGraph and Kana-Lock keys. naoto.satoh@eng 1999-10-01
01-10-1999

SUGGESTED FIX It may be possible to distinguish between these keys by looking at the locale of the keyboard (does Solaris have that notion?). norbert.lindenberg@Eng 1998-05-14
14-05-1998