public class KeyMapper extends Object
Constructor and Description |
---|
KeyMapper() |
Modifier and Type | Method and Description |
---|---|
static KeyOperation |
mapKeys(String keys,
Operation operation)
Parse lines that contain mapping like: C-q, Control-q, M-a, Meta-a, Meta-Control-b....
|
static KeyOperation |
mapKeys(String keys,
String operation)
Parse lines that contain mapping like: C-q, Control-q, M-a, Meta-a, Meta-Control-b....
|
static KeyOperation |
mapQuoteKeys(String keys,
Operation operation)
Parse key mapping lines that start with "
|
static KeyOperation |
mapQuoteKeys(String keys,
String operation)
Parse key mapping lines that start with "
|
public static KeyOperation mapQuoteKeys(String keys, Operation operation)
keys
- that need mappingoperation
- is is specified forpublic static KeyOperation mapQuoteKeys(String keys, String operation)
keys
- that need mappingoperation
- it is specified forpublic static KeyOperation mapKeys(String keys, Operation operation)
keys
- that need mappingoperation
- it is specified forpublic static KeyOperation mapKeys(String keys, String operation)
keys
- that need mappingoperation
- it is specified forCopyright © 2018 JBoss by Red Hat. All rights reserved.