Changeset 9bbfbea


Ignore:
Timestamp:
09/17/2022 04:13:14 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
43e4861
Parents:
9f8335e
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/afterlfs.xml

    r9f8335e r9bbfbea  
    208208       in chroot and then rebooting into the new LFS system. At this
    209209       point the default system has six virtual consoles. Switching
    210        consoles is as easy as using the Alt-Fn key combinations where Fn is
    211        between F1 and F6.  The Alt-LeftArrow and Alt-RightArrow key
     210       consoles is as easy as using the
     211       <keycombo>
     212         <keycap>Alt</keycap>
     213         <keycap>Fx</keycap>
     214       </keycombo>
     215       key combinations where <keycap>Fx</keycap> is
     216       between <keycap>F1</keycap> and <keycap>F6</keycap>.
     217       The
     218       <keycombo>
     219         <keycap>Alt</keycap>
     220         <keycap function='left'/>
     221       </keycombo>
     222       and
     223       <keycombo>
     224         <keycap>Alt</keycap>
     225         <keycap function='right'/>
     226       </keycombo>
    212227       combinations also will change the console.
    213228     </para>
     
    223238        <para>
    224239          As a side note, switching of virtual consoles can also be done from
    225           an X Window instance with the Ctrl-Alt-Fn key combination, but the
    226           mouse copy operation does not work between the graphical interface
    227           and a virtual console. You can return to the X Window display with
    228           the Ctrl-Alt-Fn conbination where Fn is usually F7.
     240          an X Window instance with the
     241          <keycombo>
     242            <keycap>Ctrl</keycap>
     243            <keycap>Alt</keycap>
     244            <keycap>Fx</keycap>
     245          </keycombo>
     246          key combination, but the mouse copy operation does not work
     247          between the graphical interface and a virtual console. You can
     248          return to the X Window display with the
     249          <keycombo>
     250            <keycap>Ctrl</keycap>
     251            <keycap>Alt</keycap>
     252            <keycap>Fx</keycap>
     253          </keycombo>
     254          combination, where <keycap>Fx</keycap> may be <keycap>F7</keycap>.
    229255        </para>
    230256      </note>
Note: See TracChangeset for help on using the changeset viewer.