commit | 00b00a1668e2380964cf627a36d514e8abe271f0 | [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 | f1fe17e95873350891097d5a52993560bed8b4f1 [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>