* normal/menu_text.c (print_message): Clean up the message and show
the Fn information when on EFI * term/efi/console.c (grub_console_checkkey): Add F4 support.
This commit is contained in:
parent
027de555e2
commit
25f4e25287
3 changed files with 18 additions and 2 deletions
|
@ -194,6 +194,9 @@ grub_console_checkkey (void)
|
|||
case 0x0d:
|
||||
read_key = 5;
|
||||
break;
|
||||
case 0x0e:
|
||||
read_key = 3;
|
||||
break;
|
||||
case 0x17:
|
||||
read_key = '\e';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue