diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:26:12 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:36:48 +0100 |
commit | f9cb7f4660c039f7bf18bf60f6fb9c77f7e4f54b (patch) | |
tree | 782ece64afc2930b2d2eff3d5d54301a76df9dfa /source/text/sdraw/guide | |
parent | ac1db7fbf890d5393d5a2132d6bafe13dbc1c7a9 (diff) |
switchinline is no valid child of "item" either
sed command used:
's#\(<item[^>]*>\)\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</item>\)#\2\1\3</item>\4\1\5</item>\6\1\7#g'
Change-Id: I386bb105520449b3a9dbb27d9508499af0a21cc9
Diffstat (limited to 'source/text/sdraw/guide')
-rw-r--r-- | source/text/sdraw/guide/keyboard.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sdraw/guide/keyboard.xhp b/source/text/sdraw/guide/keyboard.xhp index 74c38894b0..c341921825 100644 --- a/source/text/sdraw/guide/keyboard.xhp +++ b/source/text/sdraw/guide/keyboard.xhp @@ -51,18 +51,18 @@ <paragraph role="paragraph" id="par_idN106CD" xml-lang="en-US" l10n="NEW">If there is an arrow next to the icon, the drawing tool opens a sub toolbar. Press the <item type="keycode">Up</item> or <item type="keycode">Down</item> arrow key to open the sub toolbar, then press the <item type="keycode">Right</item> or <item type="keycode">Left</item> key to select an icon.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US" l10n="U" oldref="8">Press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>.</paragraph> +<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US" l10n="U" oldref="8">Press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline><item type="keycode">+Enter</item>.</paragraph> <paragraph role="paragraph" id="par_id3154705" xml-lang="en-US" l10n="U" oldref="7">The object is created at the center of the current document.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US" l10n="U" oldref="6">To return to the document, press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>.</paragraph> +<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US" l10n="U" oldref="6">To return to the document, press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline><item type="keycode">+F6</item>.</paragraph> <paragraph role="paragraph" id="par_id3155062" xml-lang="en-US" l10n="U" oldref="5">You can use the arrow keys to position the object where you want. To choose a command from the context menu for the object, press <item type="keycode">Shift+F10</item>.</paragraph> </listitem> </list> <paragraph role="heading" id="hd_id3150306" xml-lang="en-US" level="2" l10n="U" oldref="4">To Select an Object</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3152990" xml-lang="en-US" l10n="U" oldref="3">Press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document.</paragraph> +<paragraph role="listitem" id="par_id3152990" xml-lang="en-US" l10n="U" oldref="3">Press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline><item type="keycode">+F6</item> to enter the document.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3145587" xml-lang="en-US" l10n="U" oldref="2">Press <item type="keycode">Tab</item> until you reach the object you want to select.</paragraph> |