]> git.0d.be Git - empathy.git/commitdiff
src/empathy-chat-window.ui: Swap keyboard controls for moving tabs
authorMirsal Ennaime <mirsal.ennaime@gmail.com>
Mon, 12 Apr 2010 16:31:02 +0000 (18:31 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 16 Apr 2010 07:05:22 +0000 (09:05 +0200)
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

index 0c4aba0b407e4e9d69727972dd7486636dd27cf1..362286a09293616c77d34fb46d67a6365fdbe4dc 100644 (file)
             <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">