User`s guide

Table Of Contents
104 NovaScale 4020 User’s Guide
Table 20. ASCII Key Mappings
Key Normal Shift Ctrl Alt
Backspace (08h) (08h) (7Fh) ^[}(08h)
(accent) ` ` (tilde) ~ NS ^[}`
11! NS^[}1
22@NS^[}2
33# NS^[}3
44$ NS^[}4
55%NS^[}5
66^ NS^[}6
77& NS^[}7
88* NS^[}8
99( NS^[}9
00) NS^[}0
(dash) - - (under) _ (1Fh) ^[}-
==+ NS^[}=
a to z a to z A to Z (01h) to (1Ah) ^[}a to ^[}z
[ [ { (1Bh) ^[}[
] ] } (1Dh) ^[}]
\ \ | (1Ch) ^[}\
(semi-colon) ; ; (colon) : NS ^[};
(apostrophe) ' (quote) " NS ^[}'
(comma) , , < NS ^[},
(period) . . > NS ^[}.
//?NS^[}/
(space) (20h) (20h) (20h) ^[}(20h)
NS = not supported
(xxh) = ASCII character xx
Limitations
Console redirection is a real-mode BIOS extension and has been modified to transition into EFI
space. The transition is actually a parameter-passing exercise whereby the serial redirection
scheme native to the EFI takes over using the settings established in BIOS Setup.
Video is redirected by scanning for, and sending changes to, text video memory across the
redirection channel. Therefore, console redirection cannot redirect video in graphics mode.
Keyboard redirection operates through the BIOS INT 16h handler. Software that bypasses this
handler does not receive redirected keystrokes. After entering EFI, the redirection scheme
changes somewhat, but the effect is the same.