summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-02-15 13:42:03 -0500
committerDan Winship <danw@gnome.org>2011-02-15 13:42:03 -0500
commit319a9972607adcf8105d0d7bface858f404ecbba (patch)
treebdb461bcf34abe9563a5544f12723931e1b05f06
parentd8f70880078bab9471468fbde787ae1f64651d4d (diff)
downloadmetacity-319a9972607adcf8105d0d7bface858f404ecbba.tar.gz
all-keybindings.h: change <Alt>Above_Tab from cycle_group to switch_group
and revert cycle_group back to <Alt>F6 as in GNOME 2.30 (qv mutter commit 6e23b0af) https://bugzilla.gnome.org/show_bug.cgi?id=639341
-rw-r--r--src/include/all-keybindings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index 1251f80f..7a59354d 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, "<Alt>Above_Tab",
_("Switch windows of an application"))
keybind (switch_group_backward, handle_switch, META_TAB_LIST_GROUP,
REVERSES_AND_REVERSED, NULL,
@@ -165,7 +165,7 @@ keybind (switch_panels_backward, handle_switch, META_TAB_LIST_DOCKS,
_("Reverse switch system controls"))
keybind (cycle_group, handle_cycle, META_TAB_LIST_GROUP,
- BINDING_REVERSES, "<Alt>Above_Tab",
+ BINDING_REVERSES, "<Alt>F6",
_("Switch windows of an app directly"))
keybind (cycle_group_backward, handle_cycle, META_TAB_LIST_GROUP,
REVERSES_AND_REVERSED, NULL,