Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
<gconfschemafile>
2
  <schemalist>
3
 
4
    <!-- General preferences -->
5
 
6
    <schema>
7
      <key>/schemas/apps/metacity/general/mouse_button_modifier</key>
8
      <applyto>/apps/metacity/general/mouse_button_modifier</applyto>
9
      <owner>metacity</owner>
10
      <type>string</type>
11
      <default>&lt;Alt&gt;</default>
12
      <gettext_domain>metacity</gettext_domain>
13
      <locale name="C">
14
         <short>Modifier to use for modified window click actions</short>
15
         <long>Clicking a window while holding down this modifier key will move the window (left click), resize the window (middle click), or show the window menu (right click). The left and right operations may be swapped using the "mouse_button_resize" key. Modifier is expressed as "&lt;Alt&gt;" or "&lt;Super&gt;" for example.</long>
16
      </locale>
17
    </schema>
18
 
19
    <schema>
20
      <key>/schemas/apps/metacity/general/resize_with_right_button</key>
21
      <applyto>/apps/metacity/general/resize_with_right_button</applyto>
22
      <owner>metacity</owner>
23
      <type>bool</type>
24
      <default>false</default>
25
      <gettext_domain>metacity</gettext_domain>
26
      <locale name="C">
27
         <short>Whether to resize with the right button</short>
28
         <long>Set this to true to resize with the right button and show a menu with the middle button while holding down the key given in "mouse_button_modifier"; set it to false to make it work the opposite way around.</long>
29
      </locale>
30
    </schema>
31
 
32
    <schema>
33
      <key>/schemas/apps/metacity/general/button_layout</key>
34
      <applyto>/apps/metacity/general/button_layout</applyto>
35
      <owner>metacity</owner>
36
      <type>string</type>
37
      <default>menu:minimize,maximize,close</default>
38
      <gettext_domain>metacity</gettext_domain>
39
      <locale name="C">
40
         <short>Arrangement of buttons on the titlebar</short>
41
         <long>Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.</long>
42
      </locale>
43
    </schema>
44
 
45
    <schema>
46
      <key>/schemas/apps/metacity/general/focus_mode</key>
47
      <applyto>/apps/metacity/general/focus_mode</applyto>
48
      <owner>metacity</owner>
49
      <type>string</type>
50
      <default>click</default>
51
      <gettext_domain>metacity</gettext_domain>
52
      <locale name="C">
53
        <short>Window focus mode</short>
54
        <long>The window focus mode indicates how windows are activated. It has three possible values; "click" means windows must be clicked in order to focus them, "sloppy" means windows are focused when the mouse enters the window, and "mouse" means windows are focused when the mouse enters the window and unfocused when the mouse leaves the window.</long>
55
      </locale>
56
    </schema>
57
 
58
    <schema>
59
      <key>/schemas/apps/metacity/general/focus_new_windows</key>
60
      <applyto>/apps/metacity/general/focus_new_windows</applyto>
61
      <owner>metacity</owner>
62
      <type>string</type>
63
      <default>smart</default>
64
      <gettext_domain>metacity</gettext_domain>
65
      <locale name="C">
66
         <short>Control how new windows get focus</short>
67
         <long>This option provides additional control over how newly created windows get focus. It has two possible values; "smart" applies the user's normal focus mode, and "strict" results in windows started from a terminal not being given focus.</long>
68
      </locale>
69
    </schema>
70
 
71
    <schema>
72
      <key>/schemas/apps/metacity/general/no_focus_windows</key>
73
      <applyto>/apps/metacity/general/no_focus_windows</applyto>
74
      <owner>metacity</owner>
75
      <type>string</type>
76
      <default></default>
77
      <gettext_domain>metacity</gettext_domain>
78
      <locale name="C">
79
         <short>New windows that shouldn't get focus</short>
80
         <long>This option provides a way to specify new windows that shouldn't get focus. Normally an application specifies whether or not it gets focus by setting the _NET_WM_USER_TIME property, but legacy applications may not set this, which can cause unwanted focus stealing. The contents of this property is a space-separated list of expressions to match against windows. If any of the expressions match a window then the window will not get focus. The syntax of expressions is: (eq [name|class] "&lt;value&gt;"): window name (title) or the class from WM_CLASS matches &lt;value&gt; exactly. (glob [name|class] "&lt;glob&gt;"): window name (title) or the class from WM_CLASS matches the shell-style glob pattern &lt;glob&gt;. (and &lt;expr&gt; &lt;expr&gt;) (or &lt;expr&gt; &lt;expr&gt;) (not &lt;expr): Boolean combinations of expressions. New windows from the current active application are unaffected by this setting.</long>
81
      </locale>
82
    </schema>
83
 
84
    <schema>
85
      <key>/schemas/apps/metacity/general/raise_on_click</key>
86
      <applyto>/apps/metacity/general/raise_on_click</applyto>
87
      <owner>metacity</owner>
88
      <type>bool</type>
89
      <default>true</default>
90
      <gettext_domain>metacity</gettext_domain>
91
      <locale name="C">
92
         <short>Whether raising should be a side-effect of other user interactions</short>
93
         <long>Setting this option to false can lead to buggy behavior, so users are strongly discouraged from changing it from the default of true. Many actions (e.g. clicking in the client area, moving or resizing the window) normally raise the window as a side-effect. Setting this option to false, which is strongly discouraged, will decouple raising from other user actions, and ignore raise requests generated by applications. See http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6. Even when this option is false, windows can still be raised by an alt-left-click anywhere on the window, a normal click on the window decorations, or by special messages from pagers, such as activation requests from tasklist applets. This option is currently disabled in click-to-focus mode. Note that the list of ways to raise windows when raise_on_click is false does not include programmatic requests from applications to raise windows; such requests will be ignored regardless of the reason for the request. If you are an application developer and have a user complaining that your application does not work with this setting disabled, tell them it is _their_ fault for breaking their window manager and that they need to change this option back to true or live with the "bug" they requested.</long>
94
      </locale>
95
    </schema>
96
 
97
    <schema>
98
      <key>/schemas/apps/metacity/general/new_windows_always_on_top</key>
99
      <applyto>/apps/metacity/general/new_windows_always_on_top</applyto>
100
      <owner>metacity</owner>
101
      <type>bool</type>
102
      <default>false</default>
103
      <gettext_domain>metacity</gettext_domain>
104
      <locale name="C">
105
         <short>Whether new windows should always be placed on top</short>
106
         <long>The normal behavior is that if a new window is not given the focus (since, for example, the user has interacted with another window after launching an application), then if the window would be stacked on top of the focus window, the window is instead stacked beneath and flashed in the taskbar. This behavior can be annoying on large screens and multihead setups where the taskbar is hard to notice and difficult to get to, so this option, if set, disables this behavior, and new windows are always placed on top, whether or not they get focus. Note that if this option is set, a new window may completely hide the focus window but not get focus itself, which can be quite confusing to users. Also, note that setting this option breaks the normal invariant in the 'click' focus mode that the topmost window always has focus, so its most suitable for use with the 'mouse' and 'sloppy' focus modes. This key also affects windows that try to activate or raise themselves themselves but don't succeed in getting the the focus. Without this key being set, such windows are flashed in the taskbar. With this key set they, like entirely new windows, are raised but not focused.</long>
107
      </locale>
108
    </schema>
109
 
110
    <schema>
111
      <key>/schemas/apps/metacity/general/action_double_click_titlebar</key>
