diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-05 00:23:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-05 00:23:23 +0200 |
commit | 50cfc579280fb42569488079bd2e249e32a27df2 (patch) | |
tree | bae921ef19a8a62eba2268e2a63c252611d039d8 /man | |
parent | 39c155ea0d8b24895017fd5cf48508924ce2016d (diff) |
localectl: add support for listing X11 keymap information
Diffstat (limited to 'man')
-rw-r--r-- | man/localectl.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/localectl.xml b/man/localectl.xml index 5e7886c108..0b13c111a5 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -215,6 +215,23 @@ mapping.</para></listitem> </varlistentry> + <varlistentry> + <term><command>list-x11-keymap-models</command></term> + <term><command>list-x11-keymap-layouts</command></term> + <term><command>list-x11-keymap-variants [LAYOUT]</command></term> + <term><command>list-x11-keymap-options</command></term> + + <listitem><para>List available X11 + keymap models, layouts, variants and + options, useful for configuration with + <command>set-keymap</command>. The + command + <command>list-x11-keymap-variants</command> + optionally takes a layout parameter to + limit the output to the variants + suitable for the specific + layout.</para></listitem> + </varlistentry> </variablelist> </refsect1> |