Added missing values and indented USB table
This commit is contained in:
parent
5ef4e08416
commit
b09634f027
2 changed files with 68 additions and 32 deletions
|
@ -47,6 +47,10 @@ struct console_grub_equivalence
|
|||
};
|
||||
|
||||
static struct console_grub_equivalence console_grub_equivalences[] = {
|
||||
{"Escape", GRUB_TERM_ESC},
|
||||
{"Tab", GRUB_TERM_TAB},
|
||||
{"Delete", GRUB_TERM_BACKSPACE},
|
||||
|
||||
{"KP_1", '1'},
|
||||
{"KP_2", '2'},
|
||||
{"KP_3", '3'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue