blob: a4f3c96f3c3ed11cb715495508b4db9003d9fa9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.applications-at-visual" path="/org/mate/desktop/applications/at/visual/">
<key name="exec" type="s">
<default>'orca'</default>
<summary>Preferred Visual assistive technology application</summary>
<description>Preferred Visual assistive technology application to be used for login, menu, or command line.</description>
</key>
<key name="startup" type="b">
<default>false</default>
<summary>Start preferred Visual assistive technology application</summary>
<description>MATE to start preferred Visual assistive technology application during login.</description>
</key>
</schema>
</schemalist>
|