diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-02-15 11:45:17 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-02-15 13:37:54 +0000 |
commit | a7a79ab12b1ba7b3873fccaa4778443c1577ad8e (patch) | |
tree | 78c62f545cc5291b3f1cbe6b833121d6617f7ef6 /src/hci | |
parent | 164db2cc630932a91119b1aee5fa299d17716819 (diff) | |
download | ipxe-a7a79ab12b1ba7b3873fccaa4778443c1577ad8e.tar.gz |
[console] Fix unreachable characters in "mt" keymap
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/keymap/keymap_mt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hci/keymap/keymap_mt.c b/src/hci/keymap/keymap_mt.c index f5baf6907..0a9a110b0 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 } }; |