summaryrefslogtreecommitdiff
path: root/src/metacity.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r--src/metacity.schemas.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in
index 980e7bad..407918b9 100644
--- a/src/metacity.schemas.in
+++ b/src/metacity.schemas.in
@@ -188,6 +188,46 @@ you set
</schema>
<schema>
+ <key>/schemas/apps/metacity/window_keybindings/maximize</key>
+ <applyto>/apps/metacity/window_keybindings/maximize</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>&lt;Alt&gt;F10</default>
+ <locale name="C">
+ <short>Maximize a window</short>
+ <long>
+ The keybinding used to maximize a window
+ 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>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/metacity/window_keybindings/unmaximize</key>
+ <applyto>/apps/metacity/window_keybindings/unmaximize</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>&lt;Alt&gt;F5</default>
+ <locale name="C">
+ <short>Unmaximize a window</short>
+ <long>
+ The keybinding used to unmaximize a window.
+ 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>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/metacity/window_keybindings/toggle_shaded</key>
<applyto>/apps/metacity/window_keybindings/toggle_shaded</applyto>
<owner>metacity</owner>