[install-guide] Adding conditionals to Keyboard Config file for QS Guide

Jack Reed jjr at fedoraproject.org
Wed Jan 23 05:08:26 UTC 2013


commit eb5fac970676cc434e8d5a19e1178baf3e55beda
Author: Jack Reed <jreed at redhat.com>
Date:   Wed Jan 23 15:08:14 2013 +1000

    Adding conditionals to Keyboard Config file for QS Guide

 en-US/Key_Board_Configuration-x86.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/en-US/Key_Board_Configuration-x86.xml b/en-US/Key_Board_Configuration-x86.xml
index da6abe6..ed16cee 100644
--- a/en-US/Key_Board_Configuration-x86.xml
+++ b/en-US/Key_Board_Configuration-x86.xml
@@ -35,28 +35,28 @@
 	 <para>
 		To change the layout or add additional layouts, click the <guibutton>+</guibutton> button and select from the list. To delete a layout, select it and click the <guibutton>-</guibutton> button. Use the arrow buttons to arrange the layouts in order of preference. For a visual preview of the keyboard layout, select it and click the keyboard button.
 	</para>
-	<para>
+	<para condition="install-guide">
 		To test a layout, use the mouse to click inside the text box at the right. Type some text to confirm that your selection functions correctly.
 	 </para>
-	 <para>
+	 <para condition="install-guide">
 		To test additional layouts, you will need to set up a keyboard combination to toggle between them. Click <guibutton>Options</guibutton> to open the <guilabel>Layout Switching Options</guilabel> dialog and choose a combination from the list by selecting its check box. The combination will then be displayed above the <guibutton>Options</guibutton> button. This combination applies both during the installer and on the installed system, so you must configure a combination here in order to use one after installation.
 	 </para> 
 	 
-	 <important>
+	 <important condition="install-guide">
 	    <para>
 		If you use a layout that cannot accept Roman/ASCII characters, such as <guilabel>Russian</guilabel>, you are advised to also add the <guilabel>English (United States)</guilabel> layout and configure a keyboard combination to switch between the two layouts. If you select only your native layout or do not configure a layout switch combination, you may be unable to enter a valid root password or user credentials later in the installation process. This may prevent you from completing the installation.
 	    </para>
 	 </important>
        
-	 <xi:include href="Key_Board_Configuration_x86_ppc-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	 <xi:include href="Key_Board_Configuration_x86_ppc-para-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="install-guide" />
 	 <!--  Using your mouse, select the correct layout type ...  --> 
 	 
-	 <xi:include href="Key_Board_Configuration_x86_ppc-para-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	 <xi:include href="Key_Board_Configuration_x86_ppc-para-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="install-guide" />
 	 <!--  Actually, despite the name, this is a tip. 
 	     
 	     To change your keyboard layout type after you have completed...  -->
 	     
-	 <para>
+	 <para condition="install-guide">
 		Fedora includes support for more than one keyboard layout for many languages. In particular, most European languages include a <literal>latin1</literal> option, which uses <firstterm>dead keys</firstterm> to access certain characters, such as those with diacritical marks. When you press a dead key, nothing will appear on your screen until you press another key to "complete" the character. For example, to type <literal>é</literal> on a latin1 keyboard layout, you would press (and release) the <keycap>'</keycap> key, and then press the <literal>E</literal> key. By contrast, you access this character on some other keyboards by pressing and holding down a key (such as <keycap>Alt-Gr</keycap>) while you press the <literal>E</literal> key. Other keyboards might have a dedicated key for this character.
 	</para>
 	 


More information about the docs-commits mailing list