Key
class Key
Constants
| UP |
|
| SHIFT_UP |
|
| PAGE_UP |
|
| DOWN |
|
| SHIFT_DOWN |
|
| PAGE_DOWN |
|
| RIGHT |
|
| LEFT |
|
| UP_ARROW |
|
| DOWN_ARROW |
|
| RIGHT_ARROW |
|
| LEFT_ARROW |
|
| ESCAPE |
|
| DELETE |
|
| BACKSPACE |
|
| ENTER |
|
| SPACE |
|
| TAB |
|
| SHIFT_TAB |
|
| HOME |
|
| END |
|
| CTRL_C |
Cancel/SIGINT. |
| CTRL_P |
Previous/Up. |
| CTRL_N |
Next/Down. |
| CTRL_F |
Forward/Right. |
| CTRL_B |
Back/Left. |
| CTRL_H |
Backspace. |
| CTRL_A |
Home. |
| CTRL_D |
EOF. |
| CTRL_E |
End. |
| CTRL_U |
Negative affirmation. |
| OPTION_BACKSPACE |
|
Methods
static string|null
oneOf(array $keys, string $match)
Checks for the constant values for the given match and returns the match.
Details
at line 108
static string|null
oneOf(array $keys, string $match)
Checks for the constant values for the given match and returns the match.