blob: e80a89e95e43f2cfeee67fe2fc20fdc7727aa2da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ayatana.indicator.keyboard" path="/org/ayatana/indicator/keyboard/">
<key name="language-icon-desktop" type="b">
<default>true</default>
<_summary>Show the language icon in desktop mode.</_summary>
<_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
</key>
<key name="language-icon-phone" type="b">
<default>false</default>
<_summary>Show the language icon in phone mode.</_summary>
<_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
</key>
<key name="language-icon-greeter" type="b">
<default>false</default>
<_summary>Show the language icon in the greeter.</_summary>
<_description>If enabled, the indicator shows the current layout icon. Otherwise, it displays a generic keyboard icon.</_description>
</key>
</schema>
</schemalist>
|