Interface | Description |
---|---|
CharacterPattern |
Used to compare a list of character if they match a particular pattern
|
InputProvider |
Objects implementing this interface can read character streams and transform
them into
Key objects which can be read in a FIFO manner. |
Class | Description |
---|---|
AltAndCharacterPattern | |
CommonProfile |
Common key press profiles that seems to be shared by most terminals/terminal emulators.
|
CtrlAltAndCharacterPattern | |
CtrlAndCharacterPattern | |
GnomeTerminalProfile |
Adds some codes from the gnome-terminal, commonly used in Ubuntu.
|
InputDecoder |
Used to read the input stream character by character and generate
Key
objects to be put in the input queue. |
Key |
Represents a key pressed.
|
KeyMappingProfile |
This class helps in creating input profiles
|
NormalCharacterPattern | |
OSXKeyMappingProfile | |
PuttyProfile |
Adds some codes from the Putty, a popular terminal emulator for Windows
(http://www.chiark.greenend.org.uk/~sgtatham/putty/)
|
ScreenInfoCharacterPattern |
This class recognizes character combinations which are actually a cursor
position report.
|
Enum | Description |
---|---|
Key.Kind |
Copyright © 2015. All Rights Reserved.