Uses of Enum
org.aesh.readline.terminal.Key
Packages that use Key
-
Uses of Key in org.aesh.readline.editing
Methods in org.aesh.readline.editing with parameters of type KeyModifier and TypeMethodDescriptionvoidVi.addAction(Key key, String action, EditMode.Status status) Vi.addAction(Key key, String action, EditMode.Status status, EditMode.Status after) Vi.addAction(Key key, Action action, EditMode.Status status) Vi.addAction(Key key, Action action, EditMode.Status status, EditMode.Status after) Vi.addAction(Key key, Action action, EditMode.Status status, EditMode.Status after, EditMode.Status actionStatus) Vi.addActionGroup(Key key, org.aesh.readline.editing.Vi.ActionStatusGroup group) -
Uses of Key in org.aesh.readline.terminal
Subclasses with type arguments of type Key in org.aesh.readline.terminalMethods in org.aesh.readline.terminal that return KeyModifier and TypeMethodDescriptionstatic KeyKey.findStartKey(int[] input) static KeyKey.findStartKey(int[] input, int position) static KeyKey.getKey(int[] otherValues) static KeyReturns the enum constant of this type with the specified name.static Key[]Key.values()Returns an array containing the constants of this enum type, in the order they are declared.