[Libreoffice-commits] core.git: officecfg/registry
Gabor Kelemen (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 2 14:24:52 UTC 2021
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 21c87b0dfa9b8f672af9f7ca2b012ba211956c5c
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Tue Jun 1 22:24:53 2021 +0200
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Wed Jun 2 16:24:10 2021 +0200
tdf#142609 Assign shortcut key to Calc Autofilter command
Same as in Excel for compatibility
Change-Id: I792d61e12339bba1d082049478fa752d1a558b7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116561
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 7e540357387b..435e29ae96c6 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1095,6 +1095,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing
<value xml:lang="en-US">.uno:AlignLeft</value>
</prop>
</node>
+ <node oor:name="L_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:DataFilterAutoFilter</value>
+ </prop>
+ </node>
<node oor:name="MULTIPLY_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
More information about the Libreoffice-commits
mailing list