Skip to content

Commit

Permalink
BaseTools: Update keybaord map based on UEFI spec 2.10
Browse files Browse the repository at this point in the history
REF: UEFI SPEC 2.10 34.8.10 EFI_KEY

Add EfiKeyIntl0-9.

Signed-off-by: Yi Li <[email protected]>

Cc: Rebecca Cran <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Bob Feng <[email protected]>
Cc: Yuwei Chen <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
liyi77 authored and mergify[bot] committed Feb 26, 2024
1 parent d0c0e19 commit 44fdc4f
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,17 @@ typedef enum {
EfiKeyF12,
EfiKeyPrint,
EfiKeySLck,
EfiKeyPause
EfiKeyPause,
EfiKeyIntl0,
EfiKeyIntl1,
EfiKeyIntl2,
EfiKeyIntl3,
EfiKeyIntl4,
EfiKeyIntl5,
EfiKeyIntl6,
EfiKeyIntl7,
EfiKeyIntl8,
EfiKeyIntl9
} EFI_KEY;

typedef struct {
Expand Down

0 comments on commit 44fdc4f

Please sign in to comment.