~elementary-os/elementaryos/os-patch-indicator-session-trusty

« back to all changes in this revision

Viewing changes to tests/org.gnome.settings-daemon.plugins.media-keys.gschema.xml

  • Committer: Cody Garver
  • Date: 2014-04-03 17:08:08 UTC
  • Revision ID: cody@elementaryos.org-20140403170808-z56s93rorb1dzvmk
Initial import, version 12.10.5+14.04.20140324-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schemalist>
 
3
  <schema path="/org/gnome/settings-daemon/plugins/media-keys/" id="org.gnome.settings-daemon.plugins.media-keys" gettext-domain="gnome-settings-daemon">
 
4
     <key type="b" name="active">
 
5
      <default>true</default>
 
6
      <summary>Activation of this plugin</summary>
 
7
      <description>Whether this plugin would be activated by gnome-settings-daemon or not</description>
 
8
    </key>
 
9
    <key type="as" name="custom-keybindings">
 
10
      <default>[]</default>
 
11
      <summary>Custom keybindings</summary>
 
12
      <description>List of custom keybindings</description>
 
13
    </key>
 
14
    <key type="s" name="calculator">
 
15
      <default>'XF86Calculator'</default>
 
16
      <summary>Launch calculator</summary>
 
17
      <description>Binding to launch the calculator.</description>
 
18
    </key>
 
19
    <key type="s" name="email">
 
20
      <default>'XF86Mail'</default>
 
21
      <summary>Launch email client</summary>
 
22
      <description>Binding to launch the email client.</description>
 
23
    </key>
 
24
    <key type="s" name="eject">
 
25
      <default>'XF86Eject'</default>
 
26
      <summary>Eject</summary>
 
27
      <description>Binding to eject an optical disc.</description>
 
28
    </key>
 
29
    <key type="s" name="help">
 
30
      <default>''</default>
 
31
      <summary>Launch help browser</summary>
 
32
      <description>Binding to launch the help browser.</description>
 
33
    </key>
 
34
    <key type="s" name="home">
 
35
      <default>'XF86Explorer'</default>
 
36
      <summary>Home folder</summary>
 
37
      <description>Binding to open the Home folder.</description>
 
38
    </key>
 
39
    <key type="s" name="media">
 
40
      <default>'XF86AudioMedia'</default>
 
41
      <summary>Launch media player</summary>
 
42
      <description>Binding to launch the media player.</description>
 
43
    </key>
 
44
    <key type="s" name="next">
 
45
      <default>'XF86AudioNext'</default>
 
46
      <summary>Next track</summary>
 
47
      <description>Binding to skip to next track.</description>
 
48
    </key>
 
49
    <key type="s" name="pause">
 
50
      <default>'XF86AudioPause'</default>
 
51
      <summary>Pause playback</summary>
 
52
      <description>Binding to pause playback.</description>
 
53
    </key>
 
54
    <key type="s" name="play">
 
55
      <default>'XF86AudioPlay'</default>
 
56
      <summary>Play (or play/pause)</summary>
 
57
      <description>Binding to start playback (or toggle play/pause).</description>
 
58
    </key>
 
59
    <key type="s" name="logout">
 
60
      <default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
 
61
      <summary>Log out</summary>
 
62
      <description>Binding to log out.</description>
 
63
    </key>
 
64
    <key type="s" name="previous">
 
65
      <default>'XF86AudioPrev'</default>
 
66
      <summary>Previous track</summary>
 
67
      <description>Binding to skip to previous track.</description>
 
68
    </key>
 
69
    <key type="i" name="priority">
 
70
      <default>98</default>
 
71
      <summary>Priority to use for this plugin</summary>
 
72
      <description>Priority to use for this plugin in gnome-settings-daemon startup queue</description>
 
73
    </key>
 
74
    <key type="s" name="screensaver">
 
75
      <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
 
76
      <summary>Lock screen</summary>
 
77
      <description>Binding to lock the screen.</description>
 
78
    </key>
 
79
    <key type="s" name="search">
 
80
      <default>'XF86Search'</default>
 
81
      <summary>Search</summary>
 
82
      <description>Binding to launch the search tool.</description>
 
83
    </key>
 
84
    <key type="s" name="stop">
 
85
      <default>'XF86AudioStop'</default>
 
86
      <summary>Stop playback</summary>
 
87
      <description>Binding to stop playback.</description>
 
88
    </key>
 
89
    <key type="s" name="volume-down">
 
90
      <default>'XF86AudioLowerVolume'</default>
 
91
      <summary>Volume down</summary>
 
92
      <description>Binding to lower the system volume.</description>
 
93
    </key>
 
94
    <key type="s" name="volume-mute">
 
95
      <default>'XF86AudioMute'</default>
 
96
      <summary>Volume mute</summary>
 
97
      <description>Binding to mute the system volume.</description>
 
98
    </key>
 
99
    <key type="s" name="volume-up">
 
100
      <default>'XF86AudioRaiseVolume'</default>
 
101
      <summary>Volume up</summary>
 
102
      <description>Binding to raise the system volume.</description>
 
103
    </key>
 
104
    <key type="s" name="screenshot">
 
105
      <default>'Print'</default>
 
106
      <summary>Take a screenshot</summary>
 
107
      <description>Binding to take a screenshot.</description>
 
108
    </key>
 
109
    <key type="s" name="window-screenshot">
 
110
      <default>'&lt;Alt&gt;Print'</default>
 
111
      <summary>Take a screenshot of a window</summary>
 
112
      <description>Binding to take a screenshot of a window.</description>
 
113
    </key>
 
114
    <key type="s" name="area-screenshot">
 
115
      <default>'&lt;Shift&gt;Print'</default>
 
116
      <summary>Take a screenshot of an area</summary>
 
117
      <description>Binding to take a screenshot of an area.</description>
 
118
    </key>
 
119
    <key type="s" name="screenshot-clip">
 
120
      <default>'&lt;Ctrl&gt;Print'</default>
 
121
      <summary>Copy a screenshot to clipboard</summary>
 
122
      <description>Binding to copy a screenshot to clipboard.</description>
 
123
    </key>
 
124
    <key type="s" name="window-screenshot-clip">
 
125
      <default>'&lt;Ctrl&gt;&lt;Alt&gt;Print'</default>
 
126
      <summary>Copy a screenshot of a window to clipboard</summary>
 
127
      <description>Binding to copy a screenshot of a window to clipboard.</description>
 
128
    </key>
 
129
    <key type="s" name="area-screenshot-clip">
 
130
      <default>'&lt;Ctrl&gt;&lt;Shift&gt;Print'</default>
 
131
      <summary>Copy a screenshot of an area to clipboard</summary>
 
132
      <description>Binding to copy a screenshot of an area to clipboard.</description>
 
133
    </key>
 
134
    <key type="s" name="terminal">
 
135
      <default>'&lt;Primary&gt;&lt;Alt&gt;t'</default>
 
136
      <summary>Launch terminal</summary>
 
137
      <description>Binding to launch the terminal.</description>
 
138
    </key>
 
139
    <key type="s" name="www">
 
140
      <default>'XF86WWW'</default>
 
141
      <summary>Launch web browser</summary>
 
142
      <description>Binding to launch the web browser.</description>
 
143
    </key>
 
144
    <key type="s" name="magnifier">
 
145
      <default>''</default>
 
146
      <summary>Toggle magnifier</summary>
 
147
      <description>Binding to show the screen magnifier</description>
 
148
    </key>
 
149
    <key type="s" name="screenreader">
 
150
      <default>''</default>
 
151
      <summary>Toggle screen reader</summary>
 
152
      <description>Binding to start the screen reader</description>
 
153
    </key>
 
154
    <key type="s" name="on-screen-keyboard">
 
155
      <default>''</default>
 
156
      <summary>Toggle on-screen keyboard</summary>
 
157
      <description>Binding to show the on-screen keyboard</description>
 
158
    </key>
 
159
    <key type="s" name="increase-text-size">
 
160
      <default>''</default>
 
161
      <summary>Increase text size</summary>
 
162
      <description>Binding to increase the text size</description>
 
163
    </key>
 
164
    <key type="s" name="decrease-text-size">
 
165
      <default>''</default>
 
166
      <summary>Decrease text size</summary>
 
167
      <description>Binding to decrease the text size</description>
 
168
    </key>
 
169
    <key type="s" name="toggle-contrast">
 
170
      <default>''</default>
 
171
      <summary>Toggle contrast</summary>
 
172
      <description>Binding to toggle the interface contrast</description>
 
173
    </key>
 
174
    <key type="s" name="magnifier-zoom-in">
 
175
      <default>''</default>
 
176
      <summary>Magnifier zoom in</summary>
 
177
      <description>Binding for the magnifier to zoom in</description>
 
178
    </key>
 
179
    <key type="s" name="magnifier-zoom-out">
 
180
      <default>''</default>
 
181
      <summary>Magnifier zoom out</summary>
 
182
      <description>Binding for the magnifier to zoom out</description>
 
183
    </key>
 
184
  </schema>
 
185
 
 
186
  <schema id="org.gnome.settings-daemon.plugins.media-keys.custom-keybinding" gettext-domain="gnome-settings-daemon">
 
187
    <key type="s" name="name">
 
188
      <default>''</default>
 
189
      <summary>Name</summary>
 
190
      <description>Name of the custom binding</description>
 
191
    </key>
 
192
    <key type="s" name="binding">
 
193
      <default>''</default>
 
194
      <summary>Binding</summary>
 
195
      <description>Binding for the custom binding</description>
 
196
    </key>
 
197
    <key type="s" name="command">
 
198
      <default>''</default>
 
199
      <summary>Command</summary>
 
200
      <description>Command to run when the binding is invoked</description>
 
201
    </key>
 
202
  </schema>
 
203
</schemalist>
 
 
b'\\ No newline at end of file'