From 9bbfbeabc9f3b5d348f3076e791340328684020c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 18 Sep 2022 00:13:14 +0800 Subject: [PATCH] afterlfs: tweak key combination description Use DocBook to decorate the keys. Change "Fn" to "Fx" because some small keyboards have a "Fn" (function) key to multiplex keys. --- chapter11/afterlfs.xml | 38 ++++++++++++++++++++++++++++++++------ 1 file 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' links 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 + + Alt + Fx + + key combinations where Fx is + between F1 and F6. + The + + Alt + + + and + + Alt + + combinations also will change the console. @@ -222,10 +237,21 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login' 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 + + Ctrl + Alt + Fx + + 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 + Fx + + combination, where Fx may be F7.