112
      <applyto>/apps/metacity/general/action_double_click_titlebar</applyto>
113
      <owner>metacity</owner>
114
      <type>string</type>
115
      <default>toggle_maximize</default>
116
      <gettext_domain>metacity</gettext_domain>
117
      <locale name="C">
118
         <short>Action on title bar double-click</short>
119
         <long>This option determines the effects of double-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, 'toggle_maximize' which will maximize/unmaximize the window, 'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will maximize/unmaximize the window in that direction only, 'minimize' which will minimize the window, 'shade' which will roll the window up, 'menu' which will display the window menu, 'lower' which will put the window behind all the others, and 'none' which will not do anything.</long>
120
      </locale>
121
    </schema>
122
 
123
    <schema>
124
      <key>/schemas/apps/metacity/general/action_middle_click_titlebar</key>
125
      <applyto>/apps/metacity/general/action_middle_click_titlebar</applyto>
126
      <owner>metacity</owner>
127
      <type>string</type>
128
      <default>lower</default>
129
      <gettext_domain>metacity</gettext_domain>
130
      <locale name="C">
131
         <short>Action on title bar middle-click</short>
132
         <long>This option determines the effects of middle-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, 'toggle_maximize' which will maximize/unmaximize the window, 'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will maximize/unmaximize the window in that direction only, 'minimize' which will minimize the window, 'shade' which will roll the window up, 'menu' which will display the window menu, 'lower' which will put the window behind all the others, and 'none' which will not do anything.</long>
133
      </locale>
134
    </schema>
135
 
136
    <schema>
137
      <key>/schemas/apps/metacity/general/action_right_click_titlebar</key>
138
      <applyto>/apps/metacity/general/action_right_click_titlebar</applyto>
139
      <owner>metacity</owner>
140
      <type>string</type>
141
      <default>menu</default>
142
      <gettext_domain>metacity</gettext_domain>
143
      <locale name="C">
144
         <short>Action on title bar right-click</short>
145
         <long>This option determines the effects of right-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, 'toggle_maximize' which will maximize/unmaximize the window, 'toggle_maximize_horizontally' and 'toggle_maximize_vertically' which will maximize/unmaximize the window in that direction only, 'minimize' which will minimize the window, 'shade' which will roll the window up, 'menu' which will display the window menu, 'lower' which will put the window behind all the others, and 'none' which will not do anything.</long>
146
      </locale>
147
    </schema>
148
 
149
    <schema>
150
      <key>/schemas/apps/metacity/general/auto_raise</key>
151
      <applyto>/apps/metacity/general/auto_raise</applyto>
152
      <owner>metacity</owner>
153
      <type>bool</type>
154
      <default>false</default>
155
      <gettext_domain>metacity</gettext_domain>
156
      <locale name="C">
157
        <short>Automatically raises the focused window</short>
158
        <long>If set to true, and the focus mode is either "sloppy" or "mouse" then the focused window will be automatically raised after a delay specified by the auto_raise_delay key. This is not related to clicking on a window to raise it, nor to entering a window during drag-and-drop.</long>
159
      </locale>
160
    </schema>
161
 
162
    <schema>
163
      <key>/schemas/apps/metacity/general/auto_raise_delay</key>
164
      <applyto>/apps/metacity/general/auto_raise_delay</applyto>
165
      <owner>metacity</owner>
166
      <type>int</type>
167
      <default>500</default>
168
      <gettext_domain>metacity</gettext_domain>
169
      <locale name="C">
170
        <short>Delay in milliseconds for the auto raise option</short>
171
        <long>The time delay before raising a window if auto_raise is set to true. The delay is given in thousandths of a second.</long>
172
      </locale>
173
    </schema>
174
 
175
    <schema>
176
      <key>/schemas/apps/metacity/general/theme</key>
177
      <applyto>/apps/metacity/general/theme</applyto>
178
      <owner>metacity</owner>
179
      <type>string</type>
180
      <default>Slider</default>
181
      <gettext_domain>metacity</gettext_domain>
182
      <locale name="C">
183
         <short>Current theme</short>
184
         <long>The theme determines the appearance of window borders, titlebar, and so forth.</long>
185
      </locale>
186
    </schema>
187
 
188
    <schema>
189
      <key>/schemas/apps/metacity/general/titlebar_uses_system_font</key>
190
      <applyto>/apps/metacity/general/titlebar_uses_system_font</applyto>
191
      <owner>metacity</owner>
192
      <type>bool</type>
193
      <default>false</default>
194
      <gettext_domain>metacity</gettext_domain>
195
      <locale name="C">
196
         <short>Use standard system font in window titles</short>
197
         <long>If true, ignore the titlebar_font option, and use the standard application font for window titles.</long>
198
      </locale>
199
    </schema>
200
 
201
    <schema>
202
      <key>/schemas/apps/metacity/general/titlebar_font</key>
203
      <applyto>/apps/metacity/general/titlebar_font</applyto>
204
      <owner>metacity</owner>
205
      <type>string</type>
206
      <default>Sans Bold 10</default>
207
      <gettext_domain>metacity</gettext_domain>
208
      <locale name="C">
209
        <short>Window title font</short>
210
        <long>A font description string describing a font for window titlebars. The size from the description will only be used if the titlebar_font_size option is set to 0. Also, this option is disabled if the titlebar_uses_desktop_font option is set to true.</long>
211
      </locale>
212
    </schema>
213
 
214
    <schema>
215
      <key>/schemas/apps/metacity/general/num_workspaces</key>
216
      <applyto>/apps/metacity/general/num_workspaces</applyto>
217
      <owner>metacity</owner>
218
      <type>int</type>
219
      <default>2</default>
220
      <gettext_domain>metacity</gettext_domain>
221
      <locale name="C">
222
        <short>Number of workspaces</short>
223
        <long>Number of workspaces. Must be more than zero, and has a fixed maximum to prevent making the desktop unusable by accidentally asking for too many workspaces.</long>
224
      </locale>
225
    </schema>
226
 
227
    <schema>
228
      <key>/schemas/apps/metacity/general/visual_bell</key>
229
      <applyto>/apps/metacity/general/visual_bell</applyto>
230
      <owner>metacity</owner>
231
      <type>bool</type>
232
      <default>false</default>
233
      <gettext_domain>metacity</gettext_domain>
234
      <locale name="C">
235
        <short>Enable Visual Bell</short>
236
        <long>Turns on a visual indication when an application or the system issues a 'bell' or 'beep'; useful for the hard-of-hearing and for use in noisy environments.</long>
237
      </locale>
238
    </schema>
239
 
240
    <schema>
241
      <key>/schemas/apps/metacity/general/audible_bell</key>
242
      <applyto>/apps/metacity/general/audible_bell</applyto>
243
      <owner>metacity</owner>
244
      <type>bool</type>
245
      <default>true</default>
246
      <gettext_domain>metacity</gettext_domain>
247
      <locale name="C">
248
        <short>System Bell is Audible</short>
249
        <long>Determines whether applications or the system can generate audible 'beeps'; may be used in conjunction with 'visual bell' to allow silent 'beeps'.</long>
250
      </locale>
251
    </schema>
252
 
253
    <schema>
254
      <key>/schemas/apps/metacity/general/visual_bell_type</key>
255
      <applyto>/apps/metacity/general/visual_bell_type</applyto>
256
      <owner>metacity</owner>
257
      <type>string</type>
258
      <default>fullscreen</default>
259
      <gettext_domain>metacity</gettext_domain>
260
      <locale name="C">
261
        <short>Visual Bell Type</short>
262
        <long>Tells Metacity how to implement the visual indication that the system bell or another application 'bell' indicator has been rung. Currently there are two valid values, "fullscreen", which causes a fullscreen white-black flash, and "frame_flash" which causes the titlebar of the application which sent the bell signal to flash. If the application which sent the bell is unknown (as is usually the case for the default "system beep"), the currently focused window's titlebar is flashed.</long>
263
      </locale>
264
    </schema>
265
 
266
    <schema>
267
      <key>/schemas/apps/metacity/general/compositing_manager</key>
268
      <applyto>/apps/metacity/general/compositing_manager</applyto>
269
      <owner>metacity</owner>
270
      <type>bool</type>
271
      <default>false</default>
272
      <gettext_domain>metacity</gettext_domain>
273
      <locale name="C">
274
        <short>Compositing Manager</short>
275
        <long>Determines whether Metacity is a compositing manager.</long>
276
      </locale>
277
    </schema>
278
 
279
    <schema>
280
      <key>/schemas/apps/metacity/workspace_names/name</key>
281
      <applyto>/apps/metacity/workspace_names/name_1</applyto>
282
      <applyto>/apps/metacity/workspace_names/name_2</applyto>
283
      <applyto>/apps/metacity/workspace_names/name_3</applyto>
284
      <applyto>/apps/metacity/workspace_names/name_4</applyto>
285
      <applyto>/apps/metacity/workspace_names/name_5</applyto>
286
      <applyto>/apps/metacity/workspace_names/name_6</applyto>
287
      <applyto>/apps/metacity/workspace_names/name_7</applyto>
288
      <applyto>/apps/metacity/workspace_names/name_8</applyto>
289
      <applyto>/apps/metacity/workspace_names/name_9</applyto>
290
      <applyto>/apps/metacity/workspace_names/name_10</applyto>
291
      <applyto>/apps/metacity/workspace_names/name_11</applyto>
292
      <applyto>/apps/metacity/workspace_names/name_12</applyto>
293
      <applyto>/apps/metacity/workspace_names/name_13</applyto>
294
      <applyto>/apps/metacity/workspace_names/name_14</applyto>
295
      <applyto>/apps/metacity/workspace_names/name_15</applyto>
296
      <applyto>/apps/metacity/workspace_names/name_16</applyto>
297
      <owner>metacity</owner>
298
      <type>string</type>
299
      <default></default>
300
      <gettext_domain>metacity</gettext_domain>
301
      <locale name="C">
302
         <short>Name of workspace</short>
303
         <long>The name of a workspace.</long>
304
      </locale>
305
    </schema>
306
 
307
    <schema>
308
      <key>/schemas/apps/metacity/general/reduced_resources</key>
309
      <applyto>/apps/metacity/general/reduced_resources</applyto>
310
      <owner>metacity</owner>
311
      <type>bool</type>
312
      <default>false</default>
313
      <gettext_domain>metacity</gettext_domain>
314
      <locale name="C">
315
         <short>If true, trade off usability for less resource usage</short>
316
         <long>If true, metacity will give the user less feedback by using wireframes, avoiding animations, or other means. This is a significant reduction in usability for many users, but may allow legacy applications to continue working, and may also be a useful tradeoff for terminal servers. However, the wireframe feature is disabled when accessibility is on.</long>
317
      </locale>
318
    </schema>
319
 
320
    <!-- Keybindings -->
321
 
322
    <schema>
323
      <key>/schemas/apps/metacity/global_keybindings/run_command</key>
324
      <applyto>/apps/metacity/global_keybindings/run_command_1</applyto>
325
      <applyto>/apps/metacity/global_keybindings/run_command_2</applyto>
326
      <applyto>/apps/metacity/global_keybindings/run_command_3</applyto>
327
      <applyto>/apps/metacity/global_keybindings/run_command_4</applyto>
328
      <applyto>/apps/metacity/global_keybindings/run_command_5</applyto>
329
      <applyto>/apps/metacity/global_keybindings/run_command_6</applyto>
330
      <applyto>/apps/metacity/global_keybindings/run_command_7</applyto>
331
      <applyto>/apps/metacity/global_keybindings/run_command_8</applyto>
332
      <applyto>/apps/metacity/global_keybindings/run_command_9</applyto>
333
      <applyto>/apps/metacity/global_keybindings/run_command_10</applyto>
334
      <applyto>/apps/metacity/global_keybindings/run_command_11</applyto>
335
      <applyto>/apps/metacity/global_keybindings/run_command_12</applyto>
336
      <owner>metacity</owner>
337
      <type>string</type>
338
      <default>disabled</default>
339
      <gettext_domain>metacity</gettext_domain>
340
      <locale name="C">
341
         <short>Run a defined command</short>
342
         <long>The keybinding that runs the correspondingly-numbered command in /apps/metacity/keybinding_commands The format looks like "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and "&lt;Ctrl&gt;". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
343
      </locale>
344
    </schema>
345
 
346
    <schema>
347
      <key>/schemas/apps/metacity/keybinding_commands/command</key>
348
      <applyto>/apps/metacity/keybinding_commands/command_1</applyto>
349
      <applyto>/apps/metacity/keybinding_commands/command_2</applyto>
350
      <applyto>/apps/metacity/keybinding_commands/command_3</applyto>
351
      <applyto>/apps/metacity/keybinding_commands/command_4</applyto>
352
      <applyto>/apps/metacity/keybinding_commands/command_5</applyto>
353
      <applyto>/apps/metacity/keybinding_commands/command_6</applyto>
354
      <applyto>/apps/metacity/keybinding_commands/command_7</applyto>
355
      <applyto>/apps/metacity/keybinding_commands/command_8</applyto>
356
      <applyto>/apps/metacity/keybinding_commands/command_9</applyto>
357
      <applyto>/apps/metacity/keybinding_commands/command_10</applyto>
358
      <applyto>/apps/metacity/keybinding_commands/command_11</applyto>
359
      <applyto>/apps/metacity/keybinding_commands/command_12</applyto>
360
      <owner>metacity</owner>
361
      <type>string</type>
362
      <default> </default>
363
      <gettext_domain>metacity</gettext_domain>
364
      <locale name="C">
365
         <short>Commands to run in response to keybindings</short>
366
         <long>The /apps/metacity/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</long>
367
      </locale>
368
    </schema>
369
 
370
    <schema>
371
      <key>/schemas/apps/metacity/keybinding_commands/command_screenshot</key>
372
      <applyto>/apps/metacity/keybinding_commands/command_screenshot</applyto>
373
      <owner>metacity</owner>
374
      <type>string</type>
375
      <default>gnome-screenshot</default>
376
      <gettext_domain>metacity</gettext_domain>
377
      <locale name="C">
378
         <short>The screenshot command</short>
379
         <long>The /apps/metacity/global_keybindings/run_command_screenshot key defines a keybinding which causes the command specified by this setting to be invoked.</long>
380
      </locale>
381
    </schema>
382
 
383
    <schema>
384
      <key>/schemas/apps/metacity/keybinding_commands/command_window_screenshot</key>
385
      <applyto>/apps/metacity/keybinding_commands/command_window_screenshot</applyto>
386
      <owner>metacity</owner>
387
      <type>string</type>
388
      <default>gnome-screenshot --window</default>
389
      <gettext_domain>metacity</gettext_domain>
390
      <locale name="C">
