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

New commits:
commit 22cce3ece004a89e1ed9025437d96f150cc98857
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Wed Jun 5 12:29:20 2024 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Wed Jun 5 19:38:48 2024 +0200

    Resolves tdf#161293 - Alt+9 shortcut for Find sidebar
    
    Change-Id: I5ab6916c7cf065f986117b12ebbb9a15b6c2147e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168469
    Tested-by: Jenkins
    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 73419dee1102..c5f32a4af1d8 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6042,6 +6042,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for 
unicode key input
             <value xml:lang="en-US">.uno:SidebarDeck.A11yCheckDeck</value>
           </prop>
         </node>
+        <node oor:name="9_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:SidebarDeck.FindDeck</value>
+          </prop>
+        </node>
         <node oor:name="ADD_MOD1" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">L10N SHORTCUTS - NO 
TRANSLATE</value>

Reply via email to