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

Stefan Esser se at FreeBSD.org
Tue Dec 10 19:52:30 UTC 2019


Author: se
Date: Tue Dec 10 19:52:29 2019
New Revision: 355591
URL: https://svnweb.freebsd.org/changeset/base/355591

Log:
  Replace two remaining hex values for control codes with their names.
  
  These were the only values in the range from 0 to 0x1f that were defined
  as hex values, all other occurances have been converted before.
  
  MFC after:	1 week

Modified:
  head/share/vt/keymaps/hu.102.kbd
  head/share/vt/keymaps/us.kbd

Modified: head/share/vt/keymaps/hu.102.kbd
==============================================================================
--- head/share/vt/keymaps/hu.102.kbd	Tue Dec 10 19:16:00 2019	(r355590)
+++ head/share/vt/keymaps/hu.102.kbd	Tue Dec 10 19:52:29 2019	(r355591)
@@ -48,7 +48,7 @@
   038   'l'    'L'    ff     ff     0x0141 nop    ff     ff      C
   039   0xe9   0xc9   nop    nop    '$'    nop    nop    nop     C
   040   0xe1   0xc1   nop    nop    0xdf   nop    nop    nop     C
-  041   '0'    0x15   nop    nop    nop    nop    nop    nop     O
+  041   '0'    nak    nop    nop    nop    nop    nop    nop     O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
   043   0x0171 0x0170 fs     fs     0xa4   nop    fs     fs      C
   044   'y'    'Y'    em     em     '>'    '<'    em     em      C

Modified: head/share/vt/keymaps/us.kbd
==============================================================================
--- head/share/vt/keymaps/us.kbd	Tue Dec 10 19:16:00 2019	(r355590)
+++ head/share/vt/keymaps/us.kbd	Tue Dec 10 19:52:29 2019	(r355591)
@@ -56,7 +56,7 @@
   050   'm'    'M'    cr     cr     'm'    'M'    cr     cr      C
   051   ','    '<'    nop    nop    ','    '<'    nop    nop     O
   052   '.'    '>'    nop    nop    '.'    '>'    nop    nop     O
-  053   '/'    '?'    0x1f   nop    '/'    '?'    nop    nop     O
+  053   '/'    '?'    us     nop    '/'    '?'    nop    nop     O
   054   rshift rshift rshift rshift rshift rshift rshift rshift  O
   055   '*'    '*'    '*'    '*'    '*'    '*'    '*'    '*'     O
   056   lalt   lalt   lalt   lalt   lalt   lalt   lalt   lalt    O


More information about the svn-src-head mailing list