391
         <short>The window screenshot command</short>
392
         <long>The /apps/metacity/global_keybindings/run_command_window_screenshot key defines a keybinding which causes the command specified by this setting to be invoked.</long>
393
      </locale>
394
    </schema>
395
 
396
    <!-- Schemas below are generated by schema-bindings.c when this file
397
         becomes metacity.schemas.in
398
    -->
399
    <schema>
400
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_1</key>
401
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_1</applyto>
402
      <owner>metacity</owner>
403
      <type>string</type>
404
      <default>disabled</default>
405
      <gettext_domain>metacity</gettext_domain>
406
      <locale name="C">
407
        <short>Switch to workspace 1</short>
408
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
409
      </locale>
410
    </schema>
411
 
412
    <schema>
413
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_2</key>
414
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_2</applyto>
415
      <owner>metacity</owner>
416
      <type>string</type>
417
      <default>disabled</default>
418
      <gettext_domain>metacity</gettext_domain>
419
      <locale name="C">
420
        <short>Switch to workspace 2</short>
421
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
422
      </locale>
423
    </schema>
424
 
425
    <schema>
426
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_3</key>
427
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_3</applyto>
428
      <owner>metacity</owner>
429
      <type>string</type>
430
      <default>disabled</default>
431
      <gettext_domain>metacity</gettext_domain>
432
      <locale name="C">
433
        <short>Switch to workspace 3</short>
434
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
435
      </locale>
436
    </schema>
437
 
438
    <schema>
439
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_4</key>
440
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_4</applyto>
441
      <owner>metacity</owner>
442
      <type>string</type>
443
      <default>disabled</default>
444
      <gettext_domain>metacity</gettext_domain>
445
      <locale name="C">
446
        <short>Switch to workspace 4</short>
447
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
448
      </locale>
449
    </schema>
450
 
451
    <schema>
452
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_5</key>
453
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_5</applyto>
454
      <owner>metacity</owner>
455
      <type>string</type>
456
      <default>disabled</default>
457
      <gettext_domain>metacity</gettext_domain>
458
      <locale name="C">
459
        <short>Switch to workspace 5</short>
460
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
461
      </locale>
462
    </schema>
463
 
464
    <schema>
465
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_6</key>
466
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_6</applyto>
467
      <owner>metacity</owner>
468
      <type>string</type>
469
      <default>disabled</default>
470
      <gettext_domain>metacity</gettext_domain>
471
      <locale name="C">
472
        <short>Switch to workspace 6</short>
473
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
474
      </locale>
475
    </schema>
476
 
477
    <schema>
478
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_7</key>
479
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_7</applyto>
480
      <owner>metacity</owner>
481
      <type>string</type>
482
      <default>disabled</default>
483
      <gettext_domain>metacity</gettext_domain>
484
      <locale name="C">
485
        <short>Switch to workspace 7</short>
486
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
487
      </locale>
488
    </schema>
489
 
490
    <schema>
491
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_8</key>
492
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_8</applyto>
493
      <owner>metacity</owner>
494
      <type>string</type>
495
      <default>disabled</default>
496
      <gettext_domain>metacity</gettext_domain>
497
      <locale name="C">
498
        <short>Switch to workspace 8</short>
499
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
500
      </locale>
501
    </schema>
502
 
503
    <schema>
504
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_9</key>
505
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_9</applyto>
506
      <owner>metacity</owner>
507
      <type>string</type>
508
      <default>disabled</default>
509
      <gettext_domain>metacity</gettext_domain>
510
      <locale name="C">
511
        <short>Switch to workspace 9</short>
512
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
513
      </locale>
514
    </schema>
515
 
516
    <schema>
517
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_10</key>
518
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_10</applyto>
519
      <owner>metacity</owner>
520
      <type>string</type>
521
      <default>disabled</default>
522
      <gettext_domain>metacity</gettext_domain>
523
      <locale name="C">
524
        <short>Switch to workspace 10</short>
525
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
526
      </locale>
527
    </schema>
528
 
529
    <schema>
530
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_11</key>
531
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_11</applyto>
532
      <owner>metacity</owner>
533
      <type>string</type>
534
      <default>disabled</default>
535
      <gettext_domain>metacity</gettext_domain>
536
      <locale name="C">
537
        <short>Switch to workspace 11</short>
538
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
539
      </locale>
540
    </schema>
541
 
542
    <schema>
543
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_12</key>
544
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_12</applyto>
545
      <owner>metacity</owner>
546
      <type>string</type>
547
      <default>disabled</default>
548
      <gettext_domain>metacity</gettext_domain>
549
      <locale name="C">
550
        <short>Switch to workspace 12</short>
551
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
552
      </locale>
553
    </schema>
554
 
555
    <schema>
556
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_left</key>
557
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_left</applyto>
558
      <owner>metacity</owner>
559
      <type>string</type>
560
      <default>&lt;Control&gt;&lt;Alt&gt;Left</default>
561
      <gettext_domain>metacity</gettext_domain>
562
      <locale name="C">
563
        <short>Switch to workspace on the left of the current workspace</short>
564
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
565
      </locale>
566
    </schema>
567
 
568
    <schema>
569
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_right</key>
570
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_right</applyto>
571
      <owner>metacity</owner>
572
      <type>string</type>
573
      <default>&lt;Control&gt;&lt;Alt&gt;Right</default>
574
      <gettext_domain>metacity</gettext_domain>
575
      <locale name="C">
576
        <short>Switch to workspace on the right of the current workspace</short>
577
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
578
      </locale>
579
    </schema>
580
 
581
    <schema>
582
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_up</key>
583
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
584
      <owner>metacity</owner>
585
      <type>string</type>
586
      <default>&lt;Control&gt;&lt;Alt&gt;Up</default>
587
      <gettext_domain>metacity</gettext_domain>
588
      <locale name="C">
589
        <short>Switch to workspace above the current workspace</short>
590
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
591
      </locale>
592
    </schema>
593
 
594
    <schema>
595
      <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_down</key>
596
      <applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
597
      <owner>metacity</owner>
598
      <type>string</type>
599
      <default>&lt;Control&gt;&lt;Alt&gt;Down</default>
600
      <gettext_domain>metacity</gettext_domain>
601
      <locale name="C">
602
        <short>Switch to workspace below the current workspace</short>
603
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
604
      </locale>
605
    </schema>
606
 
607
    <schema>
608
      <key>/schemas/apps/metacity/global_keybindings/switch_group</key>
609
      <applyto>/apps/metacity/global_keybindings/switch_group</applyto>
610
      <owner>metacity</owner>
611
      <type>string</type>
612
      <default>disabled</default>
613
      <gettext_domain>metacity</gettext_domain>
614
      <locale name="C">
615
        <short>Move between windows of an application, using a popup window</short>
616
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
617
      </locale>
618
    </schema>
619
 
620
    <schema>
621
      <key>/schemas/apps/metacity/global_keybindings/switch_group_backward</key>
622
      <applyto>/apps/metacity/global_keybindings/switch_group_backward</applyto>
623
      <owner>metacity</owner>
624
      <type>string</type>
625
      <default>disabled</default>
626
      <gettext_domain>metacity</gettext_domain>
627
      <locale name="C">
628
        <short>Move backward between windows of an application, using a popup window</short>
629
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
630
      </locale>
631
    </schema>
632
 
633
    <schema>
634
      <key>/schemas/apps/metacity/global_keybindings/switch_windows</key>
