source/text/shared/00/00040502.xhp |    8 ++++++--
 source/text/shared/01/05110300.xhp |   11 ++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 8a7d1debb1de969c8feb46816477404fd073fbe7
Author:     Olivier Hallot <[email protected]>
AuthorDate: Wed Nov 12 13:35:38 2025 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Thu Nov 13 01:55:51 2025 +0100

    tdf#167650 App selector for keyboard shortcut
    
    Shortcut Ctrl+D for underline is valid only for writer.
    
    Change-Id: I3156980f63eb2ff5fc743cfdc96ba6e216b95d29
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/193905
    Reviewed-by: Olivier Hallot <[email protected]>
    Tested-by: Jenkins

diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index 261f7ca903..2042923d1a 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -459,8 +459,12 @@
         </section>
         <embed href="text/shared/00/00000004.xhp#from_sidebar"/>
         <paragraph role="paragraph" id="par_id811705751102347">Choose 
<menuitem>Properties - Character - Underline</menuitem>.</paragraph>
-        <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
-        <paragraph role="paragraph" id="par_id741705689373452"><switchinline 
select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>
 + D</keycode> (Double underline).</paragraph>
+        <switch select="appl">
+            <case select="WRITER">
+                <embed href="text/shared/00/00000004.xhp#from_keyboard"/>
+                <paragraph role="paragraph" 
id="par_id741705689373452"><switchinline select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>
 + D</keycode> (Double underline).</paragraph>
+            </case>
+        </switch>
     </section>
     <section id="strikethrough">
         <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
diff --git a/source/text/shared/01/05110300.xhp 
b/source/text/shared/01/05110300.xhp
index 972a0ea70c..56e3e1a398 100644
--- a/source/text/shared/01/05110300.xhp
+++ b/source/text/shared/01/05110300.xhp
@@ -27,16 +27,21 @@
 </history>
 </meta>
 <body>
-
 <bookmark branch="hid/.uno:UnderlineSingle" id="bm_id481705689709257" 
localize="false"/>
 <bookmark branch="hid/.uno:UnderlineDouble" id="bm_id3147143" 
localize="false"/>
 <bookmark branch="hid/.uno:Underline" id="bm_id3144750" localize="false"/>
 <bookmark branch="hid/svx/ui/textunderlinecontrol/none" 
id="bm_id741724702013289" localize="false"/>
+<bookmark branch="index" id="bm_id3150756">
+<bookmark_value>characters;underlining</bookmark_value>
+<bookmark_value>underlining;characters</bookmark_value>
+<bookmark_value>underline;text</bookmark_value>
+<bookmark_value>underline;single</bookmark_value>
+<bookmark_value>underline;double</bookmark_value>
+</bookmark>
 <section id="underline">
-<bookmark branch="index" 
id="bm_id3150756"><bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value></bookmark>
 <h1 id="hd_id3150756"><variable id="underline_h1"><link 
href="text/shared/01/05110300.xhp">Underline</link></variable></h1>
 <section id="underline_content">
-<paragraph role="paragraph" id="par_id3149031"><ahelp 
hid=".uno:Underline">Underlines or removes underlining from the selected 
text.</ahelp></paragraph>
+<description id="par_id3149031"><ahelp hid=".uno:Underline">Underlines or 
removes underlining from the selected text.</ahelp></description>
 </section>
 </section>
 <section id="howtoget">

Reply via email to