KeyEvent (Java Platform SE 8 ) (original) (raw)
Modifier and Type
Field
Description
static char
[CHAR_UNDEFINED](../../../java/awt/event/KeyEvent.html#CHAR%5FUNDEFINED)
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
static int
[KEY_FIRST](../../../java/awt/event/KeyEvent.html#KEY%5FFIRST)
The first number in the range of ids used for key events.
static int
[KEY_LAST](../../../java/awt/event/KeyEvent.html#KEY%5FLAST)
The last number in the range of ids used for key events.
static int
[KEY_LOCATION_LEFT](../../../java/awt/event/KeyEvent.html#KEY%5FLOCATION%5FLEFT)
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
static int
[KEY_LOCATION_NUMPAD](../../../java/awt/event/KeyEvent.html#KEY%5FLOCATION%5FNUMPAD)
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
static int
[KEY_LOCATION_RIGHT](../../../java/awt/event/KeyEvent.html#KEY%5FLOCATION%5FRIGHT)
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
static int
[KEY_LOCATION_STANDARD](../../../java/awt/event/KeyEvent.html#KEY%5FLOCATION%5FSTANDARD)
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
static int
[KEY_LOCATION_UNKNOWN](../../../java/awt/event/KeyEvent.html#KEY%5FLOCATION%5FUNKNOWN)
A constant indicating that the keyLocation is indeterminate or not relevant.
static int
[KEY_PRESSED](../../../java/awt/event/KeyEvent.html#KEY%5FPRESSED)
The "key pressed" event.
static int
[KEY_RELEASED](../../../java/awt/event/KeyEvent.html#KEY%5FRELEASED)
The "key released" event.
static int
[KEY_TYPED](../../../java/awt/event/KeyEvent.html#KEY%5FTYPED)
The "key typed" event.
static int
[VK_0](../../../java/awt/event/KeyEvent.html#VK%5F0)
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
static int
[VK_1](../../../java/awt/event/KeyEvent.html#VK%5F1)
static int
[VK_2](../../../java/awt/event/KeyEvent.html#VK%5F2)
static int
[VK_3](../../../java/awt/event/KeyEvent.html#VK%5F3)
static int
[VK_4](../../../java/awt/event/KeyEvent.html#VK%5F4)
static int
[VK_5](../../../java/awt/event/KeyEvent.html#VK%5F5)
static int
[VK_6](../../../java/awt/event/KeyEvent.html#VK%5F6)
static int
[VK_7](../../../java/awt/event/KeyEvent.html#VK%5F7)
static int
[VK_8](../../../java/awt/event/KeyEvent.html#VK%5F8)
static int
[VK_9](../../../java/awt/event/KeyEvent.html#VK%5F9)
static int
[VK_A](../../../java/awt/event/KeyEvent.html#VK%5FA)
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
static int
[VK_ACCEPT](../../../java/awt/event/KeyEvent.html#VK%5FACCEPT)
Constant for the Accept or Commit function key.
static int
[VK_ADD](../../../java/awt/event/KeyEvent.html#VK%5FADD)
static int
[VK_AGAIN](../../../java/awt/event/KeyEvent.html#VK%5FAGAIN)
static int
[VK_ALL_CANDIDATES](../../../java/awt/event/KeyEvent.html#VK%5FALL%5FCANDIDATES)
Constant for the All Candidates function key.
static int
[VK_ALPHANUMERIC](../../../java/awt/event/KeyEvent.html#VK%5FALPHANUMERIC)
Constant for the Alphanumeric function key.
static int
[VK_ALT](../../../java/awt/event/KeyEvent.html#VK%5FALT)
static int
[VK_ALT_GRAPH](../../../java/awt/event/KeyEvent.html#VK%5FALT%5FGRAPH)
Constant for the AltGraph function key.
static int
[VK_AMPERSAND](../../../java/awt/event/KeyEvent.html#VK%5FAMPERSAND)
static int
[VK_ASTERISK](../../../java/awt/event/KeyEvent.html#VK%5FASTERISK)
static int
[VK_AT](../../../java/awt/event/KeyEvent.html#VK%5FAT)
Constant for the "@" key.
static int
[VK_B](../../../java/awt/event/KeyEvent.html#VK%5FB)
static int
[VK_BACK_QUOTE](../../../java/awt/event/KeyEvent.html#VK%5FBACK%5FQUOTE)
static int
[VK_BACK_SLASH](../../../java/awt/event/KeyEvent.html#VK%5FBACK%5FSLASH)
Constant for the back slash key, "\"
static int
[VK_BACK_SPACE](../../../java/awt/event/KeyEvent.html#VK%5FBACK%5FSPACE)
static int
[VK_BEGIN](../../../java/awt/event/KeyEvent.html#VK%5FBEGIN)
Constant for the Begin key.
static int
[VK_BRACELEFT](../../../java/awt/event/KeyEvent.html#VK%5FBRACELEFT)
static int
[VK_BRACERIGHT](../../../java/awt/event/KeyEvent.html#VK%5FBRACERIGHT)
static int
[VK_C](../../../java/awt/event/KeyEvent.html#VK%5FC)
static int
[VK_CANCEL](../../../java/awt/event/KeyEvent.html#VK%5FCANCEL)
static int
[VK_CAPS_LOCK](../../../java/awt/event/KeyEvent.html#VK%5FCAPS%5FLOCK)
static int
[VK_CIRCUMFLEX](../../../java/awt/event/KeyEvent.html#VK%5FCIRCUMFLEX)
Constant for the "^" key.
static int
[VK_CLEAR](../../../java/awt/event/KeyEvent.html#VK%5FCLEAR)
static int
[VK_CLOSE_BRACKET](../../../java/awt/event/KeyEvent.html#VK%5FCLOSE%5FBRACKET)
Constant for the close bracket key, "]"
static int
[VK_CODE_INPUT](../../../java/awt/event/KeyEvent.html#VK%5FCODE%5FINPUT)
Constant for the Code Input function key.
static int
[VK_COLON](../../../java/awt/event/KeyEvent.html#VK%5FCOLON)
Constant for the ":" key.
static int
[VK_COMMA](../../../java/awt/event/KeyEvent.html#VK%5FCOMMA)
Constant for the comma key, ","
static int
[VK_COMPOSE](../../../java/awt/event/KeyEvent.html#VK%5FCOMPOSE)
Constant for the Compose function key.
static int
[VK_CONTEXT_MENU](../../../java/awt/event/KeyEvent.html#VK%5FCONTEXT%5FMENU)
Constant for the Microsoft Windows Context Menu key.
static int
[VK_CONTROL](../../../java/awt/event/KeyEvent.html#VK%5FCONTROL)
static int
[VK_CONVERT](../../../java/awt/event/KeyEvent.html#VK%5FCONVERT)
Constant for the Convert function key.
static int
[VK_COPY](../../../java/awt/event/KeyEvent.html#VK%5FCOPY)
static int
[VK_CUT](../../../java/awt/event/KeyEvent.html#VK%5FCUT)
static int
[VK_D](../../../java/awt/event/KeyEvent.html#VK%5FD)
static int
[VK_DEAD_ABOVEDOT](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FABOVEDOT)
static int
[VK_DEAD_ABOVERING](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FABOVERING)
static int
[VK_DEAD_ACUTE](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FACUTE)
static int
[VK_DEAD_BREVE](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FBREVE)
static int
[VK_DEAD_CARON](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FCARON)
static int
[VK_DEAD_CEDILLA](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FCEDILLA)
static int
[VK_DEAD_CIRCUMFLEX](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FCIRCUMFLEX)
static int
[VK_DEAD_DIAERESIS](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FDIAERESIS)
static int
[VK_DEAD_DOUBLEACUTE](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FDOUBLEACUTE)
static int
[VK_DEAD_GRAVE](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FGRAVE)
static int
[VK_DEAD_IOTA](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FIOTA)
static int
[VK_DEAD_MACRON](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FMACRON)
static int
[VK_DEAD_OGONEK](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FOGONEK)
static int
[VK_DEAD_SEMIVOICED_SOUND](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FSEMIVOICED%5FSOUND)
static int
[VK_DEAD_TILDE](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FTILDE)
static int
[VK_DEAD_VOICED_SOUND](../../../java/awt/event/KeyEvent.html#VK%5FDEAD%5FVOICED%5FSOUND)
static int
[VK_DECIMAL](../../../java/awt/event/KeyEvent.html#VK%5FDECIMAL)
static int
[VK_DELETE](../../../java/awt/event/KeyEvent.html#VK%5FDELETE)
static int
[VK_DIVIDE](../../../java/awt/event/KeyEvent.html#VK%5FDIVIDE)
static int
[VK_DOLLAR](../../../java/awt/event/KeyEvent.html#VK%5FDOLLAR)
Constant for the "$" key.
static int
[VK_DOWN](../../../java/awt/event/KeyEvent.html#VK%5FDOWN)
Constant for the non-numpad down arrow key.
static int
[VK_E](../../../java/awt/event/KeyEvent.html#VK%5FE)
static int
[VK_END](../../../java/awt/event/KeyEvent.html#VK%5FEND)
static int
[VK_ENTER](../../../java/awt/event/KeyEvent.html#VK%5FENTER)
static int
[VK_EQUALS](../../../java/awt/event/KeyEvent.html#VK%5FEQUALS)
Constant for the equals key, "="
static int
[VK_ESCAPE](../../../java/awt/event/KeyEvent.html#VK%5FESCAPE)
static int
[VK_EURO_SIGN](../../../java/awt/event/KeyEvent.html#VK%5FEURO%5FSIGN)
Constant for the Euro currency sign key.
static int
[VK_EXCLAMATION_MARK](../../../java/awt/event/KeyEvent.html#VK%5FEXCLAMATION%5FMARK)
Constant for the "!" key.
static int
[VK_F](../../../java/awt/event/KeyEvent.html#VK%5FF)
static int
[VK_F1](../../../java/awt/event/KeyEvent.html#VK%5FF1)
Constant for the F1 function key.
static int
[VK_F10](../../../java/awt/event/KeyEvent.html#VK%5FF10)
Constant for the F10 function key.
static int
[VK_F11](../../../java/awt/event/KeyEvent.html#VK%5FF11)
Constant for the F11 function key.
static int
[VK_F12](../../../java/awt/event/KeyEvent.html#VK%5FF12)
Constant for the F12 function key.
static int
[VK_F13](../../../java/awt/event/KeyEvent.html#VK%5FF13)
Constant for the F13 function key.
static int
[VK_F14](../../../java/awt/event/KeyEvent.html#VK%5FF14)
Constant for the F14 function key.
static int
[VK_F15](../../../java/awt/event/KeyEvent.html#VK%5FF15)
Constant for the F15 function key.
static int
[VK_F16](../../../java/awt/event/KeyEvent.html#VK%5FF16)
Constant for the F16 function key.
static int
[VK_F17](../../../java/awt/event/KeyEvent.html#VK%5FF17)
Constant for the F17 function key.
static int
[VK_F18](../../../java/awt/event/KeyEvent.html#VK%5FF18)
Constant for the F18 function key.
static int
[VK_F19](../../../java/awt/event/KeyEvent.html#VK%5FF19)
Constant for the F19 function key.
static int
[VK_F2](../../../java/awt/event/KeyEvent.html#VK%5FF2)
Constant for the F2 function key.
static int
[VK_F20](../../../java/awt/event/KeyEvent.html#VK%5FF20)
Constant for the F20 function key.
static int
[VK_F21](../../../java/awt/event/KeyEvent.html#VK%5FF21)
Constant for the F21 function key.
static int
[VK_F22](../../../java/awt/event/KeyEvent.html#VK%5FF22)
Constant for the F22 function key.
static int
[VK_F23](../../../java/awt/event/KeyEvent.html#VK%5FF23)
Constant for the F23 function key.
static int
[VK_F24](../../../java/awt/event/KeyEvent.html#VK%5FF24)
Constant for the F24 function key.
static int
[VK_F3](../../../java/awt/event/KeyEvent.html#VK%5FF3)
Constant for the F3 function key.
static int
[VK_F4](../../../java/awt/event/KeyEvent.html#VK%5FF4)
Constant for the F4 function key.
static int
[VK_F5](../../../java/awt/event/KeyEvent.html#VK%5FF5)
Constant for the F5 function key.
static int
[VK_F6](../../../java/awt/event/KeyEvent.html#VK%5FF6)
Constant for the F6 function key.
static int
[VK_F7](../../../java/awt/event/KeyEvent.html#VK%5FF7)
Constant for the F7 function key.
static int
[VK_F8](../../../java/awt/event/KeyEvent.html#VK%5FF8)
Constant for the F8 function key.
static int
[VK_F9](../../../java/awt/event/KeyEvent.html#VK%5FF9)
Constant for the F9 function key.
static int
[VK_FINAL](../../../java/awt/event/KeyEvent.html#VK%5FFINAL)
static int
[VK_FIND](../../../java/awt/event/KeyEvent.html#VK%5FFIND)
static int
[VK_FULL_WIDTH](../../../java/awt/event/KeyEvent.html#VK%5FFULL%5FWIDTH)
Constant for the Full-Width Characters function key.
static int
[VK_G](../../../java/awt/event/KeyEvent.html#VK%5FG)
static int
[VK_GREATER](../../../java/awt/event/KeyEvent.html#VK%5FGREATER)
static int
[VK_H](../../../java/awt/event/KeyEvent.html#VK%5FH)
static int
[VK_HALF_WIDTH](../../../java/awt/event/KeyEvent.html#VK%5FHALF%5FWIDTH)
Constant for the Half-Width Characters function key.
static int
[VK_HELP](../../../java/awt/event/KeyEvent.html#VK%5FHELP)
static int
[VK_HIRAGANA](../../../java/awt/event/KeyEvent.html#VK%5FHIRAGANA)
Constant for the Hiragana function key.
static int
[VK_HOME](../../../java/awt/event/KeyEvent.html#VK%5FHOME)
static int
[VK_I](../../../java/awt/event/KeyEvent.html#VK%5FI)
static int
[VK_INPUT_METHOD_ON_OFF](../../../java/awt/event/KeyEvent.html#VK%5FINPUT%5FMETHOD%5FON%5FOFF)
Constant for the input method on/off key.
static int
[VK_INSERT](../../../java/awt/event/KeyEvent.html#VK%5FINSERT)
static int
[VK_INVERTED_EXCLAMATION_MARK](../../../java/awt/event/KeyEvent.html#VK%5FINVERTED%5FEXCLAMATION%5FMARK)
Constant for the inverted exclamation mark key.
static int
[VK_J](../../../java/awt/event/KeyEvent.html#VK%5FJ)
static int
[VK_JAPANESE_HIRAGANA](../../../java/awt/event/KeyEvent.html#VK%5FJAPANESE%5FHIRAGANA)
Constant for the Japanese-Hiragana function key.
static int
[VK_JAPANESE_KATAKANA](../../../java/awt/event/KeyEvent.html#VK%5FJAPANESE%5FKATAKANA)
Constant for the Japanese-Katakana function key.
static int
[VK_JAPANESE_ROMAN](../../../java/awt/event/KeyEvent.html#VK%5FJAPANESE%5FROMAN)
Constant for the Japanese-Roman function key.
static int
[VK_K](../../../java/awt/event/KeyEvent.html#VK%5FK)
static int
[VK_KANA](../../../java/awt/event/KeyEvent.html#VK%5FKANA)
static int
[VK_KANA_LOCK](../../../java/awt/event/KeyEvent.html#VK%5FKANA%5FLOCK)
Constant for the locking Kana function key.
static int
[VK_KANJI](../../../java/awt/event/KeyEvent.html#VK%5FKANJI)
static int
[VK_KATAKANA](../../../java/awt/event/KeyEvent.html#VK%5FKATAKANA)
Constant for the Katakana function key.
static int
[VK_KP_DOWN](../../../java/awt/event/KeyEvent.html#VK%5FKP%5FDOWN)
Constant for the numeric keypad down arrow key.
static int
[VK_KP_LEFT](../../../java/awt/event/KeyEvent.html#VK%5FKP%5FLEFT)
Constant for the numeric keypad left arrow key.
static int
[VK_KP_RIGHT](../../../java/awt/event/KeyEvent.html#VK%5FKP%5FRIGHT)
Constant for the numeric keypad right arrow key.
static int
[VK_KP_UP](../../../java/awt/event/KeyEvent.html#VK%5FKP%5FUP)
Constant for the numeric keypad up arrow key.
static int
[VK_L](../../../java/awt/event/KeyEvent.html#VK%5FL)
static int
[VK_LEFT](../../../java/awt/event/KeyEvent.html#VK%5FLEFT)
Constant for the non-numpad left arrow key.
static int
[VK_LEFT_PARENTHESIS](../../../java/awt/event/KeyEvent.html#VK%5FLEFT%5FPARENTHESIS)
Constant for the "(" key.
static int
[VK_LESS](../../../java/awt/event/KeyEvent.html#VK%5FLESS)
static int
[VK_M](../../../java/awt/event/KeyEvent.html#VK%5FM)
static int
[VK_META](../../../java/awt/event/KeyEvent.html#VK%5FMETA)
static int
[VK_MINUS](../../../java/awt/event/KeyEvent.html#VK%5FMINUS)
Constant for the minus key, "-"
static int
[VK_MODECHANGE](../../../java/awt/event/KeyEvent.html#VK%5FMODECHANGE)
static int
[VK_MULTIPLY](../../../java/awt/event/KeyEvent.html#VK%5FMULTIPLY)
static int
[VK_N](../../../java/awt/event/KeyEvent.html#VK%5FN)
static int
[VK_NONCONVERT](../../../java/awt/event/KeyEvent.html#VK%5FNONCONVERT)
Constant for the Don't Convert function key.
static int
[VK_NUM_LOCK](../../../java/awt/event/KeyEvent.html#VK%5FNUM%5FLOCK)
static int
[VK_NUMBER_SIGN](../../../java/awt/event/KeyEvent.html#VK%5FNUMBER%5FSIGN)
Constant for the "#" key.
static int
[VK_NUMPAD0](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD0)
static int
[VK_NUMPAD1](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD1)
static int
[VK_NUMPAD2](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD2)
static int
[VK_NUMPAD3](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD3)
static int
[VK_NUMPAD4](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD4)
static int
[VK_NUMPAD5](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD5)
static int
[VK_NUMPAD6](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD6)
static int
[VK_NUMPAD7](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD7)
static int
[VK_NUMPAD8](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD8)
static int
[VK_NUMPAD9](../../../java/awt/event/KeyEvent.html#VK%5FNUMPAD9)
static int
[VK_O](../../../java/awt/event/KeyEvent.html#VK%5FO)
static int
[VK_OPEN_BRACKET](../../../java/awt/event/KeyEvent.html#VK%5FOPEN%5FBRACKET)
Constant for the open bracket key, "["
static int
[VK_P](../../../java/awt/event/KeyEvent.html#VK%5FP)
static int
[VK_PAGE_DOWN](../../../java/awt/event/KeyEvent.html#VK%5FPAGE%5FDOWN)
static int
[VK_PAGE_UP](../../../java/awt/event/KeyEvent.html#VK%5FPAGE%5FUP)
static int
[VK_PASTE](../../../java/awt/event/KeyEvent.html#VK%5FPASTE)
static int
[VK_PAUSE](../../../java/awt/event/KeyEvent.html#VK%5FPAUSE)
static int
[VK_PERIOD](../../../java/awt/event/KeyEvent.html#VK%5FPERIOD)
Constant for the period key, "."
static int
[VK_PLUS](../../../java/awt/event/KeyEvent.html#VK%5FPLUS)
Constant for the "+" key.
static int
[VK_PREVIOUS_CANDIDATE](../../../java/awt/event/KeyEvent.html#VK%5FPREVIOUS%5FCANDIDATE)
Constant for the Previous Candidate function key.
static int
[VK_PRINTSCREEN](../../../java/awt/event/KeyEvent.html#VK%5FPRINTSCREEN)
static int
[VK_PROPS](../../../java/awt/event/KeyEvent.html#VK%5FPROPS)
static int
[VK_Q](../../../java/awt/event/KeyEvent.html#VK%5FQ)
static int
[VK_QUOTE](../../../java/awt/event/KeyEvent.html#VK%5FQUOTE)
static int
[VK_QUOTEDBL](../../../java/awt/event/KeyEvent.html#VK%5FQUOTEDBL)
static int
[VK_R](../../../java/awt/event/KeyEvent.html#VK%5FR)
static int
[VK_RIGHT](../../../java/awt/event/KeyEvent.html#VK%5FRIGHT)
Constant for the non-numpad right arrow key.
static int
[VK_RIGHT_PARENTHESIS](../../../java/awt/event/KeyEvent.html#VK%5FRIGHT%5FPARENTHESIS)
Constant for the ")" key.
static int
[VK_ROMAN_CHARACTERS](../../../java/awt/event/KeyEvent.html#VK%5FROMAN%5FCHARACTERS)
Constant for the Roman Characters function key.
static int
[VK_S](../../../java/awt/event/KeyEvent.html#VK%5FS)
static int
[VK_SCROLL_LOCK](../../../java/awt/event/KeyEvent.html#VK%5FSCROLL%5FLOCK)
static int
[VK_SEMICOLON](../../../java/awt/event/KeyEvent.html#VK%5FSEMICOLON)
Constant for the semicolon key, ";"
static int
[VK_SEPARATER](../../../java/awt/event/KeyEvent.html#VK%5FSEPARATER)
This constant is obsolete, and is included only for backwards compatibility.
static int
[VK_SEPARATOR](../../../java/awt/event/KeyEvent.html#VK%5FSEPARATOR)
Constant for the Numpad Separator key.
static int
[VK_SHIFT](../../../java/awt/event/KeyEvent.html#VK%5FSHIFT)
static int
[VK_SLASH](../../../java/awt/event/KeyEvent.html#VK%5FSLASH)
Constant for the forward slash key, "/"
static int
[VK_SPACE](../../../java/awt/event/KeyEvent.html#VK%5FSPACE)
static int
[VK_STOP](../../../java/awt/event/KeyEvent.html#VK%5FSTOP)
static int
[VK_SUBTRACT](../../../java/awt/event/KeyEvent.html#VK%5FSUBTRACT)
static int
[VK_T](../../../java/awt/event/KeyEvent.html#VK%5FT)
static int
[VK_TAB](../../../java/awt/event/KeyEvent.html#VK%5FTAB)
static int
[VK_U](../../../java/awt/event/KeyEvent.html#VK%5FU)
static int
[VK_UNDEFINED](../../../java/awt/event/KeyEvent.html#VK%5FUNDEFINED)
This value is used to indicate that the keyCode is unknown.
static int
[VK_UNDERSCORE](../../../java/awt/event/KeyEvent.html#VK%5FUNDERSCORE)
Constant for the "_" key.
static int
[VK_UNDO](../../../java/awt/event/KeyEvent.html#VK%5FUNDO)
static int
[VK_UP](../../../java/awt/event/KeyEvent.html#VK%5FUP)
Constant for the non-numpad up arrow key.
static int
[VK_V](../../../java/awt/event/KeyEvent.html#VK%5FV)
static int
[VK_W](../../../java/awt/event/KeyEvent.html#VK%5FW)
static int
[VK_WINDOWS](../../../java/awt/event/KeyEvent.html#VK%5FWINDOWS)
Constant for the Microsoft Windows "Windows" key.
static int
[VK_X](../../../java/awt/event/KeyEvent.html#VK%5FX)
static int
[VK_Y](../../../java/awt/event/KeyEvent.html#VK%5FY)
static int
[VK_Z](../../../java/awt/event/KeyEvent.html#VK%5FZ)