Many functions, such as scrollback navigation, find, etc. can be accessed directly via keyboard shortcuts. This article describes the varios keys and key combinations that are accessible from AbsoluteTelnet.
Cursor Keys… While holding down the CTRL key, cursor keys perform the following actions:
up-arrow | move up in scrollback one line |
PG-UP | move up in scrollback one page |
Home | move to the top of the scrollback |
Down-Arrow | move down in scrollback one line |
PG-DOWN | move down in scrollback one page |
End | move to the bottom of the scrollback |
Function Keys
For the VT100 emulation, the first four function keys send the standard vt100 function key escape sequences.
Break Key
To send a BREAK in a telnet or serial connection, press the Ctrl-Break key combination. In a telnet session, this will send the telnet BREAK command. For serial connections, this will send a one second serial BREAK signal on the currently open serial port.
Copy/Paste Keys
Because the host may count on being able to receive Ctrl-C and Ctrl-V as keypresses, AbsoluteTelnet uses Ctrl-Ins as Copy and Shift-Ins as Paste