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

New commits:
commit 800eeefdafbe07dac5fceaf947e8e078afc16664
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Sat Sep 13 06:36:41 2025 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Mon Sep 15 17:38:45 2025 +0200

    tdf#159035: remove Alt-C (character style) language menu conflicts
    
    Alt-C traditionally activated some languages' File/Edit/Help menus
    until LO 7.4 commit 856887cbc8a0a2fd04b90ee2170948d34c8ff9c4.
    
    I found 4 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.*~c'
    
    I didn't exclude Kurdish because it only conflicted with ~Windows
    which is a pretty much useless main menu.
    
    I tested that English still launches the character style dialog.
    I also tested each of the languages with an Alt-C conflict,
    and they now activate their main menu instead.
    
    Change-Id: I2a8290d4fa5ea0f245b88531009e35d192cfee48
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190961
    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 26a69a0b8027..e8cdc2e19960 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -280,6 +280,10 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for 
unicode key input
           <value xml:lang="gl"    
install:module="unxwnt">.uno:UnicodeNotationToggle</value>
           <value xml:lang="nl"    
install:module="unxwnt">.uno:UnicodeNotationToggle</value>
           <value xml:lang="pt-BR" 
install:module="unxwnt">.uno:UnicodeNotationToggle</value>
+          <!-- tdf#65911 tdf#159035 Alt-C conflicts with some languages' menu 
shortcuts -->
+          <value xml:lang="cy"></value> <!-- Welsh Help menu: Cymorth -->
+          <value xml:lang="ga"></value> <!-- Irish File menu: Comhad -->
+          <value xml:lang="vi"></value> <!-- Vietnamese Edit menu: Chỉnh sửa; 
Tools menu: Công cụ-->
         </prop>
       </node>
       <node oor:name="X_MOD1_MOD2" oor:op="replace">

Reply via email to