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