summaryrefslogtreecommitdiff
path: root/data/org.mate.keybindings.gschema.xml.in
blob: 3ea2ace63e91271b51ae8500eb2f816acb4968b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.keybindings" path="/org/mate/desktop/keybindings/">
    <key name="allowed-keys" type="as">
      <default>[]</default>
      <_summary>Allowed keys</_summary>
      <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown.</_description>
    </key>
    <child name="magnifier" schema="org.mate.keybindings.magnifier"/>
    <child name="screenreader" schema="org.mate.keybindings.screenreader"/>
    <child name="onscreenkeyboard" schema="org.mate.keybindings.onscreenkeyboard"/>
  </schema>
  <schema id="org.mate.keybindings.magnifier" path="/org/mate/desktop/keybindings/magnifier/">
    <key name="binding" type="s">
      <default>''</default>
      <summary>Toggle magnifier</summary>
      <description>Binding to toggle the magnifier.</description>
    </key>
    <key name="name" type="s">
      <default context="name" l10n="messages">'Toggle magnifier'</default>
      <summary>The name of the keyboard shortcut to toggle the magnifier</summary>
      <description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key name="action" type="s">
      <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled'</default>
      <summary>Toggle magnifier</summary>
      <description>Command used to turn the magnifier on or off.</description>
    </key>
  </schema>
  <schema id="org.mate.keybindings.screenreader" path="/org/mate/desktop/keybindings/screenreader/">
    <key name="binding" type="s">
      <default>''</default>
      <summary>Toggle screen reader</summary>
      <description>Binding to toggle the screen reader.</description>
    </key>
    <key name="name" type="s">
      <default context="name" l10n="messages">'Toggle screen reader'</default>
      <summary>The name of the keyboard shortcut to toggle the screen reader</summary>
      <description>This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key name="action" type="s">
      <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled'</default>
      <summary>Toggle screen reader</summary>
      <description>Command used to turn the screen reader on or off.</description>
    </key>
  </schema>
  <schema id="org.mate.keybindings.onscreenkeyboard" path="/org/mate/desktop/keybindings/onscreenkeyboard/">
    <key name="name" type="s">
      <default context="name" l10n="messages">'Toggle on-screen keyboard'</default>
      <summary>The name of the keyboard shortcut to toggle the on-screen keyboard</summary>
      <description>This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.</description>
    </key>
    <key name="binding" type="s">
      <default>''</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Binding to toggle the on-screen keyboard.</description>
    </key>
    <key name="action" type="s">
      <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled'</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Command used to turn the on-screen keyboard on or off.</description>
    </key>
  </schema>
</schemalist>