635
      <applyto>/apps/metacity/global_keybindings/switch_windows</applyto>
636
      <owner>metacity</owner>
637
      <type>string</type>
638
      <default>&lt;Alt&gt;Tab</default>
639
      <gettext_domain>metacity</gettext_domain>
640
      <locale name="C">
641
        <short>Move between windows, using a popup window</short>
642
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
643
      </locale>
644
    </schema>
645
 
646
    <schema>
647
      <key>/schemas/apps/metacity/global_keybindings/switch_windows_backward</key>
648
      <applyto>/apps/metacity/global_keybindings/switch_windows_backward</applyto>
649
      <owner>metacity</owner>
650
      <type>string</type>
651
      <default>disabled</default>
652
      <gettext_domain>metacity</gettext_domain>
653
      <locale name="C">
654
        <short>Move backward between windows, using a popup window</short>
655
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
656
      </locale>
657
    </schema>
658
 
659
    <schema>
660
      <key>/schemas/apps/metacity/global_keybindings/switch_panels</key>
661
      <applyto>/apps/metacity/global_keybindings/switch_panels</applyto>
662
      <owner>metacity</owner>
663
      <type>string</type>
664
      <default>&lt;Control&gt;&lt;Alt&gt;Tab</default>
665
      <gettext_domain>metacity</gettext_domain>
666
      <locale name="C">
667
        <short>Move between panels and the desktop, using a popup window</short>
668
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
669
      </locale>
670
    </schema>
671
 
672
    <schema>
673
      <key>/schemas/apps/metacity/global_keybindings/switch_panels_backward</key>
674
      <applyto>/apps/metacity/global_keybindings/switch_panels_backward</applyto>
675
      <owner>metacity</owner>
676
      <type>string</type>
677
      <default>disabled</default>
678
      <gettext_domain>metacity</gettext_domain>
679
      <locale name="C">
680
        <short>Move backward between panels and the desktop, using a popup window</short>
681
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
682
      </locale>
683
    </schema>
684
 
685
    <schema>
686
      <key>/schemas/apps/metacity/global_keybindings/cycle_group</key>
687
      <applyto>/apps/metacity/global_keybindings/cycle_group</applyto>
688
      <owner>metacity</owner>
689
      <type>string</type>
690
      <default>&lt;Alt&gt;F6</default>
691
      <gettext_domain>metacity</gettext_domain>
692
      <locale name="C">
693
        <short>Move between windows of an application immediately</short>
694
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
695
      </locale>
696
    </schema>
697
 
698
    <schema>
699
      <key>/schemas/apps/metacity/global_keybindings/cycle_group_backward</key>
700
      <applyto>/apps/metacity/global_keybindings/cycle_group_backward</applyto>
701
      <owner>metacity</owner>
702
      <type>string</type>
703
      <default>disabled</default>
704
      <gettext_domain>metacity</gettext_domain>
705
      <locale name="C">
706
        <short>Move backward between windows of an application immediately</short>
707
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
708
      </locale>
709
    </schema>
710
 
711
    <schema>
712
      <key>/schemas/apps/metacity/global_keybindings/cycle_windows</key>
713
      <applyto>/apps/metacity/global_keybindings/cycle_windows</applyto>
714
      <owner>metacity</owner>
715
      <type>string</type>
716
      <default>&lt;Alt&gt;Escape</default>
717
      <gettext_domain>metacity</gettext_domain>
718
      <locale name="C">
719
        <short>Move between windows immediately</short>
720
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
721
      </locale>
722
    </schema>
723
 
724
    <schema>
725
      <key>/schemas/apps/metacity/global_keybindings/cycle_windows_backward</key>
726
      <applyto>/apps/metacity/global_keybindings/cycle_windows_backward</applyto>
727
      <owner>metacity</owner>
728
      <type>string</type>
729
      <default>disabled</default>
730
      <gettext_domain>metacity</gettext_domain>
731
      <locale name="C">
732
        <short>Move backward between windows immediately</short>
733
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
734
      </locale>
735
    </schema>
736
 
737
    <schema>
738
      <key>/schemas/apps/metacity/global_keybindings/cycle_panels</key>
739
      <applyto>/apps/metacity/global_keybindings/cycle_panels</applyto>
740
      <owner>metacity</owner>
741
      <type>string</type>
742
      <default>&lt;Control&gt;&lt;Alt&gt;Escape</default>
743
      <gettext_domain>metacity</gettext_domain>
744
      <locale name="C">
745
        <short>Move between panels and the desktop immediately</short>
746
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
747
      </locale>
748
    </schema>
749
 
750
    <schema>
751
      <key>/schemas/apps/metacity/global_keybindings/cycle_panels_backward</key>
752
      <applyto>/apps/metacity/global_keybindings/cycle_panels_backward</applyto>
753
      <owner>metacity</owner>
754
      <type>string</type>
755
      <default>disabled</default>
756
      <gettext_domain>metacity</gettext_domain>
757
      <locale name="C">
758
        <short>Move backward between panels and the desktop immediately</short>
759
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action. This keybinding may be reversed by holding down the &quot;shift&quot; key; therefore, &quot;shift&quot; cannot be one of the keys it uses.</long>
760
      </locale>
761
    </schema>
762
 
763
    <schema>
764
      <key>/schemas/apps/metacity/global_keybindings/show_desktop</key>
765
      <applyto>/apps/metacity/global_keybindings/show_desktop</applyto>
766
      <owner>metacity</owner>
767
      <type>string</type>
768
      <default>&lt;Control&gt;&lt;Alt&gt;d</default>
769
      <gettext_domain>metacity</gettext_domain>
770
      <locale name="C">
771
        <short>Hide all normal windows and set focus to the desktop</short>
772
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
773
      </locale>
774
    </schema>
775
 
776
    <schema>
777
      <key>/schemas/apps/metacity/global_keybindings/panel_main_menu</key>
778
      <applyto>/apps/metacity/global_keybindings/panel_main_menu</applyto>
779
      <owner>metacity</owner>
780
      <type>string</type>
781
      <default>&lt;Alt&gt;F1</default>
782
      <gettext_domain>metacity</gettext_domain>
783
      <locale name="C">
784
        <short>Show the panel's main menu</short>
785
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
786
      </locale>
787
    </schema>
788
 
789
    <schema>
790
      <key>/schemas/apps/metacity/global_keybindings/panel_run_dialog</key>
791
      <applyto>/apps/metacity/global_keybindings/panel_run_dialog</applyto>
792
      <owner>metacity</owner>
793
      <type>string</type>
794
      <default>&lt;Alt&gt;F2</default>
795
      <gettext_domain>metacity</gettext_domain>
796
      <locale name="C">
797
        <short>Show the panel's "Run Application" dialog box</short>
798
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
799
      </locale>
800
    </schema>
801
 
802
    <schema>
803
      <key>/schemas/apps/metacity/global_keybindings/run_command_screenshot</key>
804
      <applyto>/apps/metacity/global_keybindings/run_command_screenshot</applyto>
805
      <owner>metacity</owner>
806
      <type>string</type>
807
      <default>Print</default>
808
      <gettext_domain>metacity</gettext_domain>
809
      <locale name="C">
810
        <short>Take a screenshot</short>
811
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
812
      </locale>
813
    </schema>
814
 
815
    <schema>
816
      <key>/schemas/apps/metacity/global_keybindings/run_command_window_screenshot</key>
817
      <applyto>/apps/metacity/global_keybindings/run_command_window_screenshot</applyto>
