diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 09:00:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 09:02:33 +0200 |
commit | cc7fbb59c5296218febf76afe5d8a102def5e900 (patch) | |
tree | f598c93a0320cb6d2a7b74e44580b92159f17a12 /helpcontent2 | |
parent | 1897a75b2eff16f66b7ce6c5efaf2d73ff5aa9e9 (diff) |
fdo#46143 fix key binding description of AutoInput feature
Change-Id: I750bbd463b215dde2be5330256d4f4dfa91c12bf
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/source/text/scalc/01/06130000.xhp | 4 | ||||
-rw-r--r-- | helpcontent2/source/text/shared/optionen/01060800.xhp | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/helpcontent2/source/text/scalc/01/06130000.xhp b/helpcontent2/source/text/scalc/01/06130000.xhp index d0410130a5..ab45be99d6 100644 --- a/helpcontent2/source/text/scalc/01/06130000.xhp +++ b/helpcontent2/source/text/scalc/01/06130000.xhp @@ -66,10 +66,10 @@ YJ: checked</lastedited> <paragraph role="paragraph" id="par_idN10665" xml-lang="en-US" l10n="NEW">To append text or to edit the completion, press <item type="keycode">F2</item>.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_idN1066D" xml-lang="en-US" l10n="NEW">To view more completions, press <item type="keycode">Tab</item> to scroll forward, or <item type="keycode">Shift+Tab</item> to scroll backward.</paragraph> +<paragraph role="paragraph" id="par_idN1066D" xml-lang="en-US" l10n="NEW">To view more completions, press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_idN10679" xml-lang="en-US" l10n="NEW">To see a list of all available AutoInput text items for the current column, press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D.</paragraph> + <paragraph role="paragraph" id="par_idN10679" xml-lang="en-US" l10n="NEW">To see a list of all available AutoInput text items for the current column, press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>.</paragraph> </listitem> </list> <paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="U" oldref="3">When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges.</paragraph> diff --git a/helpcontent2/source/text/shared/optionen/01060800.xhp b/helpcontent2/source/text/shared/optionen/01060800.xhp index 41f664c9d2..2403f9b36a 100644 --- a/helpcontent2/source/text/shared/optionen/01060800.xhp +++ b/helpcontent2/source/text/shared/optionen/01060800.xhp @@ -67,7 +67,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154918" role="paragraph">Ctrl+D</paragraph> + <paragraph xml-lang="en-US" id="par_id3154918" role="paragraph"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D</paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3153573" role="paragraph">fill down</paragraph> @@ -78,13 +78,13 @@ </tablerow> <tablerow> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154919" role="paragraph">Shift+Ctrl+D</paragraph> + <paragraph xml-lang="en-US" id="par_id3154919" role="paragraph"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3153574" role="paragraph">data select</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154310" role="paragraph">-</paragraph> + <paragraph xml-lang="en-US" id="par_id3154310" role="paragraph">increase row height</paragraph> </tablecell> </tablerow> </table> @@ -104,4 +104,4 @@ </listitem> </list> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |