diff options
author | Havoc Pennington <hp@pobox.com> | 2002-08-10 19:14:28 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-08-10 19:14:28 +0000 |
commit | 2fb121b1c9cf8b7bf4c6f109a993f7321e048bc7 (patch) | |
tree | 766aed2e6bbff06880103d285d5cb1e3c7232291 /src/metacity.schemas.in | |
parent | c17e91697805fd717b1c0bd2b51dba4442a42970 (diff) | |
download | metacity-2fb121b1c9cf8b7bf4c6f109a993f7321e048bc7.tar.gz |
default keybindings for move, resize, maximize, etc. from Deepa #78999
2002-08-10 Havoc Pennington <hp@pobox.com>
* src/metacity.schemas.in: default keybindings for move, resize,
maximize, etc. from Deepa #78999
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 79d36380..982964c1 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -234,7 +234,7 @@ you set <applyto>/apps/metacity/window_keybindings/minimize</applyto> <owner>metacity</owner> <type>string</type> - <default>disabled</default> + <default><Alt>F9</default> <locale name="C"> <short>Minimize a window</short> <long> @@ -255,7 +255,7 @@ you set <applyto>/apps/metacity/window_keybindings/begin_move</applyto> <owner>metacity</owner> <type>string</type> - <default>disabled</default> + <default><Alt>F7</default> <locale name="C"> <short>Move a window</short> <long> @@ -277,7 +277,7 @@ you set <applyto>/apps/metacity/window_keybindings/begin_resize</applyto> <owner>metacity</owner> <type>string</type> - <default>disabled</default> + <default><Alt>F8</default> <locale name="C"> <short>Resize a window</short> <long> |