mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[console] Fix unreachable characters in "mt" keymap
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -22,7 +22,6 @@ static struct keymap_key mt_basic[] = {
|
||||
|
||||
/** "mt" AltGr remapping */
|
||||
static struct keymap_key mt_altgr[] = {
|
||||
{ 0x2d, 0x5c }, /* '-' => '\\' */
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user