Example usage for Java javafx.scene.input KeyCode fields, constructors, methods, implement or subclass
The text is from its open source code.
KeyCode | ENTER Constant for the Enter key. |
KeyCode | TAB Constant for the Tab key. |
KeyCode | SHIFT Constant for the Shift key. |
KeyCode | CONTROL Constant for the Ctrl key. |
KeyCode | ALT Constant for the Alt key. |
KeyCode | ESCAPE Constant for the Esc key. |
KeyCode | SPACE Constant for the Space key. |
KeyCode | PAGE_UP Constant for the Page Up key. |
KeyCode | PAGE_DOWN Constant for the Page Down key. |
KeyCode | END Constant for the End key. |
KeyCode | HOME Constant for the Home key. |
KeyCode | LEFT Constant for the non-numpad left arrow key. |
KeyCode | UP Constant for the non-numpad up arrow key. |
KeyCode | RIGHT Constant for the non-numpad right arrow key. |
KeyCode | DOWN Constant for the non-numpad down arrow key. |
KeyCode | COMMA Constant for the comma key, "," |
KeyCode | MINUS Constant for the minus key, "-" |
KeyCode | DIGIT0 Constant for the 0 key. |
KeyCode | DIGIT1 Constant for the 1 key. |
KeyCode | DIGIT2 Constant for the 2 key. |
KeyCode | DIGIT3 Constant for the 3 key. |
KeyCode | DIGIT5 Constant for the 5 key. |
KeyCode | A Constant for the A key. |
KeyCode | B Constant for the B key. |
KeyCode | C Constant for the C key. |
KeyCode | D Constant for the D key. |
KeyCode | E Constant for the E key. |
KeyCode | F Constant for the F key. |
KeyCode | G Constant for the G key. |
KeyCode | H Constant for the H key. |
KeyCode | I Constant for the I key. |
KeyCode | J Constant for the J key. |
KeyCode | K Constant for the K key. |
KeyCode | L Constant for the L key. |
KeyCode | M Constant for the M key. |
KeyCode | N Constant for the N key. |
KeyCode | O Constant for the O key. |
KeyCode | P Constant for the P key. |
KeyCode | Q Constant for the Q key. |
KeyCode | R Constant for the R key. |
KeyCode | S Constant for the S key. |
KeyCode | T Constant for the T key. |
KeyCode | U Constant for the U key. |
KeyCode | V Constant for the V key. |
KeyCode | W Constant for the W key. |
KeyCode | X Constant for the X key. |
KeyCode | Z Constant for the Z key. |
KeyCode | ADD Constant for the Add key. |
KeyCode | SUBTRACT Constant for the Subtract key. |
KeyCode | DELETE Constant for the Delete key. |
KeyCode | F1 Constant for the F1 function key. |
KeyCode | F2 Constant for the F2 function key. |
KeyCode | F5 Constant for the F5 function key. |
KeyCode | F6 Constant for the F6 function key. |
KeyCode | F7 Constant for the F7 function key. |
KeyCode | F8 Constant for the F8 function key. |
KeyCode | F9 Constant for the F9 function key. |
KeyCode | F10 Constant for the F10 function key. |
KeyCode | F12 Constant for the F12 function key. |
KeyCode | META Constant for the Meta key. |
KeyCode | getKeyCode(String name) Parses textual representation of a key. |