Re: [edk2] Foreign keyboard support in UEFI

2016-08-02 Thread Senthilarasu_ARUNACH
enthil mailto:senthilarasu_arun...@dell.com>> Cc: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> Subject: Re: [edk2] Foreign keyboard support in UEFI Hi Senthil, Multi language keyboards support should be pretty transparent to an application. The simple text input protocols are designed t

Re: [edk2] Foreign keyboard support in UEFI

2016-08-02 Thread Senthilarasu_ARUNACH
.01.org Subject: Re: [edk2] Foreign keyboard support in UEFI Hi Senthil, Multi language keyboards support should be pretty transparent to an application. The simple text input protocols are designed to return a unicode character, and the protocols leave the mapping of keypress into the current

Re: [edk2] Foreign keyboard support in UEFI

2016-08-02 Thread Aaron . Pop
EFI_KEY enum based on the current keyboard mapping layout. I hope this gives you enough information to start to figure out your issue. From: To: Date: 08/01/2016 09:53 PM Subject:[edk2] Foreign keyboard support in UEFI Sent by:"edk2-devel" Hi, Any one

[edk2] Foreign keyboard support in UEFI

2016-08-01 Thread Senthilarasu_ARUNACH
Hi, Any one shed some light on supporting multi language key board support on UEFI application? Scan code received from EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL not returns value for certain keys in German/Arabic USB keyboard. We are also not sure in mapping UEFI code from EFI_HII_DATABASE_PROTOCOL