InputView
InputView 提供绘制和修改有界 Rectancle 中文本的功能的基本实现。
Unresolved include directive in modules/ROOT/pages/tui/views/input.adoc - include::../../../../../src/test/java/org/springframework/shell/docs/InputViewSnippets.java[]
Default Bindings
默认 view commands 为:
Command | Description |
---|---|
LEFT |
Cursor moves left |
RIGHT |
Cursor moves right |
DELETE_CHAR_LEFT |
Delete character left |
DELETE_CHAR_RIGHT |
Delete character right |
默认 key bindigs 为:
Command | Description |
---|---|
CursorLeft |
Bound ViewCommand LEFT |
CursorRight |
Bound ViewCommand RIGHT |
Backspace |
Bound ViewCommand DELETE_CHAR_LEFT |
Delete |
Bound ViewCommand DELETE_CHAR_RIGHT |