1292915Sdim# $FreeBSD$
2292915Sdim#                                                         alt
3292915Sdim# scan                       cntrl          alt    alt   cntrl lock
4292915Sdim# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
5292915Sdim# ------------------------------------------------------------------
6292915Sdim  000   nop    nop    nop    nop    nop    nop    nop    nop     O
7292915Sdim  001   esc    esc    nop    nop    esc    esc    debug  nop     O
8292915Sdim  002   '1'    '!'    nop    nop    0x0105 0x0104 nop    nop     O
9292915Sdim  003   '2'    '@'    nul    nul    0x010d 0x010c nul    nul     O
10292915Sdim  004   '3'    '#'    nop    nop    0x0119 0x0118 nop    nop     O
11292915Sdim  005   '4'    '$'    nop    nop    0x0117 0x0116 nop    nop     O
12292915Sdim  006   '5'    '%'    nop    nop    0x012f 0x012e nop    nop     O
13292915Sdim  007   '6'    '^'    rs     rs     0x0161 0x0160 rs     rs      O
14292915Sdim  008   '7'    '&'    nop    nop    0x0173 0x0172 nop    nop     O
15292915Sdim  009   '8'    '*'    nop    nop    0x016b 0x0172 nop    nop     O
16292915Sdim  010   '9'    '('    nop    nop    '9'    '('    nop    nop     O
17292915Sdim  011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
18292915Sdim  012   '-'    '_'    us     us     '-'    '_'    us     us      O
19292915Sdim  013   '='    '+'    nop    nop    0x017e 0x017d nop    nop     O
20292915Sdim  014   bs     bs     del    del    bs     bs     del    del     O
21292915Sdim  015   ht     btab   nop    nop    ht     btab   nop    nop     O
22292915Sdim  016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
23292915Sdim  017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
24292915Sdim  018   'e'    'E'    enq    enq    'e'    'E'    enq    enq     C
25292915Sdim  019   'r'    'R'    dc2    dc2    'r'    'R'    dc2    dc2     C
26292915Sdim  020   't'    'T'    dc4    dc4    't'    'T'    dc4    dc4     C
27292915Sdim  021   'y'    'Y'    em     em     'y'    'Y'    em     em      C
28292915Sdim  022   'u'    'U'    nak    nak    'u'    'U'    nak    nak     C
29292915Sdim  023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
30292915Sdim  024   'o'    'O'    si     si     'o'    'O'    si     si      C
31292915Sdim  025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
32292915Sdim  026   '['    '{'    esc    esc    '['    '{'    esc    esc     O
33292915Sdim  027   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
34292915Sdim  028   cr     alock  nl     nl     alock  cr     nl     nl      O
35292915Sdim  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
36292915Sdim  030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
37292915Sdim  031   's'    'S'    dc3    dc3    's'    'S'    dc3    dc3     C
38292915Sdim  032   'd'    'D'    eot    eot    'd'    'D'    eot    eot     C
39292915Sdim  033   'f'    'F'    ack    ack    'f'    'F'    ack    ack     C
40292915Sdim  034   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
41292915Sdim  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
42292915Sdim  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
43292915Sdim  037   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
44292915Sdim  038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
45292915Sdim  039   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
46292915Sdim  040   '''    '"'    nop    nop    '''    '"'    nop    nop     O
47292915Sdim  041   '`'    '~'    nop    nop    '`'    '~'    nop    nop     O
48292915Sdim  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
49292915Sdim  043   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
50292915Sdim  044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
51292915Sdim  045   'x'    'X'    can    can    'x'    'X'    can    can     C
52292915Sdim  046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
53292915Sdim  047   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
54292915Sdim  048   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
55292915Sdim  049   'n'    'N'    so     so     'n'    'N'    so     so      C
56292915Sdim  050   'm'    'M'    cr     cr     'm'    'M'    cr     cr      C
57292915Sdim  051   ','    '<'    nop    nop    ','    '<'    nop    nop     O
58292915Sdim  052   '.'    '>'    nop    nop    '.'    '>'    nop    nop     O
59292915Sdim  053   '/'    '?'    nop    nop    '/'    '?'    nop    nop     O
60292915Sdim  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
61292915Sdim  055   '*'    '*'    nscr   nscr   '*'    '*'    nscr   nscr    O
62292915Sdim  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
63292915Sdim  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
64292915Sdim  058   clock  clock  clock  clock  clock  clock  clock  clock   O
65292915Sdim  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
66292915Sdim  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
67292915Sdim  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
68292915Sdim  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
69292915Sdim  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
70292915Sdim  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
71292915Sdim  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
72292915Sdim  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
73292915Sdim  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
74292915Sdim  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
75292915Sdim  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
76292915Sdim  070   slock  slock  slock  slock  slock  slock  slock  slock   O
77292915Sdim  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
78292915Sdim  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
79292915Sdim  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
80292915Sdim  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
81292915Sdim  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
82292915Sdim  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
83292915Sdim  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
84292915Sdim  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
85292915Sdim  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
86292915Sdim  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
87292915Sdim  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
88292915Sdim  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
89292915Sdim  083   del    '.'    ','    ','    del    ','    boot   boot    N
90292915Sdim  084   us     us     us     us     us     us     us     us      O
91292915Sdim  085   nop    nop    nop    nop    nop    nop    nop    nop     O
92292915Sdim  086   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
93292915Sdim  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
94292915Sdim  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
95292915Sdim  089   cr     cr     nl     nl     cr     cr     nl     nl      O
96292915Sdim  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
97292915Sdim  091   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     N
98292915Sdim  092   nscr   pscr   debug  nop    nop    nop    nop    nop     O
99293685Sdim  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
100292915Sdim  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
101292915Sdim  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
102292915Sdim  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
103292915Sdim  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
104292915Sdim  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
105292915Sdim  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
106292915Sdim  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
107292915Sdim  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
108292915Sdim  102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
109292915Sdim  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
110292915Sdim  104   slock  slock  slock  slock  slock  slock  slock  slock   O
111292915Sdim  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
112292915Sdim  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
113292915Sdim  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
114292915Sdim  108   nop    nop    nop    nop    nop    nop    nop    nop     O
115292915Sdim  109   nop    nop    nop    nop    nop    nop    nop    nop     O
116292915Sdim  110   nop    nop    nop    nop    nop    nop    nop    nop     O
117292915Sdim  111   nop    nop    nop    nop    nop    nop    nop    nop     O
118292915Sdim  112   nop    nop    nop    nop    nop    nop    nop    nop     O
119292915Sdim  113   nop    nop    nop    nop    nop    nop    nop    nop     O
120292915Sdim  114   nop    nop    nop    nop    nop    nop    nop    nop     O
121292915Sdim  115   nop    nop    nop    nop    nop    nop    nop    nop     O
122292915Sdim  116   nop    nop    nop    nop    nop    nop    nop    nop     O
123292915Sdim  117   nop    nop    nop    nop    nop    nop    nop    nop     O
124292915Sdim  118   nop    nop    nop    nop    nop    nop    nop    nop     O
125292915Sdim  119   nop    nop    nop    nop    nop    nop    nop    nop     O
126292915Sdim  120   nop    nop    nop    nop    nop    nop    nop    nop     O
127292915Sdim  121   nop    nop    nop    nop    nop    nop    nop    nop     O
128292915Sdim  122   nop    nop    nop    nop    nop    nop    nop    nop     O
129292915Sdim  123   nop    nop    nop    nop    nop    nop    nop    nop     O
130292915Sdim  124   nop    nop    nop    nop    nop    nop    nop    nop     O
131292915Sdim  125   nop    nop    nop    nop    nop    nop    nop    nop     O
132292915Sdim  126   nop    nop    nop    nop    nop    nop    nop    nop     O
133292915Sdim  127   nop    nop    nop    nop    nop    nop    nop    nop     O
134292915Sdim  128   nop    nop    nop    nop    nop    nop    nop    nop     O
135292915Sdim  129   esc    esc    nop    nop    esc    esc    debug  nop     O
136292915Sdim  130   0x0105 0x0104 nop    nop    '1'    '!'    nop    nop     C
137292915Sdim  131   0x010d 0x010c nul    nul    '2'    '@'    nul    nul     C
138292915Sdim  132   0x0119 0x0118 nop    nop    '3'    '#'    nop    nop     C
139292915Sdim  133   0x0117 0x0116 nop    nop    '4'    '$'    nop    nop     C
140292915Sdim  134   0x012f 0x012e nop    nop    '5'    '%'    nop    nop     C
141292915Sdim  135   0x0161 0x0160 rs     rs     '6'    '^'    rs     rs      C
142292915Sdim  136   0x0173 0x0172 nop    nop    '7'    '&'    nop    nop     C
143292915Sdim  137   0x016b 0x016a nop    nop    '8'    '*'    nop    nop     C
144292915Sdim  138   '9'    '('    nop    nop    '9'    '('    nop    nop     O
145292915Sdim  139   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
146292915Sdim  140   '-'    '_'    us     us     '-'    '_'    us     us      O
147292915Sdim  141   0x017e 0x017d nop    nop    '='    '+'    nop    nop     C
148292915Sdim  142   bs     bs     del    del    bs     bs     del    del     O
149292915Sdim  143   ht     btab   nop    nop    ht     btab   nop    nop     O
150292915Sdim  144   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
151292915Sdim  145   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
152292915Sdim  146   'e'    'E'    enq    enq    'e'    'E'    enq    enq     C
153292915Sdim  147   'r'    'R'    dc2    dc2    'r'    'R'    dc2    dc2     C
154292915Sdim  148   't'    'T'    dc4    dc4    't'    'T'    dc4    dc4     C
155292915Sdim  149   'y'    'Y'    em     em     'y'    'Y'    em     em      C
156292915Sdim  150   'u'    'U'    nak    nak    'u'    'U'    nak    nak     C
157292915Sdim  151   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
158292915Sdim  152   'o'    'O'    si     si     'o'    'O'    si     si      C
159292915Sdim  153   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
160292915Sdim  154   '['    '{'    esc    esc    '['    '{'    esc    esc     O
161292915Sdim  155   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
162292915Sdim  156   cr     alock  nl     nl     alock  cr     nl     nl      O
163292915Sdim  157   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
164292915Sdim  158   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
165292915Sdim  159   's'    'S'    dc3    dc3    's'    'S'    dc3    dc3     C
166292915Sdim  160   'd'    'D'    eot    eot    'd'    'D'    eot    eot     C
167292915Sdim  161   'f'    'F'    ack    ack    'f'    'F'    ack    ack     C
168292915Sdim  162   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
169292915Sdim  163   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
170292915Sdim  164   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
171292915Sdim  165   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
172292915Sdim  166   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
173292915Sdim  167   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
174292915Sdim  168   '''    '"'    nop    nop    '''    '"'    nop    nop     O
175292915Sdim  169   '`'    '~'    nop    nop    '`'    '~'    nop    nop     O
176292915Sdim  170   lshift lshift lshift lshift lshift lshift lshift lshift  O
177292915Sdim  171   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
178292915Sdim  172   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
179292915Sdim  173   'x'    'X'    can    can    'x'    'X'    can    can     C
180292915Sdim  174   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
181292915Sdim  175   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
182292915Sdim  176   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
183292915Sdim  177   'n'    'N'    so     so     'n'    'N'    so     so      C
184292915Sdim  178   'm'    'M'    cr     cr     'm'    'M'    cr     cr      C
185292915Sdim  179   ','    '<'    nop    nop    ','    '<'    nop    nop     O
186292915Sdim  180   '.'    '>'    nop    nop    '.'    '>'    nop    nop     O
187292915Sdim  181   '/'    '?'    nop    nop    '/'    '?'    nop    nop     O
188292915Sdim  182   rshift rshift rshift rshift rshift rshift rshift rshift  O
189292915Sdim  183   '*'    '*'    nscr   nscr   '*'    '*'    nscr   nscr    O
190292915Sdim  184   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
191292915Sdim  185   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
192292915Sdim  186   clock  clock  clock  clock  clock  clock  clock  clock   O
193292915Sdim  187   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
194292915Sdim  188   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
195292915Sdim  189   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
196292915Sdim  190   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
197292915Sdim  191   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
198292915Sdim  192   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
199292915Sdim  193   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
200292915Sdim  194   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
201292915Sdim  195   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
202292915Sdim  196   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
203292915Sdim  197   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
204292915Sdim  198   slock  slock  slock  slock  slock  slock  slock  slock   O
205292915Sdim  199   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
206292915Sdim  200   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
207292915Sdim  201   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
208292915Sdim  202   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
209292915Sdim  203   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
210292915Sdim  204   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
211292915Sdim  205   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
212292915Sdim  206   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
213292915Sdim  207   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
214292915Sdim  208   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
215292915Sdim  209   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
216293265Sdim  210   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
217292915Sdim  211   del    ','    '.'    '.'    del    '.'    boot   boot    N
218292915Sdim  212   us     us     us     us     us     us     us     us      O
219292915Sdim  213   nop    nop    nop    nop    nop    nop    nop    nop     O
220292915Sdim  214   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
221292915Sdim  215   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
222292915Sdim  216   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
223292915Sdim  217   cr     cr     nl     nl     cr     cr     nl     nl      O
224292915Sdim  218   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
225  219   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     N
226  220   nscr   pscr   debug  nop    nop    nop    nop    nop     O
227  221   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
228  222   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
229  223   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
230  224   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
231  225   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
232  226   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
233  227   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
234  228   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
235  229   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
236  230   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
237  231   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
238  232   slock  slock  slock  slock  slock  slock  slock  slock   O
239  233   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
240  234   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
241  235   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
242
243