818
      <owner>metacity</owner>
819
      <type>string</type>
820
      <default>&lt;Alt&gt;Print</default>
821
      <gettext_domain>metacity</gettext_domain>
822
      <locale name="C">
823
        <short>Take a screenshot of a window</short>
824
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
825
      </locale>
826
    </schema>
827
 
828
    <schema>
829
      <key>/schemas/apps/metacity/global_keybindings/run_command_terminal</key>
830
      <applyto>/apps/metacity/global_keybindings/run_command_terminal</applyto>
831
      <owner>metacity</owner>
832
      <type>string</type>
833
      <default>disabled</default>
834
      <gettext_domain>metacity</gettext_domain>
835
      <locale name="C">
836
        <short>Run a terminal</short>
837
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
838
      </locale>
839
    </schema>
840
 
841
    <schema>
842
      <key>/schemas/apps/metacity/window_keybindings/activate_window_menu</key>
843
      <applyto>/apps/metacity/window_keybindings/activate_window_menu</applyto>
844
      <owner>metacity</owner>
845
      <type>string</type>
846
      <default>&lt;Alt&gt;space</default>
847
      <gettext_domain>metacity</gettext_domain>
848
      <locale name="C">
849
        <short>Activate the window menu</short>
850
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
851
      </locale>
852
    </schema>
853
 
854
    <schema>
855
      <key>/schemas/apps/metacity/window_keybindings/toggle_fullscreen</key>
856
      <applyto>/apps/metacity/window_keybindings/toggle_fullscreen</applyto>
857
      <owner>metacity</owner>
858
      <type>string</type>
859
      <default>disabled</default>
860
      <gettext_domain>metacity</gettext_domain>
861
      <locale name="C">
862
        <short>Toggle fullscreen mode</short>
863
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
864
      </locale>
865
    </schema>
866
 
867
    <schema>
868
      <key>/schemas/apps/metacity/window_keybindings/toggle_maximized</key>
869
      <applyto>/apps/metacity/window_keybindings/toggle_maximized</applyto>
870
      <owner>metacity</owner>
871
      <type>string</type>
872
      <default>&lt;Alt&gt;F10</default>
873
      <gettext_domain>metacity</gettext_domain>
874
      <locale name="C">
875
        <short>Toggle maximization state</short>
876
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
877
      </locale>
878
    </schema>
879
 
880
    <schema>
881
      <key>/schemas/apps/metacity/window_keybindings/toggle_above</key>
882
      <applyto>/apps/metacity/window_keybindings/toggle_above</applyto>
883
      <owner>metacity</owner>
884
      <type>string</type>
885
      <default>disabled</default>
886
      <gettext_domain>metacity</gettext_domain>
887
      <locale name="C">
888
        <short>Toggle whether a window will always be visible over other windows</short>
889
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
890
      </locale>
891
    </schema>
892
 
893
    <schema>
894
      <key>/schemas/apps/metacity/window_keybindings/maximize</key>
895
      <applyto>/apps/metacity/window_keybindings/maximize</applyto>
896
      <owner>metacity</owner>
897
      <type>string</type>
898
      <default>disabled</default>
899
      <gettext_domain>metacity</gettext_domain>
900
      <locale name="C">
901
        <short>Maximize window</short>
902
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
903
      </locale>
904
    </schema>
905
 
906
    <schema>
907
      <key>/schemas/apps/metacity/window_keybindings/unmaximize</key>
908
      <applyto>/apps/metacity/window_keybindings/unmaximize</applyto>
909
      <owner>metacity</owner>
910
      <type>string</type>
911
      <default>&lt;Alt&gt;F5</default>
912
      <gettext_domain>metacity</gettext_domain>
913
      <locale name="C">
914
        <short>Restore window</short>
915
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
916
      </locale>
917
    </schema>
918
 
919
    <schema>
920
      <key>/schemas/apps/metacity/window_keybindings/toggle_shaded</key>
921
      <applyto>/apps/metacity/window_keybindings/toggle_shaded</applyto>
922
      <owner>metacity</owner>
923
      <type>string</type>
924
      <default>disabled</default>
925
      <gettext_domain>metacity</gettext_domain>
926
      <locale name="C">
927
        <short>Toggle shaded state</short>
928
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
929
      </locale>
930
    </schema>
931
 
932
    <schema>
933
      <key>/schemas/apps/metacity/window_keybindings/minimize</key>
934
      <applyto>/apps/metacity/window_keybindings/minimize</applyto>
935
      <owner>metacity</owner>
936
      <type>string</type>
937
      <default>&lt;Alt&gt;F9</default>
938
      <gettext_domain>metacity</gettext_domain>
939
      <locale name="C">
940
        <short>Minimize window</short>
941
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
942
      </locale>
943
    </schema>
944
 
945
    <schema>
946
      <key>/schemas/apps/metacity/window_keybindings/close</key>
947
      <applyto>/apps/metacity/window_keybindings/close</applyto>
948
      <owner>metacity</owner>
949
      <type>string</type>
950
      <default>&lt;Alt&gt;F4</default>
951
      <gettext_domain>metacity</gettext_domain>
952
      <locale name="C">
953
        <short>Close window</short>
954
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
955
      </locale>
956
    </schema>
957
 
958
    <schema>
959
      <key>/schemas/apps/metacity/window_keybindings/begin_move</key>
960
      <applyto>/apps/metacity/window_keybindings/begin_move</applyto>
961
      <owner>metacity</owner>
962
      <type>string</type>
963
      <default>&lt;Alt&gt;F7</default>
964
      <gettext_domain>metacity</gettext_domain>
965
      <locale name="C">
966
        <short>Move window</short>
967
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
968
      </locale>
969
    </schema>
970
 
971
    <schema>
972
      <key>/schemas/apps/metacity/window_keybindings/begin_resize</key>
973
      <applyto>/apps/metacity/window_keybindings/begin_resize</applyto>
974
      <owner>metacity</owner>
975
      <type>string</type>
976
      <default>&lt;Alt&gt;F8</default>
977
      <gettext_domain>metacity</gettext_domain>
978
      <locale name="C">
979
        <short>Resize window</short>
980
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
981
      </locale>
982
    </schema>
983
 
984
    <schema>
985
      <key>/schemas/apps/metacity/window_keybindings/toggle_on_all_workspaces</key>
986
      <applyto>/apps/metacity/window_keybindings/toggle_on_all_workspaces</applyto>
987
      <owner>metacity</owner>
988
      <type>string</type>
989
      <default>disabled</default>
990
      <gettext_domain>metacity</gettext_domain>
991
      <locale name="C">
992
        <short>Toggle whether window is on all workspaces or just one</short>
993
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
994
      </locale>
995
    </schema>
996
 
997
    <schema>
998
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_1</key>
999
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_1</applyto>
1000
      <owner>metacity</owner>
1001
      <type>string</type>
1002
      <default>disabled</default>
1003
      <gettext_domain>metacity</gettext_domain>
1004
      <locale name="C">
1005
        <short>Move window to workspace 1</short>
1006
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1007
      </locale>
1008
    </schema>
1009
 
1010
    <schema>
1011
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_2</key>
1012
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_2</applyto>
1013
      <owner>metacity</owner>
1014
      <type>string</type>
1015
      <default>disabled</default>
1016
      <gettext_domain>metacity</gettext_domain>
1017
      <locale name="C">
1018
        <short>Move window to workspace 2</short>
