[Libreoffice-commits] core.git: officecfg/registry

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 17 08:43:52 UTC 2019


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6607e2915e64e9d371be96632431959e5fd86b76
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Wed Apr 17 08:09:04 2019 +0200
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Wed Apr 17 10:43:05 2019 +0200

    tdf#120273 Ctrl-N should open a new document when a chart is selected
    
    and Ctrl-Shift-N should go to the Templates dialog
    
    Actually, since the latter is a global keybinding
    this - and the 4 other uno:NewDoc - entry is redundant a bit
    
    Change-Id: I3c36b0b98f04033c8214e9c3c23f8cf5e99451d6
    Reviewed-on: https://gerrit.libreoffice.org/70857
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 3d52e550dfc4..3139f766b20b 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1428,7 +1428,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing
             <value xml:lang="en-US" install:module="macosx">.uno:FullScreen</value>
           </prop>
         </node>
-        <node oor:name="N_MOD1" oor:op="replace">
+        <node oor:name="N_SHIFT_MOD1" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
             <value xml:lang="en-US">.uno:NewDoc</value>


More information about the Libreoffice-commits mailing list