1270310Sse# $FreeBSD$
2270310Sse#
343334Syokota# Slovenian keyboard
443334Syokota# Blaz Zupan <blaz@amis.net>
543334Syokota#                                                         alt
643334Syokota# scan                       cntrl          alt    alt   cntrl lock
743334Syokota# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
843334Syokota# ------------------------------------------------------------------
943334Syokota  000   nop    nop    nop    nop    nop    nop    nop    nop     O
1043334Syokota  001   esc    esc    esc    esc    esc    esc    debug  esc     O
1143334Syokota  002   '1'    '!'    nop    nop    '~'    '~'    nop    nop     O
12270310Sse  003   '2'    '"'    nul    nul    0x02c7 0x02c7 nul    nul     O
1343334Syokota  004   '3'    '#'    nop    nop    '^'    '^'    nop    nop     O
14270310Sse  005   '4'    '$'    nop    nop    0x02d8 0x02d8 nop    nop     O
15270310Sse  006   '5'    '%'    nop    nop    0xb0   0xb0   nop    nop     O
16270310Sse  007   '6'    '&'    rs     rs     0x02db 0x02db rs     rs      O
1743334Syokota  008   '7'    '/'    nop    nop    '`'    '`'    nop    nop     O
18270310Sse  009   '8'    '('    nop    nop    0x02d9 0x02d9 nop    nop     O
1943334Syokota  010   '9'    ')'    nop    nop    '''    '''    nop    nop     O
20270310Sse  011   '0'    '='    nop    nop    0x02dd 0x02dd nop    nop     O
21270310Sse  012   '''    '?'    us     us     0xa8   0xa8   us     us      O
22270310Sse  013   '+'    '*'    nop    nop    0xb8   0xb8   nop    nop     O
2343334Syokota  014   bs     bs     del    del    bs     bs     del    del     O
2443334Syokota  015   ht     btab   nop    nop    ht     btab   nop    nop     O
2543334Syokota  016   'q'    'Q'    dc1    dc1    '\'    '\'    dc1    dc1     C
2643334Syokota  017   'w'    'W'    etb    etb    '|'    '|'    etb    etb     C
2743334Syokota  018   'e'    'E'    enq    enq    'e'    'E'    enq    enq     C
2843334Syokota  019   'r'    'R'    dc2    dc2    'r'    'R'    dc2    dc2     C
2943334Syokota  020   't'    'T'    dc4    dc4    't'    'T'    dc4    dc4     C
3043334Syokota  021   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
3143334Syokota  022   'u'    'U'    nak    nak    'u'    'U'    nak    nak     C
3243334Syokota  023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
3343334Syokota  024   'o'    'O'    si     si     'o'    'O'    si     si      C
3443334Syokota  025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
35270310Sse  026   0x0161 0x0160 esc    esc    0xf7   0xf7   esc    esc     C
36270310Sse  027   0x0111 0x0110 gs     gs     0xd7   0xd7   gs     gs      C
3743334Syokota  028   cr     cr     nl     nl     cr     cr     nl     nl      O
3843334Syokota  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
3943334Syokota  030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
4043334Syokota  031   's'    'S'    dc3    dc3    's'    'S'    dc3    dc3     C
4143334Syokota  032   'd'    'D'    eot    eot    'd'    'D'    eot    eot     C
4243334Syokota  033   'f'    'F'    ack    ack    '['    '['    ack    ack     C
4343334Syokota  034   'g'    'G'    bel    bel    ']'    ']'    bel    bel     C
4443334Syokota  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
4543334Syokota  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
46270310Sse  037   'k'    'K'    vt     vt     0x0142 0x0142 vt     vt      C
47270310Sse  038   'l'    'L'    ff     ff     0x0141 0x0141 ff     ff      C
48270310Sse  039   0x010d 0x010c nop    nop    0x010d 0x010c nop    nop     C
49270310Sse  040   0x0107 0x0106 nop    nop    0xdf   0xdf   nop    nop     C
50270310Sse  041   0xb8   0xa8   nop    nop    0xb8   0xa8   nop    nop     O
5143334Syokota  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
52270310Sse  043   0x017e 0x017d fs     fs     0xa4   0xa4   fs     fs      C
5343334Syokota  044   'y'    'Y'    em     em     'y'    'Y'    em     em      C
5443334Syokota  045   'x'    'X'    can    can    'x'    'X'    can    can     C
5543334Syokota  046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
5643334Syokota  047   'v'    'V'    syn    syn    '@'    '@'    syn    syn     C
5743334Syokota  048   'b'    'B'    stx    stx    '{'    '{'    stx    stx     C
5843334Syokota  049   'n'    'N'    so     so     '}'    '}'    so     so      C
59270310Sse  050   'm'    'M'    cr     cr     0xa7   0xa7   cr     cr      C
60166500Sphilip  051   ','    ';'    nop    nop    '<'    ';'    '<'    nop     O
61166500Sphilip  052   '.'    ':'    nop    nop    '>'    ':'    '>'    nop     O
6243334Syokota  053   '-'    '_'    nop    nop    '-'    '_'    nop    nop     O
6343334Syokota  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
6443334Syokota  055   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
6543334Syokota  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
6643334Syokota  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
6743334Syokota  058   clock  clock  clock  clock  clock  clock  clock  clock   O
6843334Syokota  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
6943334Syokota  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
7043334Syokota  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
7143334Syokota  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
7243334Syokota  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
7343334Syokota  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
7443334Syokota  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
7543334Syokota  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
7643334Syokota  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
7743334Syokota  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
7843334Syokota  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
7943334Syokota  070   slock  slock  slock  slock  slock  slock  slock  slock   O
8043334Syokota  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
8143334Syokota  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
8243334Syokota  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
8343334Syokota  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
8443334Syokota  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
8543334Syokota  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
8643334Syokota  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
8743334Syokota  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
8843334Syokota  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
8943334Syokota  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
9043334Syokota  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
9143334Syokota  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
9243334Syokota  083   del    ','    ','    ','    ','    ','    boot   boot    N
9343334Syokota  084   nop    nop    nop    nop    nop    nop    nop    nop     O
9443334Syokota  085   nop    nop    nop    nop    nop    nop    nop    nop     O
9543334Syokota  086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
9643334Syokota  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
9743334Syokota  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
9843334Syokota  089   cr     cr     nl     nl     cr     cr     nl     nl      O
9943334Syokota  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
10043334Syokota  091   '/'    '/'    '/'    '/'    '/'    '/'    '/'    '/'     N
10174119Sache  092   nscr   pscr   debug  debug  nop    nop    nop    nop     O
10243334Syokota  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
10343334Syokota  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
10443334Syokota  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
10543334Syokota  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
10643334Syokota  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
10743334Syokota  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
10843334Syokota  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
10943334Syokota  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
11043334Syokota  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
11174119Sache  102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
112270310Sse  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
11343334Syokota  104   slock  saver  slock  saver  susp   nop    susp   nop     O
11443334Syokota  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
11543334Syokota  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
11643334Syokota  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
11743334Syokota  108   nop    nop    nop    nop    nop    nop    nop    nop     O
118