diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
commit | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (patch) | |
tree | 016ada3eb78c3c6f438abab5635ba17474d47a2b /data/org.mate.applications-at.gschema.xml.in | |
parent | 03478b4d1d9fdc5f2f2fdbf9c41d963dabc0d00b (diff) | |
download | mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.bz2 mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.xz |
migrate to gsettingsmate-settings-daemon-1.5.0
Diffstat (limited to 'data/org.mate.applications-at.gschema.xml.in')
-rw-r--r-- | data/org.mate.applications-at.gschema.xml.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org.mate.applications-at.gschema.xml.in b/data/org.mate.applications-at.gschema.xml.in new file mode 100644 index 0000000..9e93717 --- /dev/null +++ b/data/org.mate.applications-at.gschema.xml.in @@ -0,0 +1,19 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.applications-at" path="/desktop/mate/applications/at/"> + <key name="screen-keyboard-enabled" type="b"> + <default>false</default> + <_summary>On-screen keyboard</_summary> + <_description>Whether the on-screen keyboard is turned on.</_description> + </key> + <key name="screen-magnifier-enabled" type="b"> + <default>false</default> + <_summary>Screen magnifier</_summary> + <_description>Whether the screen magnifier is turned on.</_description> + </key> + <key name="screen-reader-enabled" type="b"> + <default>false</default> + <_summary>Screen reader</_summary> + <_description>Whether the screen reader is turned on.</_description> + </key> + </schema> +</schemalist> |