diff options
| author | Michael Brown | 2022-02-15 12:43:08 +0100 |
|---|---|---|
| committer | Michael Brown | 2022-02-15 14:37:44 +0100 |
| commit | 164db2cc630932a91119b1aee5fa299d17716819 (patch) | |
| tree | 07ca2c7449265426f7d92ba3b8c3e9b279b20417 /src/hci | |
| parent | [console] Treat dead keys as producing their ASCII equivalents (diff) | |
| download | ipxe-164db2cc630932a91119b1aee5fa299d17716819.tar.gz ipxe-164db2cc630932a91119b1aee5fa299d17716819.tar.xz ipxe-164db2cc630932a91119b1aee5fa299d17716819.zip | |
[console] Fix unreachable characters in "il" keymap
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
| -rw-r--r-- | src/hci/keymap/keymap_il.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_il.c b/src/hci/keymap/keymap_il.c index e3061fa54..95e33a0bd 100644 --- a/src/hci/keymap/keymap_il.c +++ b/src/hci/keymap/keymap_il.c @@ -31,6 +31,7 @@ static struct keymap_key il_basic[] = { /** "il" AltGr remapping */ static struct keymap_key il_altgr[] = { + { 0x5c, 0x60 }, /* '\\' => '`' */ { 0, 0 } }; |
