diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-02-06 19:33:20 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-02-10 13:59:32 +0000 |
commit | 3f05a82fec6223a49df300a9cbf80c6245c3f99e (patch) | |
tree | 992afdde95a7f1686908376ac49b4cfedb19fd52 /src/hci/keymap/keymap_al.c | |
parent | 0979b3a11ddd642b047c7e9240cefc0144c595c7 (diff) | |
download | ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.gz |
[console] Update genkeymap to work with current databases
Rewrite genkeymap.pl in Python with added sanity checks, and update
the list of keyboard mappings to remove those no longer supported by
the underlying "loadkeys" tool.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/keymap/keymap_al.c')
-rw-r--r-- | src/hci/keymap/keymap_al.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_al.c b/src/hci/keymap/keymap_al.c index caf295e8e..e4418361b 100644 --- a/src/hci/keymap/keymap_al.c +++ b/src/hci/keymap/keymap_al.c @@ -14,6 +14,7 @@ FILE_LICENCE ( PUBLIC_DOMAIN ); struct key_mapping al_mapping[] __keymap = { { 0x19, 0x1a }, /* Ctrl-Y => Ctrl-Z */ { 0x1a, 0x19 }, /* Ctrl-Z => Ctrl-Y */ + { 0x1c, 0x1d }, /* 0x1c => 0x1d */ { 0x22, 0x7b }, /* '"' => '{' */ { 0x27, 0x5b }, /* '\'' => '[' */ { 0x3c, 0x3b }, /* '<' => ';' */ |