officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   12 
+++++-----
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d49d496c2f09feb794b487afb99a35dc888357c1
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Fri Sep 12 14:14:49 2025 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Sat Sep 13 12:03:28 2025 +0200

    tdf#164000: make Alt-P (paragraph style) shortcut key for Writer only
    
    Alt-P has traditionally been used in Draw for the (English) page menu,
    but 7.4 introduced it globally as a paragraph style dialog shortcut.
    
    Similar to tdf#151941
    (and suggested by tdf#151941 comment 2)
    the paragraph style dialog only is useful for Writer
    - calc: only opens the sidebar, doesn't have Format - Paragraph
    - draw: not paragraph oriented, conflicts with Page menu
    - impress/draw: styles are not so useful
    
    So move it out of Global keyboard shortcuts into Writer-only.
    
    P.S. this might also help to avoid
    other language Alt-<menu> navigation problems
    like we see with tdf#159035.
    
    Change-Id: I217af298e482ef76c18f289199f6dd345e1a5ee1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190901
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 30c487d7c035..0d3d9d6fe952 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -188,12 +188,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for 
unicode key input
           <value xml:lang="en-US">.uno:Print</value>
         </prop>
       </node>
-      <node oor:name="P_MOD2" oor:op="replace">
-        <prop oor:name="Command">
-          <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>
-          <value xml:lang="en-US">.uno:EditStyle</value>
-        </prop>
-      </node>
       <node oor:name="R_MOD1" oor:op="replace">
         <prop oor:name="Command">
           <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>
@@ -6105,6 +6099,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for 
unicode key input
             <value xml:lang="en-US">.uno:StyleApply?Style:string=Text 
body&amp;FamilyName:string=ParagraphStyles</value>
           </prop>
         </node>
+        <node oor:name="P_MOD2" oor:op="replace">
+          <prop oor:name="Command">
+            <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>
+            <value xml:lang="en-US">.uno:EditStyle</value>
+          </prop>
+        </node>
         <node oor:name="P_SHIFT_MOD2" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>

Reply via email to