diff options
| author | Masahisa Kojima <[email protected]> | 2023-02-02 18:24:44 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-02-10 13:05:39 +0100 |
| commit | 88df36346c767f8756e54cc1941b6cda180b61db (patch) | |
| tree | 2f054ba33d62a72ae12709b95dbe76d2c9ebe60a /include | |
| parent | 45f5319fa6e88cf3b59addee5caebf06fd26e305 (diff) | |
eficonfig: CTRL+S to save the boot order
The change boot order menu in eficonfig can have at most INT_MAX lines
and it is troublesome to scroll down to the "Save" entry.
This commit assigns CTRL+S to save the boot order.
Signed-off-by: Masahisa Kojima <[email protected]>
Acked-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index 1e88141d6bf..64ce89b7d26 100644 --- a/include/menu.h +++ b/include/menu.h @@ -53,6 +53,7 @@ enum bootmenu_key { BKEY_PLUS, BKEY_MINUS, BKEY_SPACE, + BKEY_SAVE, BKEY_COUNT, }; |
