mirror of
https://github.com/ipxe/ipxe
synced 2026-01-31 11:39:46 +03:00
[console] Add keymap generator
Inspired by LILO's keytab-lilo.pl, genkeymap.pl uses "loadkeys -b" to obtain a Linux keyboard map, and generates a file keymap_xx.c in hci/keymap. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
15
src/hci/keymap/keymap_us.c
Normal file
15
src/hci/keymap/keymap_us.c
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @file
|
||||
*
|
||||
* "us" keyboard mapping
|
||||
*
|
||||
* This file is automatically generated; do not edit
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( PUBLIC_DOMAIN );
|
||||
|
||||
#include <ipxe/keymap.h>
|
||||
|
||||
/** "us" keyboard mapping */
|
||||
struct key_mapping us_mapping[] __keymap = {
|
||||
};
|
||||
Reference in New Issue
Block a user