summaryrefslogtreecommitdiff
path: root/devel/script/2_keys.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-04 18:25:31 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-05 08:33:26 -0500
commit6f4d5d59a8a08b22ca0e515e7f2a9c2e5a3e7619 (patch)
tree3b627ac03f37dccf1914971cc5e889dd27a3ae52 /devel/script/2_keys.xml
parent06b9fbe2983bb893b2c8f77dad105fea66816d4c (diff)
downloadhorizon-6f4d5d59a8a08b22ca0e515e7f2a9c2e5a3e7619.tar.gz
horizon-6f4d5d59a8a08b22ca0e515e7f2a9c2e5a3e7619.tar.bz2
horizon-6f4d5d59a8a08b22ca0e515e7f2a9c2e5a3e7619.tar.xz
horizon-6f4d5d59a8a08b22ca0e515e7f2a9c2e5a3e7619.zip
script: keys: Add keymap key
Diffstat (limited to 'devel/script/2_keys.xml')
-rw-r--r--devel/script/2_keys.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 6b0e5e0..533ab3b 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -112,5 +112,36 @@ language fr_CA
</para>
</formalpara>
</section>
+ <section id="keymap">
+ <title><literal>keymap</literal></title>
+ <formalpara id="keymap.name">
+ <title>Name</title>
+ <para><literal>keymap</literal></para>
+ </formalpara>
+ <formalpara id="keymap.purpose">
+ <title>Purpose</title>
+ <para>The <literal>keymap</literal> key determines the keyboard layout used for input on the target computer.</para>
+ </formalpara>
+ <formalpara id="keymap.format">
+ <title>Format</title>
+ <para>The <literal>keymap</literal> key is a string value that specifies the name of a keyboard layout. Valid keyboard layouts are listed in <filename class="file">/etc/console-setup/ckb/rules/xorg.lst</filename> under the <literal>! layout</literal> heading.</para>
+ </formalpara>
+ <formalpara id="keymap.default">
+ <title>Default</title>
+ <para>If the <literal>keymap</literal> key is not present, the target computer will use the default keyboard settings from Linux. These settings are architecture-dependent, but almost universally use a US QWERTY-style layout.</para>
+ </formalpara>
+ <formalpara id="keymap.example">
+ <title>Example</title>
+ <para>
+ <example>
+ <title>The <literal>keymap</literal> Key</title>
+ <programlisting>
+keymap fr
+ </programlisting>
+ <para>This sets the keyboard layout of the target computer to French AZERTY.</para>
+ </example>
+ </para>
+ </formalpara>
+ </section>
</section>
</chapter>