From 319e2f6b226de998f9945a2325deb608ce1b20a0 Mon Sep 17 00:00:00 2001
From: Olivier Hallot <olivier.hallot@libreoffice.org>
Date: Sun, 13 Aug 2017 18:18:26 -0300
Subject: 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>
---
 source/text/scalc/guide/value_with_name.xhp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source/text')

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">
-- 
cgit