summaryrefslogtreecommitdiff
path: root/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
blob: 88947defb9013ecd04565d546e7b9a4a97b6529e (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.media-keys" path="/org/mate/settings-daemon/plugins/media-keys/">
    <key name="active" type="b">
      <default>true</default>
      <summary>Activation of this plugin</summary>
      <description>Whether this plugin would be activated by mate-settings-daemon or not</description>
    </key>
    <key name="enable-osd" type="b">
      <default>true</default>
      <summary>Show OSD notification</summary>
      <description>Whether an OSD notification is shown to notify about changes</description>
    </key>
    <key name="priority" type="i">
      <default>98</default>
      <summary>Priority to use for this plugin</summary>
      <description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
    </key>
    <key name="volume-step" type="i">
      <default>6</default>
      <summary>Volume step</summary>
      <description>Volume step as percentage of volume.</description>
    </key>
    <key name="touchpad" type="s">
      <default>'XF86TouchpadToggle'</default>
      <summary>Toggle touchpad</summary>
      <description>Binding to enable or disable the touchpad.</description>
    </key>
    <key name="volume-mute" type="s">
      <default>'XF86AudioMute'</default>
      <summary>Volume mute</summary>
      <description>Binding to mute the system volume.</description>
    </key>
    <key name="volume-down" type="s">
      <default>'XF86AudioLowerVolume'</default>
      <summary>Volume down</summary>
      <description>Binding to lower the system volume.</description>
    </key>
    <key name="volume-up" type="s">
      <default>'XF86AudioRaiseVolume'</default>
      <summary>Volume up</summary>
      <description>Binding to raise the system volume.</description>
    </key>
    <key name="power" type="s">
      <default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
      <summary>Shut down</summary>
      <description>Binding to shut down.</description>
    </key>
    <key name="logout" type="s">
      <default>''</default>
      <summary>Log out</summary>
      <description>Binding to log out.</description>
    </key>
    <key name="eject" type="s">
      <default>'XF86Eject'</default>
      <summary>Eject</summary>
      <description>Binding to eject an optical disc.</description>
    </key>
    <key name="home" type="s">
      <default>'XF86Explorer'</default>
      <summary>Home folder</summary>
      <description>Binding to open the Home folder.</description>
    </key>
    <key name="search" type="s">
      <default>'XF86Search'</default>
      <summary>Search</summary>
      <description>Binding to launch the search tool.</description>
    </key>
    <key name="email" type="s">
      <default>'XF86Mail'</default>
      <summary>Launch email client</summary>
      <description>Binding to launch the email client.</description>
    </key>
    <key name="screensaver" type="s">
      <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
      <summary>Lock screen</summary>
      <description>Binding to lock the screen.</description>
    </key>
    <key name="help" type="s">
      <default>''</default>
      <summary>Launch help browser</summary>
      <description>Binding to launch the help browser.</description>
    </key>
    <key name="calculator" type="s">
      <default>'XF86Calculator'</default>
      <summary>Launch calculator</summary>
      <description>Binding to launch the calculator.</description>
    </key>
    <key name="www" type="s">
      <default>'XF86WWW'</default>
      <summary>Launch web browser</summary>
      <description>Binding to launch the web browser.</description>
    </key>
    <key name="media" type="s">
      <default>'XF86AudioMedia'</default>
      <summary>Launch media player</summary>
      <description>Binding to launch the media player.</description>
    </key>
    <key name="play" type="s">
      <default>'XF86AudioPlay'</default>
      <summary>Play (or play/pause)</summary>
      <description>Binding to start playback (or toggle play/pause).</description>
    </key>
    <key name="pause" type="s">
      <default>'XF86AudioPause'</default>
      <summary>Pause playback</summary>
      <description>Binding to pause playback.</description>
    </key>
    <key name="stop" type="s">
      <default>'XF86AudioStop'</default>
      <summary>Stop playback</summary>
      <description>Binding to stop playback.</description>
    </key>
    <key name="previous" type="s">
      <default>'XF86AudioPrev'</default>
      <summary>Previous track</summary>
      <description>Binding to skip to previous track.</description>
    </key>
    <key name="next" type="s">
      <default>'XF86AudioNext'</default>
      <summary>Next track</summary>
      <description>Binding to skip to next track.</description>
    </key>
    <key name="magnifier" type="s">
      <default>''</default>
      <summary>Toggle magnifier</summary>
      <description>Binding to show the screen magnifier</description>
    </key>
    <key name="screenreader" type="s">
      <default>''</default>
      <summary>Toggle screen reader</summary>
      <description>Binding to start the screen reader</description>
    </key>
    <key name="on-screen-keyboard" type="s">
      <default>''</default>
      <summary>Toggle on-screen keyboard</summary>
      <description>Binding to show the on-screen keyboard</description>
    </key>
  </schema>
</schemalist>