add vertical/horizontal maximize (this adds no strings or features, just
2003-01-03 Havoc Pennington <hp@redhat.com> * gnome-keybinding-properties.c (metacity_key_list): add vertical/horizontal maximize (this adds no strings or features, just fixes the list being out of sync with metacity)
This commit is contained in:
parent
8eccb7d29b
commit
8304143035
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-01-03 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gnome-keybinding-properties.c (metacity_key_list): add
|
||||
vertical/horizontal maximize (this adds no strings or features,
|
||||
just fixes the list being out of sync with metacity)
|
||||
|
||||
2002-12-18 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.1.5
|
||||
|
|
|
@ -59,6 +59,8 @@ const KeyListEntry metacity_key_list[] =
|
|||
{ "/apps/metacity/window_keybindings/raise_or_lower", ALWAYS_VISIBLE, 0 },
|
||||
{ "/apps/metacity/window_keybindings/raise", ALWAYS_VISIBLE, 0 },
|
||||
{ "/apps/metacity/window_keybindings/lower", ALWAYS_VISIBLE, 0 },
|
||||
{ "/apps/metacity/window_keybindings/maximize_vertically", ALWAYS_VISIBLE, 0 },
|
||||
{ "/apps/metacity/window_keybindings/maximize_horizontally", ALWAYS_VISIBLE, 0 },
|
||||
{ "/apps/metacity/window_keybindings/move_to_workspace_1", N_WORKSPACES_GT, 1 },
|
||||
{ "/apps/metacity/window_keybindings/move_to_workspace_2", N_WORKSPACES_GT, 1 },
|
||||
{ "/apps/metacity/window_keybindings/move_to_workspace_3", N_WORKSPACES_GT, 2 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue