EVALUATION
Author: Artem Ananiev Date: 25/Jul/11 02:54 PM
Is there any statement in JavaDoc about KEY_TYPED events for keys like Escape?
Author: Yuri Nesterenko Date: 26/Jul/11 06:46 AM
"They are generated when a Unicode character is entered." – that's all we have, I believe. Now, on other platforms Escape does generate a Unicode character but not on Mac <span class="error">[Mac Java]</span>. I believe it should, if possible: I don't think there is code depending on <em>not</em> generating Unicode for Escape.
Author: Yuri Nesterenko Date: 28/Jul/11 07:19 AM
Build: b200
AWT_Events/Automated/KeyEventLocation
closed/java/awt/event/KeyEvent/KeyTyped/EscapeKeyTyped
|