Configuring Special Keys
Console redirection uses ANSI terminal emulation, which is limited to basic ASCII characters. There are no function keys, arrow keys, or control keys in this character set. However, the PowerEdge C5220 software requires the use of function keys and control keys for ordinary functions. You can emulate a function key or control key by using a special key sequence called an escape sequence, to represent a specific key.
For console redirection, an escape sequence starts with an escape character. This character can be entered in a variety of different ways depending on the requirements of your terminal emulation software. For example, 0x1b, ^[, and <Esc> refer to the same escape character.
The following table lists the escape sequence that must be sent to represent a special key or command.
Key | ANSI Escape Sequence | Other Sequences |
|
|
|
F1 | <ESC><Shift>op | <ESC>1 |
|
|
|
F2 | <ESC><Shift>oq | <ESC>2 |
|
|
|
F3 | <ESC><Shift>or | <ESC>3 |
|
|
|
F4 | <ESC><Shift>os | <ESC>4 |
|
|
|
F5 |
| <ESC>5 |
|
|
|
F6 |
| <ESC>6 |
|
|
|
F7 |
| <ESC>7 |
|
|
|
F8 |
| <ESC>8 |
|
|
|
F9 |
| <ESC>9 |
|
|
|
F10 |
| <ESC>0 |
|
|
|
F11 |
| <ESC>! |
|
|
|
F12 |
| <ESC>@ |
|
|
|
Home | <ESC>[<Shift>h | <ESC>h |
|
|
|
End | <ESC>[<Shift>k | <ESC>k |
|
|
|
Ins |
| <ESC>+ |
|
|
|
Del |
| <ESC>- |
|
|
|
Page Up |
| <ESC>? |
Using the System Setup Program
19