Added [un]maximize metacity bindings.

2002-08-21  Deepa Natarajan <deepa.natarajan@wipro.com>

	* gnome-keybinding-properties.c: Added [un]maximize metacity bindings.
This commit is contained in:
Deepa Natarajan 2002-08-21 06:53:59 +00:00 committed by Deepa Natarajan
parent b3ca0b3f9f
commit d65fcfacab
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-08-21 Deepa Natarajan <deepa.natarajan@wipro.com>
* gnome-keybinding-properties.c: Added [un]maximize metacity bindings.
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0

View file

@ -47,6 +47,8 @@ const KeyListEntry metacity_key_list[] =
{ "/apps/metacity/window_keybindings/activate_window_menu", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/toggle_fullscreen", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/toggle_maximized", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/maximize", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/unmaximize", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/toggle_shaded", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/close", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/window_keybindings/minimize", ALWAYS_VISIBLE, 0 },