1019
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1020
      </locale>
1021
    </schema>
1022
 
1023
    <schema>
1024
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_3</key>
1025
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_3</applyto>
1026
      <owner>metacity</owner>
1027
      <type>string</type>
1028
      <default>disabled</default>
1029
      <gettext_domain>metacity</gettext_domain>
1030
      <locale name="C">
1031
        <short>Move window to workspace 3</short>
1032
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1033
      </locale>
1034
    </schema>
1035
 
1036
    <schema>
1037
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_4</key>
1038
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_4</applyto>
1039
      <owner>metacity</owner>
1040
      <type>string</type>
1041
      <default>disabled</default>
1042
      <gettext_domain>metacity</gettext_domain>
1043
      <locale name="C">
1044
        <short>Move window to workspace 4</short>
1045
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1046
      </locale>
1047
    </schema>
1048
 
1049
    <schema>
1050
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_5</key>
1051
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_5</applyto>
1052
      <owner>metacity</owner>
1053
      <type>string</type>
1054
      <default>disabled</default>
1055
      <gettext_domain>metacity</gettext_domain>
1056
      <locale name="C">
1057
        <short>Move window to workspace 5</short>
1058
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1059
      </locale>
1060
    </schema>
1061
 
1062
    <schema>
1063
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_6</key>
1064
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_6</applyto>
1065
      <owner>metacity</owner>
1066
      <type>string</type>
1067
      <default>disabled</default>
1068
      <gettext_domain>metacity</gettext_domain>
1069
      <locale name="C">
1070
        <short>Move window to workspace 6</short>
1071
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1072
      </locale>
1073
    </schema>
1074
 
1075
    <schema>
1076
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_7</key>
1077
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_7</applyto>
1078
      <owner>metacity</owner>
1079
      <type>string</type>
1080
      <default>disabled</default>
1081
      <gettext_domain>metacity</gettext_domain>
1082
      <locale name="C">
1083
        <short>Move window to workspace 7</short>
1084
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1085
      </locale>
1086
    </schema>
1087
 
1088
    <schema>
1089
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_8</key>
1090
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_8</applyto>
1091
      <owner>metacity</owner>
1092
      <type>string</type>
1093
      <default>disabled</default>
1094
      <gettext_domain>metacity</gettext_domain>
1095
      <locale name="C">
1096
        <short>Move window to workspace 8</short>
1097
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1098
      </locale>
1099
    </schema>
1100
 
1101
    <schema>
1102
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_9</key>
1103
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_9</applyto>
1104
      <owner>metacity</owner>
1105
      <type>string</type>
1106
      <default>disabled</default>
1107
      <gettext_domain>metacity</gettext_domain>
1108
      <locale name="C">
1109
        <short>Move window to workspace 9</short>
1110
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1111
      </locale>
1112
    </schema>
1113
 
1114
    <schema>
1115
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_10</key>
1116
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_10</applyto>
1117
      <owner>metacity</owner>
1118
      <type>string</type>
1119
      <default>disabled</default>
1120
      <gettext_domain>metacity</gettext_domain>
1121
      <locale name="C">
1122
        <short>Move window to workspace 10</short>
1123
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1124
      </locale>
1125
    </schema>
1126
 
1127
    <schema>
1128
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_11</key>
1129
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_11</applyto>
1130
      <owner>metacity</owner>
1131
      <type>string</type>
1132
      <default>disabled</default>
1133
      <gettext_domain>metacity</gettext_domain>
1134
      <locale name="C">
1135
        <short>Move window to workspace 11</short>
1136
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1137
      </locale>
1138
    </schema>
1139
 
1140
    <schema>
1141
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_12</key>
1142
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_12</applyto>
1143
      <owner>metacity</owner>
1144
      <type>string</type>
1145
      <default>disabled</default>
1146
      <gettext_domain>metacity</gettext_domain>
1147
      <locale name="C">
1148
        <short>Move window to workspace 12</short>
1149
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1150
      </locale>
1151
    </schema>
1152
 
1153
    <schema>
1154
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_left</key>
1155
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
1156
      <owner>metacity</owner>
1157
      <type>string</type>
1158
      <default>&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left</default>
1159
      <gettext_domain>metacity</gettext_domain>
1160
      <locale name="C">
1161
        <short>Move window one workspace to the left</short>
1162
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1163
      </locale>
1164
    </schema>
1165
 
1166
    <schema>
1167
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_right</key>
1168
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
1169
      <owner>metacity</owner>
1170
      <type>string</type>
1171
      <default>&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right</default>
1172
      <gettext_domain>metacity</gettext_domain>
1173
      <locale name="C">
1174
        <short>Move window one workspace to the right</short>
1175
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1176
      </locale>
1177
    </schema>
1178
 
1179
    <schema>
1180
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_up</key>
1181
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
1182
      <owner>metacity</owner>
1183
      <type>string</type>
1184
      <default>&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up</default>
1185
      <gettext_domain>metacity</gettext_domain>
1186
      <locale name="C">
1187
        <short>Move window one workspace up</short>
1188
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1189
      </locale>
1190
    </schema>
1191
 
1192
    <schema>
1193
      <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_down</key>
1194
      <applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
1195
      <owner>metacity</owner>
1196
      <type>string</type>
1197
      <default>&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Down</default>
1198
      <gettext_domain>metacity</gettext_domain>
1199
      <locale name="C">
1200
        <short>Move window one workspace down</short>
1201
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1202
      </locale>
1203
    </schema>
1204
 
1205
    <schema>
1206
      <key>/schemas/apps/metacity/window_keybindings/raise_or_lower</key>
1207
      <applyto>/apps/metacity/window_keybindings/raise_or_lower</applyto>
1208
      <owner>metacity</owner>
1209
      <type>string</type>
1210
      <default>disabled</default>
1211
      <gettext_domain>metacity</gettext_domain>
1212
      <locale name="C">
1213
        <short>Raise window if it's covered by another window, otherwise lower it</short>
1214
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1215
      </locale>
1216
    </schema>
1217
 
1218
    <schema>
1219
      <key>/schemas/apps/metacity/window_keybindings/raise</key>
1220
      <applyto>/apps/metacity/window_keybindings/raise</applyto>
1221
      <owner>metacity</owner>
1222
      <type>string</type>
1223
      <default>disabled</default>
1224
      <gettext_domain>metacity</gettext_domain>
1225
      <locale name="C">
1226
        <short>Raise window above other windows</short>
1227
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1228
      </locale>
1229
    </schema>
1230
 
1231
    <schema>
1232
      <key>/schemas/apps/metacity/window_keybindings/lower</key>
1233
      <applyto>/apps/metacity/window_keybindings/lower</applyto>
1234
      <owner>metacity</owner>
1235
      <type>string</type>
1236
      <default>disabled</default>
1237
      <gettext_domain>metacity</gettext_domain>
1238
      <locale name="C">
1239
        <short>Lower window below other windows</short>
1240
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1241
      </locale>
1242
    </schema>
1243
 
1244
    <schema>
1245
      <key>/schemas/apps/metacity/window_keybindings/maximize_vertically</key>
1246
      <applyto>/apps/metacity/window_keybindings/maximize_vertically</applyto>
1247
      <owner>metacity</owner>
1248
      <type>string</type>
1249
      <default>disabled</default>
1250
      <gettext_domain>metacity</gettext_domain>
1251
      <locale name="C">
1252
        <short>Maximize window vertically</short>
