aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-18 00:13:14 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-18 00:13:14 +0800
commit9bbfbeabc9f3b5d348f3076e791340328684020c (patch)
treeaa5d48b79a38db8ae1e3ff3136ff4d85de443512
parent9f8335ee8dba07552a1615e7753d021654c1636c (diff)
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.
-rw-r--r--chapter11/afterlfs.xml38
1 files changed, 32 insertions, 6 deletions
diff --git a/chapter11/afterlfs.xml b/chapter11/afterlfs.xml
index fd863f76b..db2f21bc3 100644
--- a/chapter11/afterlfs.xml
+++ b/chapter11/afterlfs.xml
@@ -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>
in chroot and then rebooting into the new LFS system. At this
point the default system has six virtual consoles. Switching
- consoles is as easy as using the Alt-Fn key combinations where Fn is
- between F1 and F6. The Alt-LeftArrow and Alt-RightArrow key
+ consoles is as easy as using the
+ <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.
</para>
@@ -222,10 +237,21 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
<note>
<para>
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
- mouse copy operation does not work between the graphical interface
- and a virtual console. You can return to the X Window display with
- the Ctrl-Alt-Fn conbination where Fn is usually F7.
+ an X Window instance with the
+ <keycombo>
+ <keycap>Ctrl</keycap>
+ <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>
</note>