uk.capsctrl.kbd revision 43334
157694Sjmas#                                                         alt
257694Sjmas# scan                       cntrl          alt    alt   cntrl lock
386796Sache# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
486796Sache# ------------------------------------------------------------------
586796Sache  000   nop    nop    nop    nop    nop    nop    nop    nop     O
686796Sache  001   esc    esc    esc    esc    esc    esc    debug  esc     O
786796Sache  002   '1'    '!'    nop    nop    '`'    '`'    nop    nop     O
886796Sache  003   '2'    '"'    nul    nul    '@'    '@'    nul    nul     O
986796Sache  004   '3'    163    nop    nop    '#'    '#'    nop    nop     O
1086796Sache  005   '4'    '$'    nop    nop    '4'    '$'    nop    nop     O
1186796Sache  006   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
1286796Sache  007   '6'    '^'    rs     rs     '^'    '^'    rs     rs      O
1386796Sache  008   '7'    '&'    nop    nop    '['    '['    esc    esc     O
1486796Sache  009   '8'    '*'    nop    nop    '8'    '*'    nop    nop     O
1557694Sjmas  010   '9'    '('    nop    nop    ']'    ']'    gs     gs      O
1657694Sjmas  011   '0'    ')'    nop    nop    '{'    '{'    nop    nop     O
1757694Sjmas  012   '-'    '_'    us     us     '|'    '|'    us     us      O
1857694Sjmas  013   '='    '+'    nop    nop    '}'    '}'    nop    nop     O
1957694Sjmas  014   bs     bs     del    del    bs     bs     del    del     O
2057694Sjmas  015   ht     btab   nop    nop    ht     btab   nop    nop     O
2157694Sjmas  016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
2257694Sjmas  017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
2357694Sjmas  018   'e'    'E'    enq    enq    'e'    'E'    enq    enq     C
2457694Sjmas  019   'r'    'R'    dc2    dc2    'r'    'R'    dc2    dc2     C
2557694Sjmas  020   't'    'T'    dc4    dc4    't'    'T'    dc4    dc4     C
2657694Sjmas  021   'y'    'Y'    em     em     'y'    'Y'    em     em      C
2757694Sjmas  022   'u'    'U'    nak    nak    'u'    'U'    nak    nak     C
2857694Sjmas  023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
2957694Sjmas  024   'o'    'O'    si     si     'o'    'O'    si     si      C
3057694Sjmas  025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
3157694Sjmas  026   '['    '{'    esc    esc    '['    '{'    esc    esc     O
3257694Sjmas  027   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
3357694Sjmas  028   cr     cr     nl     nl     cr     cr     nl     nl      O
3457694Sjmas  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
3557694Sjmas  030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
3657694Sjmas  031   's'    'S'    dc3    dc3    's'    'S'    dc3    dc3     C
3757694Sjmas  032   'd'    'D'    eot    eot    'd'    'D'    eot    eot     C
3857694Sjmas  033   'f'    'F'    ack    ack    'f'    'F'    ack    ack     C
3957694Sjmas  034   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
4057694Sjmas  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
4157694Sjmas  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
4257694Sjmas  037   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
4357694Sjmas  038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
4457694Sjmas  039   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
4557694Sjmas  040   '''    '@'    nul    nul    '''    '@'    nul    nul     O
4657694Sjmas  041   '\'    '|'    fs     fs     '\'    '\'    fs     fs      O
4757694Sjmas  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
4886796Sache  043   '#'    '~'    nop    nop    '~'    '~'    nop    nop     O
4986796Sache  044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
5086796Sache  045   'x'    'X'    can    can    'x'    'X'    can    can     C
51158173Smatteo  046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
52158173Smatteo  047   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
53158173Smatteo  048   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
54158173Smatteo  049   'n'    'N'    so     so     'n'    'N'    so     so      C
55158173Smatteo  050   'm'    'M'    cr     cr     'm'    'M'    cr     cr      C
56158173Smatteo  051   ','    '<'    nop    nop    ','    '<'    nop    nop     O
57158173Smatteo  052   '.'    '>'    nop    nop    '.'    '>'    nop    nop     O
58158173Smatteo  053   '/'    '?'    nop    nop    '/'    '?'    nop    nop     O
59158173Smatteo  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
6057694Sjmas  055   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
6157694Sjmas  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
6257694Sjmas  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
6357694Sjmas  058   clock  clock  clock  clock  clock  clock  clock  clock   O
6457694Sjmas  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
6557694Sjmas  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
6657694Sjmas  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
6757694Sjmas  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
6857694Sjmas  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
6957694Sjmas  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
7057694Sjmas  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
7157694Sjmas  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
7257694Sjmas  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
7357694Sjmas  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
7457694Sjmas  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
7557694Sjmas  070   slock  slock  slock  slock  slock  slock  slock  slock   O
7657694Sjmas  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
7757694Sjmas  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
7857694Sjmas  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
7957694Sjmas  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
8057694Sjmas  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
8157694Sjmas  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
8257694Sjmas  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
8357694Sjmas  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
8457694Sjmas  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
8557694Sjmas  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
8657694Sjmas  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
8757694Sjmas  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
8857694Sjmas  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
8957694Sjmas  084   nop    nop    nop    nop    nop    nop    nop    nop     O
9057694Sjmas  085   nop    nop    nop    nop    nop    nop    nop    nop     O
9157694Sjmas  086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
9257694Sjmas  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
9357694Sjmas  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
9486796Sache  089   cr     cr     nl     nl     cr     cr     nl     nl      O
9557694Sjmas  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
9657694Sjmas  091   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     N
97  092   nscr   nscr   debug  debug  nop    nop    nop    nop     O
98  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
99  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
100  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
101  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
102  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
103  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
104  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
105  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
106  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
107  102   fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
108  103	fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
109  104   slock  saver  slock  saver  susp   nop    susp   nop     O
110  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
111  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
112  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
113  108   nop    nop    nop    nop    nop    nop    nop    nop     O
114