[SCM] live-manual branch, debian-next, updated. debian/3.0_a13-1-26-gbc49eac

Ben Armstrong synrg at debian.org
Fri Jul 20 09:35:40 UTC 2012


The following commit has been merged in the debian-next branch:
commit bc49eacdce9bd45f63ecd1c3082320f31d1bc0d4
Author: Ben Armstrong <synrg at debian.org>
Date:   Fri Jul 20 06:36:15 2012 -0300

    Clarifying use of multiple keyboard-variant values, adding an example.

diff --git a/manual/en/user_customization-runtime.ssi b/manual/en/user_customization-runtime.ssi
index 52b31c9..d8f8ffe 100644
--- a/manual/en/user_customization-runtime.ssi
+++ b/manual/en/user_customization-runtime.ssi
@@ -87,7 +87,14 @@ code{
 
 }code
 
-Multiple values may be specified as comma-delimited lists for each of the keyboard configuration variables. Please see the #{keyboard(5)}# man page for details and examples of #{XKBMODEL}#, #{XKBLAYOUT}#, #{XKBVARIANT}# and #{XKBOPTIONS}# variables which correspond to the similarly-named #{live-config}# variables described above.
+Multiple values may be specified as comma-delimited lists for each of the #{keyboard-*}# options, with the exception of #{keyboard-model}#, which accepts only one value. Please see the #{keyboard(5)}# man page for details and examples of #{XKBMODEL}#, #{XKBLAYOUT}#, #{XKBVARIANT}# and #{XKBOPTIONS}# variables. If multiple #{keyboard-variant}# values are given, they will be matched one-to-one with #{keyboard-layouts}# values (see #{setxkbmap(1)}# #{-variant}# option). Empty values are allowed; e.g. to define two layouts, the default being US QWERTY and the other being US Dvorak, use:
+
+code{
+
+ $ lb config --bootappend-live \
+     "keyboard-layouts=us,us keyboard-variant=,dvorak"
+
+}code
 
 2~persistence Persistence
 

-- 
live-manual



More information about the debian-live-changes mailing list