-
Enhancement
-
Resolution: Fixed
-
P5
-
1.1.6
-
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
###@###.###
======================================================================
- relates to
-
JDK-4125419 API: Cannot determine/set Kana-Lock state on a Japanese keyboard
-
- Resolved
-