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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java112 * platform and keyboard layout. For example, the key that generates VK_Q
115 * <li>The key that generates {@code VK_Q} when using a U.S. keyboard layout also
298 public static final int VK_Q = 0x51; field in class:KeyEvent
1598 * in a common English layout produces the same value as {@code keyCode}, {@code VK_Q}.

Completed in 42 milliseconds