diff options
| author | Michael Brown | 2022-02-06 20:33:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2022-02-10 14:59:32 +0100 |
| commit | 3f05a82fec6223a49df300a9cbf80c6245c3f99e (patch) | |
| tree | 992afdde95a7f1686908376ac49b4cfedb19fd52 /src/hci/keymap/keymap_az.c | |
| parent | [efi] Support keyboard remapping via the EFI console (diff) | |
| download | ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.gz ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.xz ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.zip | |
[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_az.c')
| -rw-r--r-- | src/hci/keymap/keymap_az.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/keymap/keymap_az.c b/src/hci/keymap/keymap_az.c index 27ce91e7d..525ab2336 100644 --- a/src/hci/keymap/keymap_az.c +++ b/src/hci/keymap/keymap_az.c @@ -12,7 +12,7 @@ FILE_LICENCE ( PUBLIC_DOMAIN ); /** "az" keyboard mapping */ struct key_mapping az_mapping[] __keymap = { - { 0x23, 0x27 }, /* '#' => '\'' */ + { 0x1e, 0x36 }, /* 0x1e => '6' */ { 0x24, 0x3b }, /* '$' => ';' */ { 0x26, 0x3f }, /* '&' => '?' */ { 0x2f, 0x2e }, /* '/' => '.' */ |
