Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4069679

Key mapping for some keys is inconsistent.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.1.1, 1.1.4, 1.1.6, 1.2.0
    • client-libs
    • beta
    • generic, x86, sparc
    • generic, solaris_2.5.1, windows_nt



      Name: pk39325 Date: 08/05/97


      The key mapping from some keys is inconsistent.
        e.g. The Del/. key on a PC keypad reports different key
          pressed events depending on whether NumLock is on or off
      This makes it impossible to do any consistent function key
      mapping.
      The application we work with is actually a terminal emulator
      so we want to re-map the keyboard to be similar to a terminal keyboard.
      ======================================================================
      No KeyEvent seems to be sent att 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.
      ronan.mandel@Eng 1998-01-21


      ----------------------------------------

      The second part of this bug involving Swedish keyboards
      (submitted by ronan.mandel)
      has been made into a new separate bug - BugId 4106318


      linda.mccolm@Eng 1998-01-23

            ehawkessunw Eric Hawkes (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: