svn commit: r270156 - head/share/vt/keymaps

Stefan Esser se at FreeBSD.org
Mon Aug 18 21:07:15 UTC 2014


Author: se
Date: Mon Aug 18 21:07:12 2014
New Revision: 270156
URL: http://svnweb.freebsd.org/changeset/base/270156

Log:
  Fix a few conversion problems (e.g. when a keymap is derived from ISO8859-1,
  but shall provide an Euro sign - similar for Japanese Yen).
  
  The Brazilian keymap "br.kbd" now has accents, by default - the no-accents
  version has been renamed to "br.noacc.kbd".
  
  MFC after:	3 days

Added:
  head/share/vt/keymaps/br.noacc.kbd   (contents, props changed)
     - copied, changed from r270082, head/share/syscons/keymaps/br275.cp850.kbd
  head/share/vt/keymaps/by.kbd   (contents, props changed)
     - copied, changed from r270082, head/share/syscons/keymaps/by.cp1251.kbd
Replaced:
  head/share/vt/keymaps/br.kbd
     - copied, changed from r270149, head/share/vt/keymaps/br.acc.kbd
Deleted:
  head/share/vt/keymaps/br.acc.kbd
Modified:
  head/share/vt/keymaps/INDEX.keymaps
  head/share/vt/keymaps/Makefile
  head/share/vt/keymaps/ch.acc.kbd
  head/share/vt/keymaps/ch.kbd
  head/share/vt/keymaps/cz.kbd
  head/share/vt/keymaps/hr.kbd
  head/share/vt/keymaps/jp.capsctrl.kbd
  head/share/vt/keymaps/jp.kbd
  head/share/vt/keymaps/si.kbd
  head/share/vt/keymaps/uk.capsctrl.kbd

Modified: head/share/vt/keymaps/INDEX.keymaps
==============================================================================
--- head/share/vt/keymaps/INDEX.keymaps	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/INDEX.keymaps	Mon Aug 18 21:07:12 2014	(r270156)
@@ -56,35 +56,21 @@ bg.bds.kbd:de:Bulgarisch (BDS)
 bg.bds.ctrlcaps.kbd:en:Bulgarian (Phonetic)
 bg.bds.ctrlcaps.kbd:de:Bulgarisch (phonetisch)
 
-br.kbd:en:Brazilian
-br.kbd:de:Brasilianisch
-br.kbd:fr:Brésilien
-br.kbd:pt:Brasileiro
-br.kbd:es:Brasileño
-
-br.acc.kbd:en:Brazilian (accent keys)
-br.acc.kbd:de:Brasilianisch (mit Akzenten)
-br.acc.kbd:fr:Brésilien (avec accents)
-br.acc.kbd:pt:Brasileiro (com acentos)
-br.acc.kbd:es:Brasileño (con acentos)
-
-br.kbd.from-cp850:en:Brazilian
-br.kbd.from-cp850:de:Brasilianisch
-br.kbd.from-cp850:fr:Brésilien
-br.kbd.from-cp850:pt:Brasileiro
-br.kbd.from-cp850:es:Brasileño
-
-by.kbd.from-cp1131:en:Belarusian
-by.kbd.from-cp1131:de:Weißrussisch
-by.kbd.from-cp1131:fr:Biélorusse
-
-by.kbd.from-cp1251:en:Belarusian
-by.kbd.from-cp1251:de:Weißrussisch
-by.kbd.from-cp1251:fr:Biélorusse
-
-by.kbd.from-iso5:en:Belarusian
-by.kbd.from-iso5:de:Weißrussisch
-by.kbd.from-iso5:fr:Biélorusse
+br.kbd:en:Brazilian (accent keys)
+br.kbd:de:Brasilianisch (mit Akzenten)
+br.kbd:fr:Brésilien (avec accents)
+br.kbd:pt:Brasileiro (com acentos)
+br.kbd:es:Brasileño (con acentos)
+
+br.noacc.kbd:en:Brazilian (without accent keys)
+br.noacc.kbd:de:Brasilianisch (ohne Akzente)
+br.noacc.kbd:fr:Brésilien (sans accents)
+br.noacc.kbd:pt:Brasileiro (without accent keys)
+br.noacc.kbd:es:Brasileño (without accent keys)
+
+by.kbd:en:Belarusian
+by.kbd:de:Weißrussisch
+by.kbd:fr:Biélorusse
 
 centraleuropean.kbd:en:Central European
 centraleuropean.kbd:de:Zentral Europäisch

Modified: head/share/vt/keymaps/Makefile
==============================================================================
--- head/share/vt/keymaps/Makefile	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/Makefile	Mon Aug 18 21:07:12 2014	(r270156)
@@ -4,7 +4,6 @@ FILES=	INDEX.keymaps \
 	am.kbd \
 	bg.bds.ctrlcaps.kbd \
 	bg.bds.kbd \
-	br.acc.kbd \
 	br.kbd \
 	ca.kbd \
 	ca-fr.kbd \

Copied and modified: head/share/vt/keymaps/br.kbd (from r270149, head/share/vt/keymaps/br.acc.kbd)
==============================================================================
--- head/share/vt/keymaps/br.acc.kbd	Mon Aug 18 19:27:47 2014	(r270149, copy source)
+++ head/share/vt/keymaps/br.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -149,7 +149,3 @@
   duml 0xa8    ( 'a'    0xe4    ) ( 'A'    0xc4    ) ( 'e'    0xeb    ) ( 'E'    0xcb    )
                ( 'i'    0xef    ) ( 'I'    0xcf    ) ( 'o'    0xf6    ) ( 'O'    0xd6    )
                ( 'u'    0xfc    ) ( 'U'    0xdc    ) ( 'y'    0xff    )
-
-  drin 0xb0    ( 'a'    0xe5    ) ( 'A'    0xc5    )
-
-  dced 0xb8    ( 'c'    0xe7    ) ( 'C'    0xc7    )

Copied and modified: head/share/vt/keymaps/br.noacc.kbd (from r270082, head/share/syscons/keymaps/br275.cp850.kbd)
==============================================================================
--- head/share/syscons/keymaps/br275.cp850.kbd	Sun Aug 17 03:01:56 2014	(r270082, copy source)
+++ head/share/vt/keymaps/br.noacc.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -5,18 +5,18 @@
 # ------------------------------------------------------------------
   000   nop    nop    nop    nop    nop    nop    nop    nop     O
   001   esc    esc    esc    esc    esc    esc    debug  esc     O
-  002   '1'    '!'    nop    nop    251    '!'    nop    nop     O
-  003   '2'    '@'    nul    nul    253    '@'    nul    nul     O
-  004   '3'    '#'    nop    nop    252    '#'    nop    nop     O
-  005   '4'    '$'    nop    nop    156    '$'    nop    nop     O
-  006   '5'    '%'    nop    nop    189    '%'    nop    nop     O
-  007   '6'    249    rs     rs     170    168    rs     rs      O
+  002   '1'    '!'    nop    nop    0xb9   '!'    nop    nop     O
+  003   '2'    '@'    nul    nul    0xb2   '@'    nul    nul     O
+  004   '3'    '#'    nop    nop    0xb3   '#'    nop    nop     O
+  005   '4'    '$'    nop    nop    0xa3   '$'    nop    nop     O
+  006   '5'    '%'    nop    nop    0xa2   '%'    nop    nop     O
+  007   '6'    0xa8   rs     rs     0xac   0xbf   rs     rs      O
   008   '7'    '&'    nop    nop    '7'    '&'    nop    nop     O
   009   '8'    '*'    nop    nop    '8'    '*'    nop    nop     O
   010   '9'    '('    nop    nop    '9'    '('    nop    nop     O
   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-  013   '='    '+'    nop    nop    245    '+'    nop    nop     O
+  013   '='    '+'    nop    nop    0xa7   '+'    nop    nop     O
   014   bs     bs     del    del    bs     bs     del    del     O
   015   ht     btab   nop    nop    ht     btab   nop    nop     O
   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
@@ -29,8 +29,8 @@
   023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
   024   'o'    'O'    si     si     'o'    'O'    si     si      C
   025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
-  026   239    '`'    nop    nop    239    '`'    nop    nop     O
-  027   '['    '{'    esc    esc    166    '{'    esc    esc     O
+  026   0xb4   '`'    nop    nop    0xb4   '`'    nop    nop     O
+  027   '['    '{'    esc    esc    0xaa   '{'    esc    esc     O
   028   cr     cr     nl     nl     cr     cr     nl     nl      O
   029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
   030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
@@ -42,11 +42,11 @@
   036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
   037   'k'    'K'    vt     vt     'k'    'K'    vt     vt      C
   038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
-  039   135    128    nop    nop    135    128    nop    nop     C
+  039   0xe7   0xc7   nop    nop    0xe7   0xc7   nop    nop     C
   040   '~'    '^'    nop    nop    '~'    '^'    nop    nop     O
   041   '''    '"'    nop    nop    '''    '"'    nop    nop     O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
-  043   ']'    '}'    gs     gs     167    '}'    gs     gs      O
+  043   ']'    '}'    gs     gs     0xba   '}'    gs     gs      O
   044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
   045   'x'    'X'    can    can    'x'    'X'    can    can     C
   046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
@@ -106,7 +106,7 @@
   100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
   101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
   102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
-  103	fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
+  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
   104   slock  saver  slock  saver  susp   nop    susp   nop     O
   105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
   106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
@@ -118,7 +118,7 @@
   112   nop    nop    nop    nop    nop    nop    nop    nop     O
   113   nop    nop    nop    nop    nop    nop    nop    nop     O
   114   nop    nop    nop    nop    nop    nop    nop    nop     O
-  115   '/'    '?'    nop    nop    248    '?'    nop    nop     O
+  115   '/'    '?'    nop    nop    0xb0   '?'    nop    nop     O
   116   nop    nop    nop    nop    nop    nop    nop    nop     O
   117   nop    nop    nop    nop    nop    nop    nop    nop     O
   118   nop    nop    nop    nop    nop    nop    nop    nop     O

Copied and modified: head/share/vt/keymaps/by.kbd (from r270082, head/share/syscons/keymaps/by.cp1251.kbd)
==============================================================================
--- head/share/syscons/keymaps/by.cp1251.kbd	Sun Aug 17 03:01:56 2014	(r270082, copy source)
+++ head/share/vt/keymaps/by.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -87,7 +87,7 @@
   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
   083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-  084   alock    alock    alock    alock    alock    alock    alock    alock     O
+  084   alock  alock  alock  alock  alock  alock  alock  alock   O
   085   nop    nop    nop    nop    nop    nop    nop    nop     O
   086   nop    nop    nop    nop    nop    nop    nop    nop     O
   087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
@@ -117,7 +117,7 @@
   129   esc    esc    esc    esc    esc    esc    debug  esc     O
   130   '1'    '!'    nop    nop    '1'    '!'    nop    nop     O
   131   '2'    '"'    nul    nul    '2'    '@'    nul    nul     O
-  132   '3'    '¹'    nop    nop    '3'    '#'    nop    nop     O
+  132   '3'    0x2116 nop    nop    '3'    '#'    nop    nop     O
   133   '4'    ';'    nop    nop    '4'    ';'    nop    nop     O
   134   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
   135   '6'    ':'    rs     rs     '6'    '^'    rs     rs      O
@@ -129,43 +129,43 @@
   141   '='    '+'    nop    nop    '='    '+'    nop    nop     O
   142   bs     bs     del    del    bs     bs     del    del     O
   143   ht     btab   nop    nop    ht     btab   nop    nop     O
-  144   'é'    'É'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-  145   'ö'    'Ö'    etb    etb    'w'    'W'    etb    etb     C
-  146   'ó'    'Ó'    enq    enq    'e'    'E'    enq    enq     C
-  147   'ê'    'Ê'    dc2    dc2    'r'    'R'    dc2    dc2     C
-  148   'å'    'Å'    dc4    dc4    't'    'T'    dc4    dc4     C
-  149   'í'    'Í'    em     em     'y'    'Y'    em     em      C
-  150   'ã'    'Ã'    nak    nak    'u'    'U'    nak    nak     C
-  151   'ø'    'Ø'    ht     ht     'i'    'I'    ht     ht      C
-  152   '¢'    '¡'    si     si     'o'    'O'    si     si      C
-  153   'ç'    'Ç'    dle    dle    'p'    'P'    dle    dle     C
-  154   'õ'    'Õ'    esc    esc    '['    '{'    esc    esc     C
+  144   0x0439 0x0419 dc1    dc1    'q'    'Q'    dc1    dc1     C
+  145   0x0446 0x0426 etb    etb    'w'    'W'    etb    etb     C
+  146   0x0443 0x0423 enq    enq    'e'    'E'    enq    enq     C
+  147   0x043a 0x041a dc2    dc2    'r'    'R'    dc2    dc2     C
+  148   0x0435 0x0415 dc4    dc4    't'    'T'    dc4    dc4     C
+  149   0x043d 0x041d em     em     'y'    'Y'    em     em      C
+  150   0x0433 0x0413 nak    nak    'u'    'U'    nak    nak     C
+  151   0x0448 0x0428 ht     ht     'i'    'I'    ht     ht      C
+  152   0x045e 0x040e si     si     'o'    'O'    si     si      C
+  153   0x0437 0x0417 dle    dle    'p'    'P'    dle    dle     C
+  154   0x0445 0x0425 esc    esc    '['    '{'    esc    esc     C
   155   '''    '''    gs     gs     ']'    '}'    gs     gs      O
   156   cr     cr     nl     nl     cr     cr     nl     nl      O
   157   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
-  158   'ô'    'Ô'    soh    soh    'a'    'A'    soh    soh     C
-  159   'û'    'Û'    dc3    dc3    's'    'S'    dc3    dc3     C
-  160   'â'    'Â'    eot    eot    'd'    'D'    eot    eot     C
-  161   'à'    'À'    ack    ack    'f'    'F'    ack    ack     C
-  162   'ï'    'Ï'    bel    bel    'g'    'G'    bel    bel     C
-  163   'ð'    'Ð'    bs     bs     'h'    'H'    bs     bs      C
-  164   'î'    'Î'    nl     nl     'j'    'J'    nl     nl      C
-  165   'ë'    'Ë'    vt     vt     'k'    'K'    vt     vt      C
-  166   'ä'    'Ä'    ff     ff     'l'    'L'    ff     ff      C
-  167   'æ'    'Æ'    nop    nop    ';'    ':'    nop    nop     C
-  168   'ý'    'Ý'    nop    nop    '''    '"'    nop    nop     C
-  169   '¸'    '¨'    nop    nop    '`'    '~'    nop    nop     C
+  158   0x0444 0x0424 soh    soh    'a'    'A'    soh    soh     C
+  159   0x044b 0x042b dc3    dc3    's'    'S'    dc3    dc3     C
+  160   0x0432 0x0412 eot    eot    'd'    'D'    eot    eot     C
+  161   0x0430 0x0410 ack    ack    'f'    'F'    ack    ack     C
+  162   0x043f 0x041f bel    bel    'g'    'G'    bel    bel     C
+  163   0x0440 0x0420 bs     bs     'h'    'H'    bs     bs      C
+  164   0x043e 0x041e nl     nl     'j'    'J'    nl     nl      C
+  165   0x043b 0x041b vt     vt     'k'    'K'    vt     vt      C
+  166   0x0434 0x0414 ff     ff     'l'    'L'    ff     ff      C
+  167   0x0436 0x0416 nop    nop    ';'    ':'    nop    nop     C
+  168   0x044d 0x042d nop    nop    '''    '"'    nop    nop     C
+  169   0x0451 0x0401 nop    nop    '`'    '~'    nop    nop     C
   170   lshift lshift lshift lshift lshift lshift lshift lshift  O
   171   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-  172   'ÿ'    'ß'    sub    sub    'z'    'Z'    sub    sub     C
-  173   '÷'    '×'    can    can    'x'    'X'    can    can     C
-  174   'ñ'    'Ñ'    etx    etx    'c'    'C'    etx    etx     C
-  175   'ì'    'Ì'    syn    syn    'v'    'V'    syn    syn     C
-  176   '³'    '²'    stx    stx    'b'    'B'    stx    stx     C
-  177   'ò'    'Ò'    so     so     'n'    'N'    so     so      C
-  178   'ü'    'Ü'    cr     cr     'm'    'M'    cr     cr      C
-  179   'á'    'Á'    nop    nop    ','    '<'    nop    nop     C
-  180   'þ'    'Þ'    nop    nop    '.'    '>'    nop    nop     C
+  172   0x044f 0x042f sub    sub    'z'    'Z'    sub    sub     C
+  173   0x0447 0x0427 can    can    'x'    'X'    can    can     C
+  174   0x0441 0x0421 etx    etx    'c'    'C'    etx    etx     C
+  175   0x043c 0x041c syn    syn    'v'    'V'    syn    syn     C
+  176   0x0456 0x0406 stx    stx    'b'    'B'    stx    stx     C
+  177   0x0442 0x0422 so     so     'n'    'N'    so     so      C
+  178   0x044c 0x042c cr     cr     'm'    'M'    cr     cr      C
+  179   0x0431 0x0411 nop    nop    ','    '<'    nop    nop     C
+  180   0x044e 0x042e nop    nop    '.'    '>'    nop    nop     C
   181   '.'    ','    nop    nop    '/'    '?'    nop    nop     O
   182   rshift rshift rshift rshift rshift rshift rshift rshift  O
   183   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
@@ -197,7 +197,7 @@
   209   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
   210   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
   211   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-  212   alock    alock    alock    alock    alock    alock    alock    alock     O
+  212   alock  alock  alock  alock  alock  alock  alock  alock   O
   213   nop    nop    nop    nop    nop    nop    nop    nop     O
   214   nop    nop    nop    nop    nop    nop    nop    nop     O
   215   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O

Modified: head/share/vt/keymaps/ch.acc.kbd
==============================================================================
--- head/share/vt/keymaps/ch.acc.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/ch.acc.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -14,7 +14,7 @@
   005   '4'    0xe7   nop    nop    '4'    0xe7   nop    nop     O
   006   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
   007   '6'    '&'    nop    nop    0xac   0xac   nop    nop     O
-  008   '7'    '/'    nop    nop    0x0160 0x0160 nop    nop     O
+  008   '7'    '/'    nop    nop    0xa6   0xa6   nop    nop     O
   009   '8'    '('    esc    esc    0xde   0xde   esc    esc     O
   010   '9'    ')'    gs     gs     '9'    ')'    gs     gs      O
   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O

Modified: head/share/vt/keymaps/ch.kbd
==============================================================================
--- head/share/vt/keymaps/ch.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/ch.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -14,7 +14,7 @@
   005   '4'    0xe7   nop    nop    '4'    0xe7   nop    nop     O
   006   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
   007   '6'    '&'    nop    nop    0xac   0xac   nop    nop     O
-  008   '7'    '/'    nop    nop    0x0160 0x0160 nop    nop     O
+  008   '7'    '/'    nop    nop    0xa6   0xa6   nop    nop     O
   009   '8'    '('    esc    esc    0xde   0xde   esc    esc     O
   010   '9'    ')'    gs     gs     '9'    ')'    gs     gs      O
   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
@@ -33,7 +33,7 @@
   024   'o'    'O'    si     si     'o'    'O'    si     si      C
   025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
   026   0xfc   0xe8   esc    esc    '['    0xdc   esc    esc     C
-  027   0x0161 '!'    gs     gs     ']'    ']'    gs     gs      O
+  027   0xa8   '!'    gs     gs     ']'    ']'    gs     gs      O
   028   cr     cr     nl     nl     cr     cr     nl     nl      O
   029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
   030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C

Modified: head/share/vt/keymaps/cz.kbd
==============================================================================
--- head/share/vt/keymaps/cz.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/cz.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -1,5 +1,5 @@
 # Czech Standard Typewriter QWERTZ Keyboard
-# by Rudolf Cejka <cejkar at dcse.fee.vutbr.cz>
+# by Rudolf Cejka <cejkar at fit.vutbr.cz>
 #
 # $FreeBSD$
 #

Modified: head/share/vt/keymaps/hr.kbd
==============================================================================
--- head/share/vt/keymaps/hr.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/hr.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -9,17 +9,17 @@
   000   nop    nop    nop    nop    nop    nop    nop    nop     O
   001   esc    esc    esc    esc    esc    esc    debug  esc     O
   002   '1'    '!'    nop    nop    '~'    '~'    nop    nop     O
-  003   '2'    '"'    nul    nul    183    183    nul    nul     O
+  003   '2'    '"'    nul    nul    0x02c7 0x02c7 nul    nul     O
   004   '3'    '#'    nop    nop    '^'    '^'    nop    nop     O
-  005   '4'    '$'    nop    nop    162    162    nop    nop     O
-  006   '5'    '%'    nop    nop    176    176    nop    nop     O
-  007   '6'    '&'    rs     rs     178    178    rs     rs      O
+  005   '4'    '$'    nop    nop    0x02d8 0x02d8 nop    nop     O
+  006   '5'    '%'    nop    nop    0xb0   0xb0   nop    nop     O
+  007   '6'    '&'    rs     rs     0x02db 0x02db rs     rs      O
   008   '7'    '/'    nop    nop    '`'    '`'    nop    nop     O
-  009   '8'    '('    nop    nop    255    255    nop    nop     O
+  009   '8'    '('    nop    nop    0x02d9 0x02d9 nop    nop     O
   010   '9'    ')'    nop    nop    '''    '''    nop    nop     O
-  011   '0'    '='    nop    nop    189    189    nop    nop     O
-  012   '''    '?'    us     us     168    168    us     us      O
-  013   '+'    '*'    nop    nop    184    184    nop    nop     O
+  011   '0'    '='    nop    nop    0x02dd 0x02dd nop    nop     O
+  012   '''    '?'    us     us     0xa8   0xa8   us     us      O
+  013   '+'    '*'    nop    nop    0xb8   0xb8   nop    nop     O
   014   bs     bs     del    del    bs     bs     del    del     O
   015   ht     btab   nop    nop    ht     btab   nop    nop     O
   016   'q'    'Q'    dc1    dc1    '\'    '\'    dc1    dc1     C
@@ -32,8 +32,8 @@
   023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
   024   'o'    'O'    si     si     'o'    'O'    si     si      C
   025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
-  026   185    169    esc    esc    247    247    esc    esc     C
-  027   240    208    gs     gs     215    215    gs     gs      C
+  026   0x0161 0x0160 esc    esc    0xf7   0xf7   esc    esc     C
+  027   0x0111 0x0110 gs     gs     0xd7   0xd7   gs     gs      C
   028   cr     cr     nl     nl     cr     cr     nl     nl      O
   029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
   030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
@@ -43,20 +43,20 @@
   034   'g'    'G'    bel    bel    ']'    ']'    bel    bel     C
   035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
   036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
-  037   'k'    'K'    vt     vt     179    179    vt     vt      C
-  038   'l'    'L'    ff     ff     163    163    ff     ff      C
-  039   232    200    nop    nop    232    200    nop    nop     C
-  040   230    198    nop    nop    223    223    nop    nop     C
-  041   184    168    nop    nop    184    168    nop    nop     O
+  037   'k'    'K'    vt     vt     0x0142 0x0142 vt     vt      C
+  038   'l'    'L'    ff     ff     0x0141 0x0141 ff     ff      C
+  039   0x010d 0x010c nop    nop    0x010d 0x010c nop    nop     C
+  040   0x0107 0x0106 nop    nop    0xdf   0xdf   nop    nop     C
+  041   0xb8   0xa8   nop    nop    0xb8   0xa8   nop    nop     O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
-  043   190    174    fs     fs     8364   8364   fs     fs      C
+  043   0x017e 0x017d fs     fs     0xa4   0xa4   fs     fs      C
   044   'y'    'Y'    em     em     'y'    'Y'    em     em      C
   045   'x'    'X'    can    can    'x'    'X'    can    can     C
   046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C
   047   'v'    'V'    syn    syn    '@'    '@'    syn    syn     C
   048   'b'    'B'    stx    stx    '{'    '{'    stx    stx     C
   049   'n'    'N'    so     so     '}'    '}'    so     so      C
-  050   'm'    'M'    cr     cr     167    167    cr     cr      C
+  050   'm'    'M'    cr     cr     0xa7   0xa7   cr     cr      C
   051   ','    ';'    nop    nop    '<'    ';'    '<'    nop     O
   052   '.'    ':'    nop    nop    '>'    ':'    '>'    nop     O
   053   '-'    '_'    nop    nop    '-'    '_'    nop    nop     O
@@ -109,7 +109,7 @@
   100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
   101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
   102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
-  103	fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
+  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
   104   slock  saver  slock  saver  susp   nop    susp   nop     O
   105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
   106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O

Modified: head/share/vt/keymaps/jp.capsctrl.kbd
==============================================================================
--- head/share/vt/keymaps/jp.capsctrl.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/jp.capsctrl.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -117,4 +117,4 @@
   115   '\'    '_'    fs     us     '\'    '_'    fs     us      O
   121   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
   123   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
-  125   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
+  125   0xa5   '|'    fs     us     0xa5   '|'    fs     us      O

Modified: head/share/vt/keymaps/jp.kbd
==============================================================================
--- head/share/vt/keymaps/jp.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/jp.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -115,4 +115,4 @@
   115   '\'    '_'    fs     us     '\'    '_'    fs     us      O
   121   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
   123   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
-  125   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
+  125   0xa5   '|'    fs     us     0xa5   '|'    fs     us      O

Modified: head/share/vt/keymaps/si.kbd
==============================================================================
--- head/share/vt/keymaps/si.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/si.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -9,15 +9,15 @@
   000   nop    nop    nop    nop    nop    nop    nop    nop     O
   001   esc    esc    esc    esc    esc    esc    debug  esc     O
   002   '1'    '!'    nop    nop    '~'    '~'    nop    nop     O
-  003   '2'    '"'    nul    nul    0xb7   0xb7   nul    nul     O
+  003   '2'    '"'    nul    nul    0x02c7 0x02c7 nul    nul     O
   004   '3'    '#'    nop    nop    '^'    '^'    nop    nop     O
-  005   '4'    '$'    nop    nop    0xa2   0xa2   nop    nop     O
+  005   '4'    '$'    nop    nop    0x02d8 0x02d8 nop    nop     O
   006   '5'    '%'    nop    nop    0xb0   0xb0   nop    nop     O
-  007   '6'    '&'    rs     rs     0xb2   0xb2   rs     rs      O
+  007   '6'    '&'    rs     rs     0x02db 0x02db rs     rs      O
   008   '7'    '/'    nop    nop    '`'    '`'    nop    nop     O
-  009   '8'    '('    nop    nop    0xff   0xff   nop    nop     O
+  009   '8'    '('    nop    nop    0x02d9 0x02d9 nop    nop     O
   010   '9'    ')'    nop    nop    '''    '''    nop    nop     O
-  011   '0'    '='    nop    nop    0x0266 0x0266 nop    nop     O
+  011   '0'    '='    nop    nop    0x02dd 0x02dd nop    nop     O
   012   '''    '?'    us     us     0xa8   0xa8   us     us      O
   013   '+'    '*'    nop    nop    0xb8   0xb8   nop    nop     O
   014   bs     bs     del    del    bs     bs     del    del     O
@@ -32,8 +32,8 @@
   023   'i'    'I'    ht     ht     'i'    'I'    ht     ht      C
   024   'o'    'O'    si     si     'o'    'O'    si     si      C
   025   'p'    'P'    dle    dle    'p'    'P'    dle    dle     C
-  026   0xb9   0xa9   esc    esc    0xf7   0xf7   esc    esc     C
-  027   0xf0   0xd0   gs     gs     0xd7   0xd7   gs     gs      C
+  026   0x0161 0x0160 esc    esc    0xf7   0xf7   esc    esc     C
+  027   0x0111 0x0110 gs     gs     0xd7   0xd7   gs     gs      C
   028   cr     cr     nl     nl     cr     cr     nl     nl      O
   029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
   030   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
@@ -43,13 +43,13 @@
   034   'g'    'G'    bel    bel    ']'    ']'    bel    bel     C
   035   'h'    'H'    bs     bs     'h'    'H'    bs     bs      C
   036   'j'    'J'    nl     nl     'j'    'J'    nl     nl      C
-  037   'k'    'K'    vt     vt     0xb3   0xb3   vt     vt      C
-  038   'l'    'L'    ff     ff     0xa3   0xa3   ff     ff      C
-  039   0xe8   0xc8   nop    nop    0xe8   0xc8   nop    nop     C
-  040   0xe6   0xc6   nop    nop    0xdf   0xdf   nop    nop     C
+  037   'k'    'K'    vt     vt     0x0142 0x0142 vt     vt      C
+  038   'l'    'L'    ff     ff     0x0141 0x0141 ff     ff      C
+  039   0x010d 0x010c nop    nop    0x010d 0x010c nop    nop     C
+  040   0x0107 0x0106 nop    nop    0xdf   0xdf   nop    nop     C
   041   0xb8   0xa8   nop    nop    0xb8   0xa8   nop    nop     O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
-  043   0x017e 0x017d  fs     fs     0xa4   0xa4   fs     fs      C
+  043   0x017e 0x017d fs     fs     0xa4   0xa4   fs     fs      C
   044   'y'    'Y'    em     em     'y'    'Y'    em     em      C
   045   'x'    'X'    can    can    'x'    'X'    can    can     C
   046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C

Modified: head/share/vt/keymaps/uk.capsctrl.kbd
==============================================================================
--- head/share/vt/keymaps/uk.capsctrl.kbd	Mon Aug 18 21:04:44 2014	(r270155)
+++ head/share/vt/keymaps/uk.capsctrl.kbd	Mon Aug 18 21:07:12 2014	(r270156)
@@ -46,7 +46,7 @@
   040   '''    '@'    nul    nul    '''    '@'    nul    nul     O
   041   '`'    0xac   nop    nop    '|'    '|'    nop    nop     O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
-  043   '#'    '~'    nop    nop    '~'    '~'    nop    nop     O
+  043   '#'    '~'    nop    nop    '#'    '~'    nop    nop     O
   044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
   045   'x'    'X'    can    can    'x'    'X'    can    can     C
   046   'c'    'C'    etx    etx    'c'    'C'    etx    etx     C


More information about the svn-src-all mailing list