diff options
Diffstat (limited to 'data/org.ayatana.indicator.keyboard.gschema.xml.in')
-rw-r--r-- | data/org.ayatana.indicator.keyboard.gschema.xml.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.keyboard.gschema.xml.in b/data/org.ayatana.indicator.keyboard.gschema.xml.in new file mode 100644 index 00000000..e80a89e9 --- /dev/null +++ b/data/org.ayatana.indicator.keyboard.gschema.xml.in @@ -0,0 +1,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> |