blob: 81ca4537fd2df2068da18e63be1ef9531826268f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.ayatana.indicator.keyboard" path="/org/ayatana/indicator/keyboard/">
<key name="migrated" type="b">
<summary>Keyboard layouts migrated</summary>
<description>True if keyboard layouts were migrated, false otherwise.</description>
<default>false</default>
</key>
<key name="visible" type="b">
<summary>Keyboard indicator visibility</summary>
<description>True if the keyboard indicator is shown, false otherwise.</description>
<default>true</default>
</key>
</schema>
</schemalist>
|