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_sr-latin.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_sr-latin.c')
| -rw-r--r-- | src/hci/keymap/keymap_sr-latin.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_sr-latin.c b/src/hci/keymap/keymap_sr-latin.c new file mode 100644 index 000000000..9d76e8a6c --- /dev/null +++ b/src/hci/keymap/keymap_sr-latin.c @@ -0,0 +1,15 @@ +/** @file + * + * "sr-latin" keyboard mapping + * + * This file is automatically generated; do not edit + * + */ + +FILE_LICENCE ( PUBLIC_DOMAIN ); + +#include <ipxe/keymap.h> + +/** "sr-latin" keyboard mapping */ +struct key_mapping sr_latin_mapping[] __keymap = { +}; |
