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



commit 319a9972607adcf8105d0d7bface858f404ecbba
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 15 13:42:03 2011 -0500

    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

 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 1251f80..7a59354 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,



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