TerminalKey
Non-printable terminal keys accepted by the input encoder.
Printable text is represented as a Unicode scalar on io.github.ketraterm.input.event.TerminalKeyEvent, never as a TerminalKey enum value.
Entries
Scroll Lock key.
Print Screen key.
Numeric keypad Left key.
Numeric keypad Right key.
Numeric keypad Down key.
Numeric keypad Page Up key.
Numeric keypad Page Down key.
Numeric keypad Home key.
Numeric keypad End key.
Numeric keypad Insert key.
Numeric keypad Delete key.
Media play key.
Media pause key.
Media play/pause key.
Media reverse key.
Media stop key.
Media fast-forward key.
Media rewind key.
Media next-track key.
Media previous-track key.
Media record key.
Volume-down key.
Volume-mute key.
Left Shift key.
Left Control key.
Left Super key.
Left Hyper key.
Right Shift key.
Right Control key.
Right Super key.
Right Hyper key.
Right Meta key.
ISO Level 3 Shift key.
ISO Level 5 Shift key.
Numeric keypad space key.
Numeric keypad tab key.
Numeric keypad enter key.
Numeric keypad divide key.
Numeric keypad multiply key.
Numeric keypad subtract key.
Numeric keypad add key.
Numeric keypad comma key.
Numeric keypad separator key.
Numeric keypad equals key.
Numeric keypad begin key, usually the keypad 5 navigation function.
Numeric keypad decimal key.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.