afterlfs: tweak key combination description

Use DocBook <keycombo><keycap> to decorate the keys.  Change "Fn" to
"Fx" because some small keyboards have a "Fn" (function) key to
multiplex keys.
This commit is contained in:
Xi Ruoyao 2022-09-18 00:13:14 +08:00
parent 9f8335ee8d
commit 9bbfbeabc9
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -207,8 +207,23 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
<ulink url="&blfs-book;basicnet/links.html">links</ulink> <ulink url="&blfs-book;basicnet/links.html">links</ulink>
in chroot and then rebooting into the new LFS system. At this in chroot and then rebooting into the new LFS system. At this
point the default system has six virtual consoles. Switching point the default system has six virtual consoles. Switching
consoles is as easy as using the Alt-Fn key combinations where Fn is consoles is as easy as using the
between F1 and F6. The Alt-LeftArrow and Alt-RightArrow key <keycombo>
<keycap>Alt</keycap>
<keycap>Fx</keycap>
</keycombo>
key combinations where <keycap>Fx</keycap> is
between <keycap>F1</keycap> and <keycap>F6</keycap>.
The
<keycombo>
<keycap>Alt</keycap>
<keycap function='left'/>
</keycombo>
and
<keycombo>
<keycap>Alt</keycap>
<keycap function='right'/>
</keycombo>
combinations also will change the console. combinations also will change the console.
</para> </para>
@ -222,10 +237,21 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
<note> <note>
<para> <para>
As a side note, switching of virtual consoles can also be done from As a side note, switching of virtual consoles can also be done from
an X Window instance with the Ctrl-Alt-Fn key combination, but the an X Window instance with the
mouse copy operation does not work between the graphical interface <keycombo>
and a virtual console. You can return to the X Window display with <keycap>Ctrl</keycap>
the Ctrl-Alt-Fn conbination where Fn is usually F7. <keycap>Alt</keycap>
<keycap>Fx</keycap>
</keycombo>
key combination, but the mouse copy operation does not work
between the graphical interface and a virtual console. You can
return to the X Window display with the
<keycombo>
<keycap>Ctrl</keycap>
<keycap>Alt</keycap>
<keycap>Fx</keycap>
</keycombo>
combination, where <keycap>Fx</keycap> may be <keycap>F7</keycap>.
</para> </para>
</note> </note>