[console] Fix unreachable characters in "il" keymap

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2022-02-15 11:43:08 +00:00
parent c7d7819291
commit 164db2cc63
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ static struct keymap_key il_basic[] = {
/** "il" AltGr remapping */
static struct keymap_key il_altgr[] = {
{ 0x5c, 0x60 }, /* '\\' => '`' */
{ 0, 0 }
};