diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-08-13 18:18:26 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-08-15 13:07:14 +0200 |
commit | 319e2f6b226de998f9945a2325deb608ce1b20a0 (patch) | |
tree | 58e8b5d16927a91ffbd928647312f67c9a790b93 | |
parent | c9fc9a65717e174477d11ae4b5d13dfae17848a3 (diff) |
tdf#111777 correct help page for named ranges
Scrolling suggested named ranges is done with Crtl+Tab keys
Change-Id: If57beb17528a291e7b08f768378d15c67f1149d9
Reviewed-on: https://gerrit.libreoffice.org/41125
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
-rw-r--r-- | source/text/scalc/guide/value_with_name.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/guide/value_with_name.xhp b/source/text/scalc/guide/value_with_name.xhp index ac210a8470..1d4d6221d7 100644 --- a/source/text/scalc/guide/value_with_name.xhp +++ b/source/text/scalc/guide/value_with_name.xhp @@ -79,7 +79,7 @@ <paragraph xml-lang="en-US" id="par_id3154510" role="listitem">Press the Enter key in order to accept the name from the tip.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3150749" role="listitem">If more than one name starts with the same characters, you can scroll through all the names using the Tab key.<comment>mw copied contents from Calc guide address_byname.xhp</comment></paragraph> + <paragraph xml-lang="en-US" id="par_id3150749" role="listitem">If more than one name starts with the same characters, you can scroll forward through all the names using the Ctrl + Tab keys and backward using the Shift + Ctrl + Tab keys.<comment>mw copied contents from Calc guide address_byname.xhp</comment></paragraph> </listitem> </list> <section id="relatedtopics"> |