[Libreoffice-commits] .: officecfg/registry
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed May 23 09:25:45 PDT 2012
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit cfbed236fc92709acfa3fa484a12cb6d36872b15
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed May 23 12:25:28 2012 -0400
Adjust the default key bindings for File - Open... for calc and writer.
To use the app specific open command instead of the global open.
Change-Id: I86d20e1a412f6020fa2db79040e4e66b39e8c355
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index b42147a..cba478e 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -350,6 +350,11 @@
</node>
</node>
<node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="replace">
+ <node oor:name="O_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:OpenFromCalc</value>
+ </prop>
+ </node>
<node oor:name="1_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:FormatCellDialog</value>
@@ -4330,6 +4335,11 @@
</node>
</node>
<node oor:name="com.sun.star.text.TextDocument" oor:op="replace">
+ <node oor:name="O_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:OpenFromWriter</value>
+ </prop>
+ </node>
<node oor:name="0_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:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles</value>
More information about the Libreoffice-commits
mailing list