diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-03-09 03:56:38 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-03-11 06:15:57 +0000 |
commit | 129d199d27f6961ea0c850686f76c83e2fc1953d (patch) | |
tree | dce1f222ce259d5361551f67aa1dc7b7135bfabf /officecfg | |
parent | 42d6a165b053ebdccbd6979eb849b1abe305d2ba (diff) |
tdf#97906 Ensure that F4 isnt used in Writer for Data Sources
Change-Id: I6bc9aa925e7ea0a9d1ee24605127b2e005811aab
Reviewed-on: https://gerrit.libreoffice.org/23047
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index a9051248557b..5c11637a5fb9 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -6247,6 +6247,12 @@ <value xml:lang="en-US">.uno:Undo</value> </prop> </node> + <node oor:name="F4_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:ViewDataSourceBrowser</value> + </prop> + </node> </node> <node oor:name="com.sun.star.xforms.XMLFormDocument" oor:op="replace"> <node oor:name="0_MOD1" oor:op="replace"> |