From 746af69907b9215c63245eceb7c5e86f863f3e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 10 Dec 2019 19:52:29 +0000 Subject: [PATCH] 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 --- share/vt/keymaps/hu.102.kbd | 2 +- share/vt/keymaps/us.kbd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/vt/keymaps/hu.102.kbd b/share/vt/keymaps/hu.102.kbd index 244db9ea56ba..d5205e5796d9 100644 --- a/share/vt/keymaps/hu.102.kbd +++ b/share/vt/keymaps/hu.102.kbd @@ -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 diff --git a/share/vt/keymaps/us.kbd b/share/vt/keymaps/us.kbd index dd418ef32221..d6aab23c3cee 100644 --- a/share/vt/keymaps/us.kbd +++ b/share/vt/keymaps/us.kbd @@ -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