From d0c0e1960a48855ebcb0317b4224952e2c948667 Mon Sep 17 00:00:00 2001 From: Yi Li Date: Fri, 22 Dec 2023 10:14:34 +0800 Subject: MdePkg: 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 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Reviewed-by: Liming Gao --- MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index 3be9a0d7d6..3f89748572 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -1696,7 +1696,17 @@ typedef enum { EfiKeyF12, EfiKeyPrint, EfiKeySLck, - EfiKeyPause + EfiKeyPause, + EfiKeyIntl0, + EfiKeyIntl1, + EfiKeyIntl2, + EfiKeyIntl3, + EfiKeyIntl4, + EfiKeyIntl5, + EfiKeyIntl6, + EfiKeyIntl7, + EfiKeyIntl8, + EfiKeyIntl9 } EFI_KEY; typedef struct { -- cgit v1.2.3