Reimport hotkey support
This commit is contained in:
parent
7a68c375f3
commit
16c8e9fd66
4 changed files with 62 additions and 3 deletions
|
@ -47,6 +47,8 @@ struct grub_menu_entry
|
|||
/* The sourcecode of the menu entry, used by the editor. */
|
||||
const char *sourcecode;
|
||||
|
||||
int hotkey;
|
||||
|
||||
/* The next element. */
|
||||
struct grub_menu_entry *next;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue