aboutsummaryrefslogtreecommitdiff
path: root/src/hci/keymap/keymap_mt.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2022-02-15 11:45:17 +0000
committerMichael Brown <mcb30@ipxe.org>2022-02-15 13:37:54 +0000
commita7a79ab12b1ba7b3873fccaa4778443c1577ad8e (patch)
tree78c62f545cc5291b3f1cbe6b833121d6617f7ef6 /src/hci/keymap/keymap_mt.c
parent164db2cc630932a91119b1aee5fa299d17716819 (diff)
downloadipxe-a7a79ab12b1ba7b3873fccaa4778443c1577ad8e.zip
ipxe-a7a79ab12b1ba7b3873fccaa4778443c1577ad8e.tar.gz
ipxe-a7a79ab12b1ba7b3873fccaa4778443c1577ad8e.tar.bz2
[console] Fix unreachable characters in "mt" keymap
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/keymap/keymap_mt.c')
-rw-r--r--src/hci/keymap/keymap_mt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hci/keymap/keymap_mt.c b/src/hci/keymap/keymap_mt.c
index f5baf69..0a9a110 100644
--- a/src/hci/keymap/keymap_mt.c
+++ b/src/hci/keymap/keymap_mt.c
@@ -22,7 +22,6 @@ static struct keymap_key mt_basic[] = {
/** "mt" AltGr remapping */
static struct keymap_key mt_altgr[] = {
- { 0x2d, 0x5c }, /* '-' => '\\' */
{ 0, 0 }
};