diff options
author | Dan Winship <danw@gnome.org> | 2011-02-15 13:42:03 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-02-15 13:42:03 -0500 |
commit | 319a9972607adcf8105d0d7bface858f404ecbba (patch) | |
tree | bdb461bcf34abe9563a5544f12723931e1b05f06 /src/include | |
parent | d8f70880078bab9471468fbde787ae1f64651d4d (diff) | |
download | metacity-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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/all-keybindings.h | 4 |
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, |