EVALUATION
Author: Leonid Romanov Date: 19/Sep/11 12:04 PM
Shouldn't be hard to fix, but will require some research first. To be more specific, the following questions will have to be answered:
<ul class="alternate" type="square">
.What states for getLockingKeyState() does Apple JDK 1.6 support?
.Are there any differences between Apple keyboards and generic PC keyboards that we should care about? For instance, I have a PC keyboard plugged into my Mac and seems that the NumLock key on it doesn't work like NumLock should. And ScrollLock doesn't do anything at all.
.How do we check supported locking key states in Cocoa.Overall, looks like 2 days work.
Author: Yuri Nesterenko Date: 11/Oct/11 09:56 AM
Build: b211
closed/java/awt/Toolkit/LockingKeyTest/LockingKeyTest.java
Author: Mike Swingler Date: 31/Oct/11 04:18 PM
Java SE 6 on Mac OS X only supports the VK_CAPS_LOCK locking key state, however +<span class="error">[NSEvent modifierFlags]</span> should be able to give you more.
Author: Leonid Romanov Date: 31/Oct/11 04:49 PM
So, no VK_KANA_LOCK?
|