1253
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1254
      </locale>
1255
    </schema>
1256
 
1257
    <schema>
1258
      <key>/schemas/apps/metacity/window_keybindings/maximize_horizontally</key>
1259
      <applyto>/apps/metacity/window_keybindings/maximize_horizontally</applyto>
1260
      <owner>metacity</owner>
1261
      <type>string</type>
1262
      <default>disabled</default>
1263
      <gettext_domain>metacity</gettext_domain>
1264
      <locale name="C">
1265
        <short>Maximize window horizontally</short>
1266
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1267
      </locale>
1268
    </schema>
1269
 
1270
    <schema>
1271
      <key>/schemas/apps/metacity/window_keybindings/move_to_corner_nw</key>
1272
      <applyto>/apps/metacity/window_keybindings/move_to_corner_nw</applyto>
1273
      <owner>metacity</owner>
1274
      <type>string</type>
1275
      <default>disabled</default>
1276
      <gettext_domain>metacity</gettext_domain>
1277
      <locale name="C">
1278
        <short>Move window to north-west (top left) corner</short>
1279
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1280
      </locale>
1281
    </schema>
1282
 
1283
    <schema>
1284
      <key>/schemas/apps/metacity/window_keybindings/move_to_corner_ne</key>
1285
      <applyto>/apps/metacity/window_keybindings/move_to_corner_ne</applyto>
1286
      <owner>metacity</owner>
1287
      <type>string</type>
1288
      <default>disabled</default>
1289
      <gettext_domain>metacity</gettext_domain>
1290
      <locale name="C">
1291
        <short>Move window to north-east (top right) corner</short>
1292
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1293
      </locale>
1294
    </schema>
1295
 
1296
    <schema>
1297
      <key>/schemas/apps/metacity/window_keybindings/move_to_corner_sw</key>
1298
      <applyto>/apps/metacity/window_keybindings/move_to_corner_sw</applyto>
1299
      <owner>metacity</owner>
1300
      <type>string</type>
1301
      <default>disabled</default>
1302
      <gettext_domain>metacity</gettext_domain>
1303
      <locale name="C">
1304
        <short>Move window to south-west (bottom left) corner</short>
1305
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1306
      </locale>
1307
    </schema>
1308
 
1309
    <schema>
1310
      <key>/schemas/apps/metacity/window_keybindings/move_to_corner_se</key>
1311
      <applyto>/apps/metacity/window_keybindings/move_to_corner_se</applyto>
1312
      <owner>metacity</owner>
1313
      <type>string</type>
1314
      <default>disabled</default>
1315
      <gettext_domain>metacity</gettext_domain>
1316
      <locale name="C">
1317
        <short>Move window to south-east (bottom right) corner</short>
1318
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1319
      </locale>
1320
    </schema>
1321
 
1322
    <schema>
1323
      <key>/schemas/apps/metacity/window_keybindings/move_to_side_n</key>
1324
      <applyto>/apps/metacity/window_keybindings/move_to_side_n</applyto>
1325
      <owner>metacity</owner>
1326
      <type>string</type>
1327
      <default>disabled</default>
1328
      <gettext_domain>metacity</gettext_domain>
1329
      <locale name="C">
1330
        <short>Move window to north (top) side of screen</short>
1331
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1332
      </locale>
1333
    </schema>
1334
 
1335
    <schema>
1336
      <key>/schemas/apps/metacity/window_keybindings/move_to_side_s</key>
1337
      <applyto>/apps/metacity/window_keybindings/move_to_side_s</applyto>
1338
      <owner>metacity</owner>
1339
      <type>string</type>
1340
      <default>disabled</default>
1341
      <gettext_domain>metacity</gettext_domain>
1342
      <locale name="C">
1343
        <short>Move window to south (bottom) side of screen</short>
1344
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1345
      </locale>
1346
    </schema>
1347
 
1348
    <schema>
1349
      <key>/schemas/apps/metacity/window_keybindings/move_to_side_e</key>
1350
      <applyto>/apps/metacity/window_keybindings/move_to_side_e</applyto>
1351
      <owner>metacity</owner>
1352
      <type>string</type>
1353
      <default>disabled</default>
1354
      <gettext_domain>metacity</gettext_domain>
1355
      <locale name="C">
1356
        <short>Move window to east (right) side of screen</short>
1357
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1358
      </locale>
1359
    </schema>
1360
 
1361
    <schema>
1362
      <key>/schemas/apps/metacity/window_keybindings/move_to_side_w</key>
1363
      <applyto>/apps/metacity/window_keybindings/move_to_side_w</applyto>
1364
      <owner>metacity</owner>
1365
      <type>string</type>
1366
      <default>disabled</default>
1367
      <gettext_domain>metacity</gettext_domain>
1368
      <locale name="C">
1369
        <short>Move window to west (left) side of screen</short>
1370
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1371
      </locale>
1372
    </schema>
1373
 
1374
    <schema>
1375
      <key>/schemas/apps/metacity/window_keybindings/move_to_center</key>
1376
      <applyto>/apps/metacity/window_keybindings/move_to_center</applyto>
1377
      <owner>metacity</owner>
1378
      <type>string</type>
1379
      <default>disabled</default>
1380
      <gettext_domain>metacity</gettext_domain>
1381
      <locale name="C">
1382
        <short>Move window to center of screen</short>
1383
        <long>The format looks like &quot;&lt;Control&gt;a&quot; or &quot;&lt;Shift&gt;&lt;Alt&gt;F1&quot;. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as &quot;&lt;Ctl&gt;&quot; and &quot;&lt;Ctrl&gt;&quot;. If you set the option to the special string &quot;disabled&quot;, then there will be no keybinding for this action.</long>
1384
      </locale>
1385
    </schema>
1386
 
1387
 
1388
    <!-- Not used and/or crackrock -->
1389
 
1390
    <schema>
1391
      <key>/schemas/apps/metacity/general/application_based</key>
1392
      <applyto>/apps/metacity/general/application_based</applyto>
1393
      <owner>metacity</owner>
1394
      <type>bool</type>
1395
      <default>false</default>
1396
      <gettext_domain>metacity</gettext_domain>
1397
      <locale name="C">
1398
        <short>(Not implemented) Navigation works in terms of applications not windows</short>
1399
        <long>If true, then Metacity works in terms of applications rather than windows. The concept is a bit abstract, but in general an application-based setup is more like the Mac and less like Windows. When you focus a window in application-based mode, all the windows in the application will be raised. Also, in application-based mode, focus clicks are not passed through to windows in other applications. Application-based mode is, however, largely unimplemented at the moment.</long>
1400
      </locale>
1401
    </schema>
1402
 
1403
    <schema>
1404
      <key>/schemas/apps/metacity/general/disable_workarounds</key>
1405
      <applyto>/apps/metacity/general/disable_workarounds</applyto>
1406
      <owner>metacity</owner>
1407
      <type>bool</type>
1408
      <default>false</default>
1409
      <gettext_domain>metacity</gettext_domain>
1410
      <locale name="C">
1411
        <short>Disable misfeatures that are required by old or broken applications</short>
1412
        <long>Some applications disregard specifications in ways that result in window manager misfeatures. This option puts Metacity in a rigorously correct mode, which gives a more consistent user interface, provided one does not need to run any misbehaving applications.</long>
1413
      </locale>
1414
    </schema>
1415
 
1416
  </schemalist>
1417
</gconfschemafile>
1418
 
1419
 
1420
 
1421