-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAccelerators.xcu
27 lines (27 loc) · 1.03 KB
/
Accelerators.xcu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Accelerators" oor:package="org.openoffice.Office">
<node oor:name="PrimaryKeys">
<node oor:name="Modules">
<!--
Writer
-->
<node oor:name="com.sun.star.text.TextDocument">
<node oor:name="V_MOD2_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:se.commonsmachinery.extensions.paste_with_credit.PasteWithCreditJob?execute</value>
</prop>
</node>
</node>
<!--
Impress
-->
<node oor:name="com.sun.star.presentation.PresentationDocument">
<node oor:name="V_MOD2_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:se.commonsmachinery.extensions.paste_with_credit.PasteWithCreditJob?execute</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>