[mutter] all-keybindings.h: change <Alt>Above_Tab from cycle_group to switch_group



commit 6e23b0af3bc99a77ee59c14afa663c898c2c1917
Author: Rui Matos <tiagomatos gmail com>
Date:   Wed Feb 2 19:51:04 2011 +0000

    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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639341

 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 643a123..d676f1b 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",
         _("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,        "<Alt>Above_Tab",
+        BINDING_REVERSES,        "<Alt>F6",
         _("Move between windows of an application immediately"))
 keybind (cycle_group_backward,     handle_cycle,         META_TAB_LIST_GROUP,
         REVERSES_AND_REVERSED,   NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]