mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
e4e200a1dc
2002-04-28 Havoc Pennington <hp@pobox.com> * README: remove caveats about keybindings * src/metacity.schemas: add schemas for all the keybindings. * src/window.c (meta_window_activate): if in "show desktop" mode when a window is activated, leave show desktop mode. So e.g. when you click on a task in the task list, show desktop mode will be turned off. * src/workspace.c (meta_workspace_get_neighbor): new function that doesn't quite work yet (needs support for getting workspace layout from the pager) * src/prefs.c: keybindings stuff * src/keybindings.c: make keybindings configurable * src/ui.c (meta_ui_parse_accelerator): new function
1182 lines
42 KiB
Plaintext
1182 lines
42 KiB
Plaintext
<gconfschemafile>
|
|
<schemalist>
|
|
|
|
<!-- General preferences -->
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/focus_mode</key>
|
|
<applyto>/apps/metacity/general/focus_mode</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>click</default>
|
|
<locale name="C">
|
|
<short>Window focus mode</short>
|
|
<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>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/theme</key>
|
|
<applyto>/apps/metacity/general/theme</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>Atlanta</default>
|
|
<locale name="C">
|
|
<short>Current theme</short>
|
|
<long>
|
|
The theme determines the appearance of window borders,
|
|
titlebar, and so forth.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/titlebar_uses_desktop_font</key>
|
|
<applyto>/apps/metacity/general/titlebar_uses_desktop_font</applyto>
|
|
<owner>metacity</owner>
|
|
<type>bool</type>
|
|
<default>true</default>
|
|
<locale name="C">
|
|
<short>Use standard desktop font in window titles</short>
|
|
<long>
|
|
If true, ignore the titlebar_font and titlebar_font_size
|
|
options, and use the standard application font for window
|
|
titles.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/titlebar_font</key>
|
|
<applyto>/apps/metacity/general/titlebar_font</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<!-- no default is deliberate - we want to be unset by default -->
|
|
<locale name="C">
|
|
<short>Window title font</short>
|
|
<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, however. Also, this option is disabled if the
|
|
titlebar_uses_desktop_font option is set to true.
|
|
By default, titlebar_font is unset, causing Metacity to fall
|
|
back to the desktop font even if titlebar_uses_desktop_font
|
|
is false.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/titlebar_font_size</key>
|
|
<applyto>/apps/metacity/general/titlebar_font_size</applyto>
|
|
<owner>metacity</owner>
|
|
<type>int</type>
|
|
<default>0</default>
|
|
<locale name="C">
|
|
<short>Window title font size</short>
|
|
<long>
|
|
The size of the font used in window titlebars, in points.
|
|
If set to 0, the size comes from the titlebar_font option
|
|
or from the desktop-wide default. If set to nonzero,
|
|
overrides those sizes.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/num_workspaces</key>
|
|
<applyto>/apps/metacity/general/num_workspaces</applyto>
|
|
<owner>metacity</owner>
|
|
<type>int</type>
|
|
<default>4</default>
|
|
<locale name="C">
|
|
<short>Number of workspaces</short>
|
|
<long>
|
|
Number of workspaces. Must be more than zero, and
|
|
has a fixed maximum (to prevent accidentally destroying
|
|
your desktop by asking for 34 million workspaces).
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<!-- Window Keybindings -->
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/activate_window_menu</key>
|
|
<applyto>/apps/metacity/window_keybindings/activate_window_menu</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>space</default>
|
|
<locale name="C">
|
|
<short>Activate window menu</short>
|
|
<long>
|
|
The keybinding used to activate the window menu.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/toggle_fullscreen</key>
|
|
<applyto>/apps/metacity/window_keybindings/toggle_fullscreen</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Toggle fullscreen mode</short>
|
|
<long>
|
|
The keybinding used to toggle fullscreen mode.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/toggle_maximized</key>
|
|
<applyto>/apps/metacity/window_keybindings/toggle_maximized</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Toggle maximization state</short>
|
|
<long>
|
|
The keybinding used to toggle maximization.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/toggle_shaded</key>
|
|
<applyto>/apps/metacity/window_keybindings/toggle_shaded</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Toggle shaded state</short>
|
|
<long>
|
|
The keybinding used to toggle shaded/unshaded state.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/close</key>
|
|
<applyto>/apps/metacity/window_keybindings/close</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Close a window</short>
|
|
<long>
|
|
The keybinding used to close a window.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/begin_move</key>
|
|
<applyto>/apps/metacity/window_keybindings/begin_move</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move a window</short>
|
|
<long>
|
|
The keybinding used to enter "move mode" and begin moving a
|
|
window using the keyboard.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/begin_resize</key>
|
|
<applyto>/apps/metacity/window_keybindings/begin_resize</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move a window</short>
|
|
<long>
|
|
The keybinding used to enter "resize mode" and begin resizing a
|
|
window using the keyboard.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/toggle_on_all_workspaces</key>
|
|
<applyto>/apps/metacity/window_keybindings/toggle_on_all_workspaces</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Toggle whether the window is on all workspaces</short>
|
|
<long>
|
|
The keybinding used to toggle whether the window is on all
|
|
workspaces or just one.
|
|
The format looks like "<Control>a" or "<Shift><Alt>F1.
|
|
The parser is
|
|
fairly liberal and allows lower or upper case, and also
|
|
abbreviations such as "<Ctl>" and "<Ctrl>". If
|
|
you set
|
|
the option to the special string "disabled", then there
|
|
will be no keybinding for this action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_1</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_1</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 1</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 1.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_2</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_2</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 2</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 2.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_3</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_3</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 3</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 3.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_4</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_4</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 4</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 4.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_5</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_5</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 5</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 5.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_6</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_6</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 6</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 6.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_7</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_7</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 7</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 7.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_8</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_8</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 8</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 8.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_9</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_9</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 9</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 9.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_10</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_10</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 10</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 10.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_11</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_11</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 11</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 11.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_12</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_12</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window to workspace 6</short>
|
|
<long>
|
|
The keybinding used to move a window to workspace 6.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_left</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window one workspace to the left</short>
|
|
<long>
|
|
The keybinding used to move a window one workspace to the left.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_right</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window one workspace to the right</short>
|
|
<long>
|
|
The keybinding used to move a window one workspace to the right.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_up</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window one workspace up</short>
|
|
<long>
|
|
The keybinding used to move a window one workspace up.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/window_keybindings/move_to_workspace_down</key>
|
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Move window one workspace down</short>
|
|
<long>
|
|
The keybinding used to move a window one workspace down.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<!-- Global Keybindings -->
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_windows</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_windows</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Tab</default>
|
|
<locale name="C">
|
|
<short>Move focus between windows</short>
|
|
<long>
|
|
The keybinding used to move focus between windows.
|
|
(Traditionally <Alt>Tab)
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_panels</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_panels</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Control><Alt>Tab</default>
|
|
<locale name="C">
|
|
<short>Move focus between panels and the desktop</short>
|
|
<long>
|
|
The keybinding used to move focus between panels and
|
|
the desktop.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/focus_previous_window</key>
|
|
<applyto>/apps/metacity/global_keybindings/focus_previous_window</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Escape</default>
|
|
<locale name="C">
|
|
<short>Move focus to the previously-focused window</short>
|
|
<long>
|
|
The keybinding used to move focus back to the window which last
|
|
had the focus.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/show_desktop</key>
|
|
<applyto>/apps/metacity/global_keybindings/show_desktop</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Control><Alt>d</default>
|
|
<locale name="C">
|
|
<short>Hide all windows and focus desktop</short>
|
|
<long>
|
|
The keybinding used to hide all normal windows and set the
|
|
focus to the desktop background.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_1</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_1</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 1</short>
|
|
<long>
|
|
The keybinding that switches to workspace 1.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_2</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_2</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 2</short>
|
|
<long>
|
|
The keybinding that switches to workspace 2.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_3</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_3</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 3</short>
|
|
<long>
|
|
The keybinding that switches to workspace 3.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_4</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_4</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 4</short>
|
|
<long>
|
|
The keybinding that switches to workspace 4.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_5</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_5</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 5</short>
|
|
<long>
|
|
The keybinding that switches to workspace 5.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_6</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_6</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 6</short>
|
|
<long>
|
|
The keybinding that switches to workspace 6.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_7</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_7</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 7</short>
|
|
<long>
|
|
The keybinding that switches to workspace 7.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_8</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_8</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 8</short>
|
|
<long>
|
|
The keybinding that switches to workspace 8.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_9</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_9</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 9</short>
|
|
<long>
|
|
The keybinding that switches to workspace 9.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_10</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_10</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 10</short>
|
|
<long>
|
|
The keybinding that switches to workspace 10.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_11</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_11</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 11</short>
|
|
<long>
|
|
The keybinding that switches to workspace 11.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_12</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_12</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default>disabled</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace 12</short>
|
|
<long>
|
|
The keybinding that switches to workspace 12.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_left</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_left</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Left</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace on the left</short>
|
|
<long>
|
|
The keybinding that switches to the workspace on the left
|
|
of the current workspace.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_right</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_right</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Right</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace on the right</short>
|
|
<long>
|
|
The keybinding that switches to the workspace on the right
|
|
of the current workspace.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_up</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Up</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace above the current space</short>
|
|
<long>
|
|
The keybinding that switches to the workspace above
|
|
the current workspace.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_down</key>
|
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
|
|
<owner>metacity</owner>
|
|
<type>string</type>
|
|
<default><Alt>Down</default>
|
|
<locale name="C">
|
|
<short>Switch to workspace below the current space</short>
|
|
<long>
|
|
The keybinding that switches to the workspace below
|
|
the current workspace.
|
|
|
|
The format looks like "<Control>a" or
|
|
"<Shift><Alt>F1.
|
|
|
|
The parser is fairly liberal and allows lower or upper case,
|
|
and also abbreviations such as "<Ctl>" and
|
|
"<Ctrl>". If you set the option to the special string
|
|
"disabled", then there will be no keybinding for this
|
|
action.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
|
|
<!-- Not used and/or crackrock -->
|
|
|
|
<schema>
|
|
<key>/schemas/apps/metacity/general/application_based</key>
|
|
<applyto>/apps/metacity/general/application_based</applyto>
|
|
<owner>metacity</owner>
|
|
<type>bool</type>
|
|
<default>false</default>
|
|
<locale name="C">
|
|
<short>(Not implemented) Navigation works in terms of applications not windows</short>
|
|
<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.
|
|
The existence of this setting is somewhat questionable.
|
|
But it's better than having settings for all the specific
|
|
details of application-based vs. window-based, e.g.
|
|
whether to pass through clicks. Also, application-based mode
|
|
is largely unimplemented at the moment.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
</schemalist>
|
|
</gconfschemafile>
|
|
|
|
|
|
|
|
|