[empathy/gnome-2-30] src/empathy-chat-window.ui: Swap keyboard controls for moving tabs



commit 8f21b88eadef0136385386185ee0fd260a733dfe
Author: Mirsal Ennaime <mirsal ennaime gmail com>
Date:   Mon Apr 12 18:31:02 2010 +0200

    src/empathy-chat-window.ui: Swap keyboard controls for moving tabs
    
    Closes: bgo#615164
    Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction.
    Users may expect them to work in the same direction and to be consistant with other GNOME applications.
    The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance.

 src/empathy-chat-window.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui
index 32bf89c..967a4b8 100644
--- a/src/empathy-chat-window.ui
+++ b/src/empathy-chat-window.ui
@@ -116,14 +116,14 @@
             <property name="name">menu_tabs_left</property>
             <property name="label" translatable="yes">Move Tab _Left</property>
           </object>
-          <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK|GDK_SHIFT_MASK"/>
+          <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK|GDK_SHIFT_MASK"/>
         </child>
         <child>
           <object class="GtkAction" id="menu_tabs_right">
             <property name="name">menu_tabs_right</property>
             <property name="label" translatable="yes">Move Tab _Right</property>
           </object>
-          <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK|GDK_SHIFT_MASK"/>
+          <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK|GDK_SHIFT_MASK"/>
         </child>
         <child>
           <object class="GtkAction" id="menu_tabs_detach">



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