148129Syokota# Keyboard map for Central European languages under FreeBSD.
248129Syokota# Created by G. Adam Stanislav <adam@whizkidtech.net>
348129Syokota#
448129Syokota# Version 1.0 - 1999-03-18
548129Syokota#
660107Sobrien# $FreeBSD$
760107Sobrien#
848129Syokota# This map uses the US QWERTY keyboard for its basic layout.
948129Syokota# It adds a "third row" to the top of the PC keyboard. To
1048129Syokota# access the third row, press and hold the Alt key, then
1148129Syokota# strike a key in the top row.
1248129Syokota#
1348129Syokota# Note that some of the third-row keys produce characters.
1448129Syokota# Others must be followed by another keystroke resulting
1548129Syokota# in accented characters. To print the accent mark alone,
1648129Syokota# press the space bar after pressing and releasing the
1748129Syokota# alt-accent mark key.
1848129Syokota#
1948129Syokota# In most cases I have mapped a key to a character or an
2048129Syokota# accent mark because the key on the US QWERTY keyboard
2148129Syokota# somewhat resembles the result.
2248129Syokota#
2348129Syokota# In addition to the top row, three keys on the numeric keypad
2448129Syokota# are mapped for the use with IS 8859-2 when combined with the
2548129Syokota# Alt key: The dot (del) key combined with alt will print a
2648129Syokota# comma instead of a dot; alt-/ will show the division mark,
2748129Syokota# and alt-* the multpilication sign.
2848129Syokota#
2948129Syokota# If you have an ISO-8859-2 font loaded, you can see the layout here:
3048129Syokota#
3148129Syokota# alt-` � (ogonek) and alt-~ � (cedilla)
3248129Syokota#   Examples: �����
3348129Syokota# alt-! � (German double s)
3448129Syokota# alt-@ � (degree)
3548129Syokota# alt-# � (currency)
3648129Syokota# alt-$ � (section, called paragraf in most CE languages)
3748129Syokota# alt-% � (umlaut, dve bodky)
3848129Syokota#   Examples: ����
3948129Syokota# alt-^ ^ (circumflex, vok��)
4048129Syokota#   Examples: ���
4148129Syokota# alt-& � (hyphen, poml�ka, rozde�ovacie znamienko)
4248129Syokota# alt-* � (ring)
4348129Syokota#   Examples: ��
4448129Syokota# alt-( � (Hungarian long umlaut)
4548129Syokota#   Examples: ��
4648129Syokota# alt-) � (dot accent)
4748129Syokota#   Examples: ��
4848129Syokota# alt-- � (acute, d��e�, ��rka)
4948129Syokota#   Examples: ���������
5048129Syokota# alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
5148129Syokota#   Examples: ��������
5248129Syokota# alt-\ / (slash)
5348129Syokota#   Examples: ��
5448129Syokota# alt-/ [on numeric keypad] �
5548129Syokota# alt-* [on numeric keypad] �
5648129Syokota# alt-. [on numeric keypad] ,
5748129Syokota#
5848129Syokota# This layout offers access to the entire character set of
5948129Syokota# ISO 8859-2, used by Slovak, Czech, German, Polish, Croatian,
6048129Syokota# Slovenian, Rumanian, Hungarian, and probably other languages,
6148129Syokota# while remaining fully compatible with the default US QWERTY
6248129Syokota# keyboard.
6348129Syokota#
6448129Syokota#                                                         alt
6548129Syokota# scan                       cntrl          alt    alt   cntrl lock
6648129Syokota# code  base   shift  cntrl  shift  alt    shift  cntrl  shift state
6748129Syokota# ------------------------------------------------------------------
6848129Syokota  000   nop    nop    nop    nop    nop    nop    nop    nop     O
6948129Syokota  001   esc    esc    esc    esc    esc    esc    debug  esc     O
7048129Syokota  002   '1'    '!'    nop    nop    223    223    nop    nop     O
7148129Syokota  003   '2'    '@'    nul    nul    176    176    nul    nul     O
7248129Syokota  004   '3'    '#'    nop    nop    164    164    nop    nop     O
7348129Syokota  005   '4'    '$'    nop    nop    167    167    nop    nop     O
7448129Syokota  006   '5'    '%'    nop    nop    duml   duml   nop    nop     O
7548129Syokota  007   '6'    '^'    rs     rs     dcir   dcir   rs     rs      O
7648129Syokota  008   '7'    '&'    nop    nop    173    173    nop    nop     O
7748129Syokota  009   '8'    '*'    nop    nop    drin   drin   nop    nop     O
7848129Syokota  010   '9'    '('    nop    nop    ddac   ddac   nop    nop     O
7948129Syokota  011   '0'    ')'    nop    nop    ddot   ddot   nop    nop     O
8048129Syokota  012   '-'    '_'    us     us     dacu   dacu   us     us      O
8148129Syokota  013   '='    '+'    nop    nop    dcar   dbre   nop    nop     O
8248129Syokota  014   bs     bs     del    del    bs     bs     del    del     O
8348129Syokota  015   ht     btab   nop    nop    ht     btab   nop    nop     O
8448129Syokota  016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
8548129Syokota  017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
8648129Syokota  018   'e'    'E'    enq    enq    'e'    'E'    enq    enq     C
8748129Syokota  019   'r'    'R'    dc2    dc2    'r'    'R'    dc2    dc2     C
8848129Syokota  020   't'    'T'    dc4    dc4    't'    'T'    dc4    dc4     C
8948129Syokota  021   'y'    'Y'    em     em     'y'    'Y'    em     em      C
9048129Syokota  022   'u'    'U'    nak    nak    'u'    'U'    nak    nak     C
9148129Syokota  023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
9248129Syokota  024   'o'    'O'    si     si     'o'    'O'    si     si      C
9348129Syokota  025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
9448129Syokota  026   '['    '{'    esc    esc    '['    '{'    esc    esc     O
9548129Syokota  027   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
9648129Syokota  028   cr     cr     nl     nl     cr     cr     nl     nl      O
9748129Syokota  029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
9848129Syokota  030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
9948129Syokota  031   's'    'S'    dc3    dc3    's'    'S'    dc3    dc3     C
10048129Syokota  032   'd'    'D'    eot    eot    'd'    'D'    eot    eot     C
10148129Syokota  033   'f'    'F'    ack    ack    'f'    'F'    ack    ack     C
10248129Syokota  034   'g'    'G'    bel    bel    'g'    'G'    bel    bel     C
10348129Syokota  035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
10448129Syokota  036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
10548129Syokota  037   'k'    'K'    vt     vt     'k'    'k'    vt     vt      C
10648129Syokota  038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
10748129Syokota  039   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
10848129Syokota  040   '''    '"'    nop    nop    '''    '"'    nop    nop     O
10948129Syokota  041   '`'    '~'    nop    nop    dogo   dced   nop    nop     O
11048129Syokota  042   lshift lshift lshift lshift lshift lshift lshift lshift  O
11148129Syokota  043   '\'    '|'    fs     fs     dsla   dsla   fs     fs      O
11248129Syokota  044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
11348129Syokota  045   'x'    'X'    can    can    'x'    'X'    can    can     C
11448129Syokota  046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
11548129Syokota  047   'v'    'V'    syn    syn    'v'    'V'    syn    syn     C
11648129Syokota  048   'b'    'B'    stx    stx    'b'    'B'    stx    stx     C
11748129Syokota  049   'n'    'N'    so     so     'n'    'N'    so     so      C
11848129Syokota  050   'm'    'M'    cr     cr     'm'    'M'    cr     cr      C
11948129Syokota  051   ','    '<'    nop    nop    ','    '<'    nop    nop     O
12048129Syokota  052   '.'    '>'    nop    nop    '.'    '>'    nop    nop     O
12148129Syokota  053   '/'    '?'    nop    nop    '/'    '?'    nop    nop     O
12248129Syokota  054   rshift rshift rshift rshift rshift rshift rshift rshift  O
12348129Syokota  055   '*'    '*'    '*'    '*'    215    215    215    215     O
12448129Syokota  056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O
12548129Syokota  057   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
12648129Syokota  058   clock  clock  clock  clock  clock  clock  clock  clock   O
12748129Syokota  059   fkey01 fkey13 fkey25 fkey37 scr01  scr11  scr01  scr11   O
12848129Syokota  060   fkey02 fkey14 fkey26 fkey38 scr02  scr12  scr02  scr12   O
12948129Syokota  061   fkey03 fkey15 fkey27 fkey39 scr03  scr13  scr03  scr13   O
13048129Syokota  062   fkey04 fkey16 fkey28 fkey40 scr04  scr14  scr04  scr14   O
13148129Syokota  063   fkey05 fkey17 fkey29 fkey41 scr05  scr15  scr05  scr15   O
13248129Syokota  064   fkey06 fkey18 fkey30 fkey42 scr06  scr16  scr06  scr16   O
13348129Syokota  065   fkey07 fkey19 fkey31 fkey43 scr07  scr07  scr07  scr07   O
13448129Syokota  066   fkey08 fkey20 fkey32 fkey44 scr08  scr08  scr08  scr08   O
13548129Syokota  067   fkey09 fkey21 fkey33 fkey45 scr09  scr09  scr09  scr09   O
13648129Syokota  068   fkey10 fkey22 fkey34 fkey46 scr10  scr10  scr10  scr10   O
13748129Syokota  069   nlock  nlock  nlock  nlock  nlock  nlock  nlock  nlock   O
13848129Syokota  070   slock  slock  slock  slock  slock  slock  slock  slock   O
13948129Syokota  071   fkey49 '7'    '7'    '7'    '7'    '7'    '7'    '7'     N
14048129Syokota  072   fkey50 '8'    '8'    '8'    '8'    '8'    '8'    '8'     N
14148129Syokota  073   fkey51 '9'    '9'    '9'    '9'    '9'    '9'    '9'     N
14248129Syokota  074   fkey52 '-'    '-'    '-'    '-'    '-'    '-'    '-'     N
14348129Syokota  075   fkey53 '4'    '4'    '4'    '4'    '4'    '4'    '4'     N
14448129Syokota  076   fkey54 '5'    '5'    '5'    '5'    '5'    '5'    '5'     N
14548129Syokota  077   fkey55 '6'    '6'    '6'    '6'    '6'    '6'    '6'     N
14648129Syokota  078   fkey56 '+'    '+'    '+'    '+'    '+'    '+'    '+'     N
14748129Syokota  079   fkey57 '1'    '1'    '1'    '1'    '1'    '1'    '1'     N
14848129Syokota  080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
14948129Syokota  081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
15048129Syokota  082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
15148129Syokota  083   del    '.'    '.'    '.'    ','    ','    boot   boot    N
15248129Syokota  084   nop    nop    nop    nop    nop    nop    nop    nop     O
15348129Syokota  085   nop    nop    nop    nop    nop    nop    nop    nop     O
15448129Syokota  086   nop    nop    nop    nop    nop    nop    nop    nop     O
15548129Syokota  087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
15648129Syokota  088   fkey12 fkey24 fkey36 fkey48 scr12  scr12  scr12  scr12   O
15748129Syokota  089   cr     cr     nl     nl     cr     cr     nl     nl      O
15848129Syokota  090   rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl  rctrl   O
15948129Syokota  091   '/'    '/'    '/'    '/'    247    247    247    247     N
16074119Sache  092   nscr   pscr   debug  debug  nop    nop    nop    nop     O
16148129Syokota  093   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
16248129Syokota  094   fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49  O
16348129Syokota  095   fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50  O
16448129Syokota  096   fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51  O
16548129Syokota  097   fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53  O
16648129Syokota  098   fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55  O
16748129Syokota  099   fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57  O
16848129Syokota  100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
16948129Syokota  101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
17074119Sache  102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
17148129Syokota  103	fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
17248129Syokota  104   slock  saver  slock  saver  susp   nop    susp   nop     O
17348129Syokota  105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
17448129Syokota  106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
17548129Syokota  107   fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64  O
17648129Syokota  108   nop    nop    nop    nop    nop    nop    nop    nop     O
17748129Syokota
17848129Syokota  dgra  000
17948129Syokota  dacu  180  ( 'a' 225 ) ( 'A' 193 )
18048129Syokota             ( 'c' 230 ) ( 'C' 198 )
18148129Syokota             ( 'e' 233 ) ( 'E' 201 )
18248129Syokota             ( 'i' 237 ) ( 'I' 205 )
18348129Syokota             ( 'l' 229 ) ( 'L' 197 )
18448129Syokota             ( 'n' 241 ) ( 'N' 209 )
18548129Syokota             ( 'o' 243 ) ( 'O' 211 )
18648129Syokota             ( 'r' 224 ) ( 'R' 192 )
18748129Syokota             ( 's' 182 ) ( 'S' 166 )
18848129Syokota             ( 'u' 250 ) ( 'U' 218 )
18948129Syokota             ( 'y' 253 ) ( 'Y' 221 )
19048129Syokota             ( 'z' 188 ) ( 'Z' 172 )
19148129Syokota  dcir  '^'  ( 'a' 226 ) ( 'A' 194 )
19248129Syokota             ( 'i' 238 ) ( 'I' 206 )
19348129Syokota             ( 'o' 244 ) ( 'O' 212 )
19448129Syokota  dtil  000
19548129Syokota  dmac  000
19648129Syokota  dbre  162  ( 'a' 227 ) ( 'A' 195 )
19748129Syokota             ( 'c' 232 ) ( 'C' 200 )
19848129Syokota             ( 'd' 239 ) ( 'D' 207 )
19948129Syokota             ( 'e' 236 ) ( 'E' 204 )
20048129Syokota             ( 'l' 181 ) ( 'L' 165 )
20148129Syokota             ( 'n' 242 ) ( 'N' 210 )
20248129Syokota             ( 'r' 248 ) ( 'R' 216 )
20348129Syokota             ( 's' 185 ) ( 'S' 169 )
20448129Syokota             ( 't' 187 ) ( 'T' 171 )
20548129Syokota             ( 'z' 190 ) ( 'Z' 174 )
20648129Syokota  ddot  255  ( 'z' 0xbf ) ( 'Z' 0xaf )
20748129Syokota  duml  168  ( 'a' 228 ) ( 'A' 196 )
20848129Syokota             ( 'e' 235 ) ( 'E' 203 )
20948129Syokota             ( 'o' 246 ) ( 'O' 214 )
21048129Syokota             ( 'u' 252 ) ( 'U' 220 )
21148129Syokota  dsla  '/'  ( 'd' 240 ) ( 'D' 208 )
21248129Syokota             ( 'l' 179 ) ( 'L' 163 )
21348129Syokota  drin  176  ( 'u' 249 ) ( 'U' 217 )
21448129Syokota  dced  184  ( 'a' 177 ) ( 'A' 161 )
21548129Syokota             ( 'c' 231 ) ( 'C' 199 )
21648129Syokota             ( 'e' 234 ) ( 'E' 202 )
21748129Syokota             ( 's' 186 ) ( 'S' 170 )
21848129Syokota             ( 't' 254 ) ( 'T' 222 )
21948129Syokota  dapo  000
22048129Syokota  ddac  189  ( 'o' 245 ) ( 'O' 213 )
22148129Syokota             ( 'u' 251 ) ( 'U' 219 )
22248129Syokota  dogo  178  ( 'a' 177 ) ( 'A' 161 )
22348129Syokota             ( 'c' 231 ) ( 'C' 199 )
22448129Syokota             ( 'e' 234 ) ( 'E' 202 )
22548129Syokota             ( 's' 186 ) ( 'S' 170 )
22648129Syokota             ( 't' 254 ) ( 'T' 222 )
22748129Syokota  dcar  183  ( 'a' 227 ) ( 'A' 195 )
22848129Syokota             ( 'c' 232 ) ( 'C' 200 )
22948129Syokota             ( 'd' 239 ) ( 'D' 207 )
23048129Syokota             ( 'e' 236 ) ( 'E' 204 )
23148129Syokota             ( 'l' 181 ) ( 'L' 165 )
23248129Syokota             ( 'n' 242 ) ( 'N' 210 )
23348129Syokota             ( 'r' 248 ) ( 'R' 216 )
23448129Syokota             ( 's' 185 ) ( 'S' 169 )
23548129Syokota             ( 't' 187 ) ( 'T' 171 )
23648129Syokota             ( 'z' 190 ) ( 'Z' 174 )
23748129Syokota
238