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

RFE: Input Method Editors need a way to determine if Caps Lock key is on/off

XMLWordPrintable

    • kestrel
    • generic
    • generic



      Name: mf23781 Date: 04/30/98


      Input Method Editors need a way to determine if Caps Lock is on
      or off. Depending on the state of the Caps Lock the IME will
      display radicals or latin letters.
      Added to KeyEvent.java
       //Added to get IME's working
          public boolean isCapsLock(){
             return capsLock;
          }
          //Added to get IME's working
          public void setCapsLock(boolean caps){
             capsLock = caps;
          }
      Our Plan is to add this to JavaOS which is currently on jdk1.1.4.
      This request is to have JavaSoft add these methods to the next
      JDK that is available to add methods to.
      Steve Best
      IBM JavaOS Development
      Internet ID: ###@###.###
      512-838-9754
      SunSoft contact
      Shripad Patki
      Engineering Manager International and Localization
      650-786-9127
      ###@###.###
      ======================================================================

            nlindenbsunw Norbert Lindenberg (Inactive)
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: