-
Notifications
You must be signed in to change notification settings - Fork 92
/
com.omicronlab.avro.gschema.xml
31 lines (30 loc) · 1.12 KB
/
com.omicronlab.avro.gschema.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="com.omicronlab.avro" path="/com/omicronlab/avro/">
<key type="b" name="switch-preview">
<default>true</default>
<summary>switch-preview</summary>
<description>Whether Preview window (auxiliary text, suggestions) will be shown</description>
</key>
<key type="b" name="switch-dict">
<default>true</default>
<summary>switch-dict</summary>
<description>Whether dictionary suggestions will be shown</description>
</key>
<key type="b" name="switch-newline">
<default>false</default>
<summary>switch-newline</summary>
<description>Whether enter key should commit newline after applying candidate</description>
</key>
<key type="i" name="lutable-size">
<default>15</default>
<summary>lutable-size</summary>
<description>Dictionary suggestion lookup table size</description>
</key>
<key type="i" name="cboxorient">
<default>0</default>
<summary>cboxorient</summary>
<description>Orientation of Lookup Table</description>
</key>
</schema>
</schemalist>