- List of command template. Press on item for send command to server and return to terminal view.
Every item has title and escape sequence command text. When terminal is active you can select command from this list instead input it by hand. Title must be unique in command list.
Command template may redefine standard keyboard behavior. For example:
- Standard BS key send to server 0x7F symbol. But some hosts need Ctl-H, in this case add new template with title BS and command ^H.
- Standard F1 send to server \x1bOP but you need Esc-1. For redefine F1 add new template with title F1 and text \e1.
Next title redefine keyboard key: BS, Del, ArrowLeft, ArrowRight, ArrowUp, ArrowDown, PageUp, PageDown, Home, End, F1-F10.
Additionally, from version 3.0.5 you can remap any printable key. External keyboard cannot send esc code to application. If you need esc key, choose any unusable character, for example Alt+Q (œ) and add to template string with title œ (Alt+Q) and command text \e. Or for send Ctl+D, add title ∂ (Alt+D) and text ^D. For F5 you can remap ∞(Alt+5) to \e5 (esc+5) or \e[15~ (esc + [15).
Buttons:
- Cancel - return to terminal screen.
- Edit - edit command table template (see below)
|
 |
|
Edit command table
- List of command template. Press on item for open command editor (see below).
You can delete or rearrange command list by standard iOS method.
Buttons:
- +- add new command.
- Done - return to previous screen.
|
 |
|
Edit or add new template
- Title - title of command template. Must be unique in session.
- Command - escape sequence for command.
Next sequence is available:
- ^A..^Z - control modification for A..Z
- \^ - carret ^
- \\ - back slash \
- \e - escape (^[ or \x1b)
- \n - new line LF
- \r - carriage return (CR)
- \t - tabulation
- \b - bell
- \0 - null
- \xFF - 2 - digit hexadecimal character
- \uFFFF - 4 - digit hexadecimal unicode character
Buttons:
- Templates - go to template list without save.
- Done - save template and return to template list.
|

|
|