added gconf:/apps/metacity/global_keybindings/cycle_group

2007-02-08  Mariano Suárez-Alvarez  <mariano@gnome.org>

	* gnome-keybinding-properties.c (metacity_key_list): added 
	gconf:/apps/metacity/global_keybindings/cycle_group


svn path=/trunk/; revision=7263
This commit is contained in:
Mariano Suárez-Alvarez 2007-02-08 17:57:07 +00:00 committed by Mariano Suárez-Alvarez
parent d1b6b9d3fa
commit a9b2d9ed9f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-02-08 Mariano Suárez-Alvarez <mariano@gnome.org>
* gnome-keybinding-properties.c (metacity_key_list): added
gconf:/apps/metacity/global_keybindings/cycle_group
2007-02-07 Mariano Suárez-Alvarez <mariano@gnome.org>
* gnome-keybinding-properties.c (clear_old_model, reload_key_entries,

View file

@ -101,6 +101,7 @@ static const KeyListEntry metacity_key_list[] =
{ "/apps/metacity/global_keybindings/switch_windows", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/switch_panels", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/cycle_windows", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/cycle_group", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/cycle_panels", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/show_desktop", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/switch_to_workspace_1", N_WORKSPACES_GT, 1 },