diff options
author | Jan Janssen <medhefgo@web.de> | 2022-08-29 10:39:49 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2022-09-07 12:55:55 +0200 |
commit | 230f78206a579c624f4bf5c5b28c4e70ff14a9d3 (patch) | |
tree | 942bc9ef520fa24babe6bc525060f3ff27095189 /man/systemd-boot.xml | |
parent | boot: Correctly handle shift keys (diff) | |
download | systemd-230f78206a579c624f4bf5c5b28c4e70ff14a9d3.tar.xz systemd-230f78206a579c624f4bf5c5b28c4e70ff14a9d3.zip |
boot: Accept Ctrl+Del for deleting words
Diffstat (limited to 'man/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 99a749b327..7a2d3ec826 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -257,12 +257,13 @@ <varlistentry> <term><keycap>Esc</keycap></term> + <term><keycombo><keycap>Ctrl</keycap><keycap>c</keycap></keycombo></term> <listitem><para>Abort the edit and quit the editor</para></listitem> </varlistentry> <varlistentry> <term><keycombo><keycap>Ctrl</keycap><keycap>k</keycap></keycombo></term> - <listitem><para>Clear the command line</para></listitem> + <listitem><para>Clear the command line forwards</para></listitem> </varlistentry> <varlistentry> @@ -272,6 +273,7 @@ </varlistentry> <varlistentry> + <term><keycombo><keycap>Ctrl</keycap><keycap>Del</keycap></keycombo></term> <term><keycombo><keycap>Alt</keycap><keycap>d</keycap></keycombo></term> <listitem><para>Delete word forwards</para></listitem> </varlistentry> |