mirror of https://github.com/acidanthera/audk.git
BaseTools: Update keybaord map based on UEFI spec 2.10
REF: UEFI SPEC 2.10 34.8.10 EFI_KEY Add EfiKeyIntl0-9. Signed-off-by: Yi Li <yi1.li@intel.com> Cc: Rebecca Cran <rebecca@bsdio.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Yuwei Chen <yuwei.chen@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
d0c0e1960a
commit
44fdc4f398
|
@ -1556,7 +1556,17 @@ typedef enum {
|
||||||
EfiKeyF12,
|
EfiKeyF12,
|
||||||
EfiKeyPrint,
|
EfiKeyPrint,
|
||||||
EfiKeySLck,
|
EfiKeySLck,
|
||||||
EfiKeyPause
|
EfiKeyPause,
|
||||||
|
EfiKeyIntl0,
|
||||||
|
EfiKeyIntl1,
|
||||||
|
EfiKeyIntl2,
|
||||||
|
EfiKeyIntl3,
|
||||||
|
EfiKeyIntl4,
|
||||||
|
EfiKeyIntl5,
|
||||||
|
EfiKeyIntl6,
|
||||||
|
EfiKeyIntl7,
|
||||||
|
EfiKeyIntl8,
|
||||||
|
EfiKeyIntl9
|
||||||
} EFI_KEY;
|
} EFI_KEY;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue