Package | Description |
---|---|
org.jboss.aesh.edit | |
org.jboss.aesh.edit.mapper |
Modifier and Type | Method and Description |
---|---|
KeyOperation |
KeyOperationManager.findOperation(int[] input) |
KeyOperation |
KeyOperationManager.findOperation(Key key) |
Modifier and Type | Method and Description |
---|---|
static List<KeyOperation> |
KeyOperationFactory.generateEmacsMode() |
static List<KeyOperation> |
KeyOperationFactory.generateViMode() |
List<KeyOperation> |
KeyOperationManager.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
KeyOperationManager.addOperation(KeyOperation operation) |
void |
KeyOperationManager.addOperationIgnoreWorkingMode(KeyOperation operation) |
Modifier and Type | Method and Description |
---|---|
void |
KeyOperationManager.addOperations(List<KeyOperation> newOperations) |
Constructor and Description |
---|
KeyOperationManager(List<KeyOperation> operations) |
Modifier and Type | Method and Description |
---|---|
static KeyOperation |
KeyMapper.mapKeys(String keys,
Operation operation)
Parse lines that contain mapping like: C-q, Control-q, M-a, Meta-a, Meta-Control-b....
|
static KeyOperation |
KeyMapper.mapKeys(String keys,
String operation)
Parse lines that contain mapping like: C-q, Control-q, M-a, Meta-a, Meta-Control-b....
|
static KeyOperation |
KeyMapper.mapQuoteKeys(String keys,
Operation operation)
Parse key mapping lines that start with "
|
static KeyOperation |
KeyMapper.mapQuoteKeys(String keys,
String operation)
Parse key mapping lines that start with "
|
Copyright © 2024 JBoss by Red Hat. All rights reserved.