From 6e23b0af3bc99a77ee59c14afa663c898c2c1917 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Wed, 2 Feb 2011 19:51:04 +0000 Subject: [PATCH] all-keybindings.h: change Above_Tab from cycle_group to switch_group and revert cycle_group back to F6 as in GNOME 2.30 https://bugzilla.gnome.org/show_bug.cgi?id=639341 --- src/include/all-keybindings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index 643a123bc..d676f1b0e 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -146,7 +146,7 @@ keybind (switch_to_workspace_down, handle_switch_to_workspace, */ keybind (switch_group, handle_switch, META_TAB_LIST_GROUP, - BINDING_REVERSES, NULL, + BINDING_REVERSES, "Above_Tab", _("Move between windows of an application, using a popup window")) keybind (switch_group_backward, handle_switch, META_TAB_LIST_GROUP, REVERSES_AND_REVERSED, NULL, @@ -167,7 +167,7 @@ keybind (switch_panels_backward, handle_switch, META_TAB_LIST_DOCKS, "using a popup window")) keybind (cycle_group, handle_cycle, META_TAB_LIST_GROUP, - BINDING_REVERSES, "Above_Tab", + BINDING_REVERSES, "F6", _("Move between windows of an application immediately")) keybind (cycle_group_backward, handle_cycle, META_TAB_LIST_GROUP, REVERSES_AND_REVERSED, NULL,