| Package | Description |
|---|---|
| jline.console |
Console support.
|
| Modifier and Type | Method | Description |
|---|---|---|
static KeyMap |
KeyMap.emacs() |
|
static KeyMap |
KeyMap.emacsCtrlX() |
|
static KeyMap |
KeyMap.emacsMeta() |
|
protected KeyMap |
ConsoleKeys.getKeys() |
|
KeyMap |
ConsoleReader.getKeys() |
|
static KeyMap |
KeyMap.viInsertion() |
|
static KeyMap |
KeyMap.viMovement() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Map<java.lang.String,KeyMap> |
ConsoleKeys.getKeyMaps() |
|
static java.util.Map<java.lang.String,KeyMap> |
KeyMap.keyMaps() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
KeyMap.from(KeyMap other) |
|
java.lang.Object |
ConsoleReader.readBinding(KeyMap keys) |
Read from the input stream and decode an operation from the key map.
|
protected void |
ConsoleKeys.setKeys(KeyMap keys) |