diff options
author | Deepa Natarajan <deepa.natarajan@wipro.com> | 2002-08-21 06:47:16 +0000 |
---|---|---|
committer | Deepa Natarajan <deepa@src.gnome.org> | 2002-08-21 06:47:16 +0000 |
commit | c39a03ad5992246e35a219a0c81254da9199c9ac (patch) | |
tree | 11faf7f96ea8cb347897720764c7b34808201a2e /src/prefs.c | |
parent | 0ac034ad4c58b19e4fd28c82ec52b5d68d534ae6 (diff) | |
download | metacity-c39a03ad5992246e35a219a0c81254da9199c9ac.tar.gz metacity-c39a03ad5992246e35a219a0c81254da9199c9ac.tar.bz2 |
add maximize and unmaximize keybinding setting. Partly fixes bug# 78999.
2002-08-21 Deepa Natarajan <deepa.natarajan@wipro.com>
* src/keybindings.c, src/metacity.schemas.in, src/prefs.[ch]:
add maximize and unmaximize keybinding setting. Partly fixes
bug# 78999.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 6314645..7cccde0 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -874,6 +874,8 @@ static MetaKeyPref window_bindings[] = { { META_KEYBINDING_WINDOW_MENU, 0, 0 }, { META_KEYBINDING_TOGGLE_FULLSCREEN, 0, 0 }, { META_KEYBINDING_TOGGLE_MAXIMIZE, 0, 0 }, + { META_KEYBINDING_MAXIMIZE, 0, 0 }, + { META_KEYBINDING_UNMAXIMIZE, 0, 0 }, { META_KEYBINDING_TOGGLE_SHADE, 0, 0 }, { META_KEYBINDING_MINIMIZE, 0, 0 }, { META_KEYBINDING_CLOSE, 0, 0 }, |