JDK-4114623 : Number Pad Enter Key is not supported on Java VM's
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_95
  • CPU: x86
  • Submitted: 1998-02-23
  • Updated: 2001-04-12
  • Resolved: 2001-04-12
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.4.0 betaFixed
Related Reports
Relates :  
Relates :  
Description

Name: rm29839			Date: 02/23/98


There is no virtual key listed in java.awt.event.KeyEvent for the number pad Enter key.  There are other number pad keys, 
NUMPAD_0 - NUMPAD_9.  This is unfortunate since host access applications; e.g. Terminal Emulators are important to Enterprise 
Software Vendors like WRQ, Attachmate, IBM.  One of the key functions of the Java PC is to access legacy data and not having the 
Number Pad Enter key really limits the effectiveness of the eumulations.
(Review ID: 25286)
======================================================================

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

EVALUATION We should probably fix this. Committing to Tiger. eric.hawkes@eng 2000-02-13 Adding a new keycode for the numpad enter key would cause a backwards incompatibility. Instead, we added a new API to differentiate between them as part of the work for 4424517. eric.hawkes@eng 2001-04-11
11-04-2001