commit | bfc2dd53812f7946b61c18e915118fb7aad12e6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 06 20:59:24 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 15:11:33 2019 +0200 |
tree | 4e027bdc7d8566a3bd5ad00e3490a304d1bbe8a3 | |
parent | fbe4c7df0087c4f26ca7acf21cf0b7c0bc2fbfd2 [diff] |
efi_loader: correct CTRL-A - CTRL-Z console input In the extended text input protocol CTRL-A - CTRL-Z have to be signaled as Unicode characters a-z or A-Z depending on the shift state and not as 0x01 to 0x1a. Update Python unit test. This patch is required for using the EFI shell `edit` command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>