mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
sd-boot: Add → as alternative to boot selected entry
This is sometimes slightly more convenient to use and is also what GRUB supports.
This commit is contained in:
parent
80cc3e3eab
commit
904ebcb200
@ -123,6 +123,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><keycap>↵</keycap> (Enter)</term>
|
||||
<term><keycap>→</keycap> (Right)</term>
|
||||
<listitem><para>Boot selected entry</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -742,6 +742,7 @@ static BOOLEAN menu_run(
|
||||
|
||||
case KEYPRESS(0, 0, CHAR_LINEFEED):
|
||||
case KEYPRESS(0, 0, CHAR_CARRIAGE_RETURN):
|
||||
case KEYPRESS(0, SCAN_RIGHT, 0):
|
||||
exit = TRUE;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user