diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-17 08:09:04 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2019-04-17 10:43:05 +0200 |
commit | 6607e2915e64e9d371be96632431959e5fd86b76 (patch) | |
tree | 95e6b7e154491d2eb8d786ebacd380904d557d3c | |
parent | dc091e7fd952b0530db8583247c2f910d627700a (diff) |
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@cib.de>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
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> |