Searched defs:VK_CONVERT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java127 * is returned instead of VK_CONVERT with the ALT modifier.
645 public static final int VK_CONVERT = 0x001C; field in class:KeyEvent
712 /* Japanese PC 106 keyboard - VK_CONVERT + ALT: zenkouho */
719 /* Japanese PC 106 keyboard - VK_CONVERT + SHIFT: maekouho */
1310 case VK_CONVERT: return Toolkit.getProperty("AWT.convert", "Convert");
1460 case VK_CONVERT:
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp2674 #ifndef VK_CONVERT
2677 #define VK_CONVERT 0x1C macro
2823 {java_awt_event_KeyEvent_VK_CONVERT, VK_CONVERT},
3085 *windowsKey = VK_CONVERT;
3089 *windowsKey = VK_CONVERT;
3155 case VK_CONVERT:

Completed in 279 milliseconds