10 lines
282 B
Text
10 lines
282 B
Text
|
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||
|
|
||
|
Hotkey support
|
||
|
|
||
|
* include/grub/menu.h (grub_menu_entry): New field 'hotkey'.
|
||
|
* normal/main.c (hotkey_aliases): New variable.
|
||
|
(grub_normal_add_menu_entry): Parse "--hotkey".
|
||
|
* normal/menu_text.c (run_menu): Handle hotkeys.
|
||
|
|