forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAccelerators.xcu
24 lines (19 loc) · 907 Bytes
/
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
<?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" xmlns:install="http://openoffice.org/2004/installation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Accelerators" oor:package="org.openoffice.Office">
<node oor:name="PrimaryKeys">
<node oor:name="Modules">
<node oor:name="com.sun.star.text.TextDocument">
<node oor:name="Q_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:org.extension.sample.do?ExtendSelection</value>
</prop>
</node>
<node oor:name="E_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:org.extension.sample.do?EditSelection</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>