-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAccelerators.xcu
More file actions
40 lines (39 loc) · 1.83 KB
/
Copy pathAccelerators.xcu
File metadata and controls
40 lines (39 loc) · 1.83 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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="A_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?expand</value>
</prop>
</node>
<node oor:name="C_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?complete</value>
</prop>
</node>
<node oor:name="M_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?improve</value>
</prop>
</node>
<node oor:name="R_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?summarize</value>
</prop>
</node>
<node oor:name="T_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?translate</value>
</prop>
</node>
<node oor:name="G_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="en-US">service:com.datosonline.AIWriterExtension.do?settings</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>