/usr/share/help/gl/system-admin-guide/keyboard-layout.page is in gnome-user-docs-gl 3.28.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="keyboard-layout" xml:lang="gl">
<info>
<link type="guide" xref="login#management"/>
<revision pkgversion="3.11" date="2014-01-29" status="draft"/>
<credit type="author copyright">
<name>minnie_eg</name>
<email>amany.elguindy@gmail.com</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>pknbe@volny.cz</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Completar o selector de disposicións de teclado na pantalla de inicio de sesión.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Fran Diéguez</mal:name>
<mal:email>frandieguez@gnome.org</mal:email>
<mal:years>2010-2018</mal:years>
</mal:credit>
</info>
<title>Mostrar varias disposicións de teclado na pantalla de inicio de sesión</title>
<p>You can change the system keyboard layout settings to add alternative
keyboard layouts for users to choose from on the login screen. This can be
helpful for users who normally use different keyboard layouts from the default
and who want to have those keyboard layouts available at the login screen.</p>
<steps>
<title>Cambiar as preferencias de disposición de teclado do sistema</title>
<item>
<p>Find the codes of the desired language layouts in the
<file>/usr/share/X11/xkb/rules/base.lst</file> file under the section
named <sys>! layout</sys>.</p>
</item>
<item>
<p>Use the <cmd>localectl</cmd> tool to change the system keyboard
layout settings as follows:</p>
<screen><cmd>localectl set-x11-keymap <var>disposición</var></cmd></screen>
<p>You can specify multiple layouts as a comma-separated list. For example,
to set <sys>es</sys> as the default layout, and <sys>us</sys>
as the secondary layout, run the following command:
</p>
<screen><output>$ </output><input>localectl set-x11-keymap es,us</input></screen>
</item>
<item>
<p>Log out to find that the defined layouts are available at the top bar
on the login screen.</p>
</item>
</steps>
<p>Note that you can also use the <cmd>localectl</cmd> tool to specify
the machine-wide default keyboard model, variant, and options. See the
<cmd>localectl</cmd>(1) man page for more information.</p>
<section id="keyboard-layout-no-localectl">
<title>Mostrar varias disposicións de teclado sen usar localectl</title>
<p>On systems that do not provide the <cmd>localectl</cmd> tool, you can
change the system keyboard layout settings by editing a configuration file in
<file>/usr/share/X11/xorg.conf.d/</file>.</p>
<steps>
<title>Cambiar as preferencias de disposición de teclado do sistema</title>
<item>
<p>Find the codes of the desired language layouts in the
<file>/usr/share/X11/xkb/rules/base.lst</file> file under the section
named <sys>! layout</sys>.</p>
</item>
<item>
<p>Add the layout codes to
<file>/usr/share/X11/xorg.conf.d/10-evdev.conf</file> in the following
way:</p>
<screen>
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
<input>Option "XkbLayout" "en,fr"</input>
EndSection
</screen>
<p>Multiple layouts can be added as a comma separated list, as shown in
the example for English (<sys>en</sys>) and French (<sys>fr</sys>)
layouts.</p>
</item>
<item>
<p>Log out to find that the defined layouts are available at the top bar
on the login screen.</p>
</item>
</steps>
</section>
</page>
|