diff options
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..79e9e3d --- /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="/org/mate/desktop/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> |