officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   17 
++++++++++
 1 file changed, 17 insertions(+)

New commits:
commit 577750482be1f003871fe0ed01e161d189c5871b
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Fri Sep 12 21:25:47 2025 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Sat Sep 13 12:09:40 2025 +0200

    tdf#159035: remove Alt-P (paragraph style) language menu conflicts
    
    This patch depends on tdf#164000 which made Alt-P Writer-only.
    
    Polish was the reported language in the bug report
    where Alt-P traditionally activated the File (~Plik) menu
    until LO 7.4 commit 856887cbc8a0a2fd04b90ee2170948d34c8ff9c4.
    
    I found 15 others by searching with
    git grep -i -A1 '~File\|~Edit\|~View\|~Insert\|F~ormat\|St~yles\|
    T~able\|Fo~rm\|~Tools\|~Window\|~Help' | grep -i -B1 'msgstr.*~p'
    
    I tested that English still launches the paragraph style dialog.
    I also tested each of the languages with an Alt-P conflict,
    and they now activate their Writer main menu instead.
    
    Change-Id: I6bcdae20a18c2875af33511c8d9c67cf9edb6f51
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190903
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 0d3d9d6fe952..26a69a0b8027 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6103,6 +6103,23 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for 
unicode key input
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>
             <value xml:lang="en-US">.uno:EditStyle</value>
+            <!-- tdf#65911 tdf#159035 Alt-P conflicts with some languages' 
menu shortcuts -->
+            <value xml:lang="bs"></value> <!-- Bosnian View menu: Pogled -->
+            <value xml:lang="cs"></value> <!-- Czech Republic Edit menu: 
Úpravy -->
+            <value xml:lang="dsb"></value> <!-- Sorbian Help menu: Pomoc -->
+            <value xml:lang="gug"></value> <!-- Guaraní Help menu: Pytyvõ -->
+            <value xml:lang="hr"></value> <!-- Croatian Window menu: Prozor; 
View NBB: Pogled -->
+            <value xml:lang="hsb"></value> <!-- Sorbian Help menu: Pomoc -->
+            <value xml:lang="kmr-Latn"></value> <!-- Kurdish File menu: Pel -->
+            <value xml:lang="lt"></value> <!-- Lithuanian Tools menu: 
Priemonės -->
+            <value xml:lang="lv"></value> <!-- Latvian Help menu: Palīdzība -->
+            <value xml:lang="pl"></value> <!-- Polish File menu: Plik -->
+            <value xml:lang="sk"></value> <!-- Slovak Help menu: Pomocník -->
+            <value xml:lang="sl"></value> <!-- Slovenian Help menu: Pomoč -->
+            <value xml:lang="sq"></value> <!-- Albanian View menu: Paraqitja 
-->
+            <value xml:lang="sr-Latn"></value> <!-- Serbian Help menu: Pomoć 
-->
+            <value xml:lang="sun"></value> <!-- Sunda Tools menu: Pakakas -->
+            <value xml:lang="vec"></value> <!-- Venetian View menu: Parensa -->
           </prop>
         </node>
         <node oor:name="P_SHIFT_MOD2" oor:op="replace">

Reply via email to