|
60 | 60 | <object class="GtkShortcutsGroup"> |
61 | 61 | <property name="visible">True</property> |
62 | 62 | <property name="view">tab</property> |
63 | | - <property name="title" translatable="yes" context="shortcut window">Tabs</property> |
64 | | - <child> |
65 | | - <object class="GtkShortcutsShortcut"> |
66 | | - <property name="visible">True</property> |
67 | | - <property name="accelerator"><primary><alt>Page_Up</property> |
68 | | - <property name="title" translatable="yes" context="shortcut window">Go to previous tab</property> |
69 | | - </object> |
70 | | - </child> |
| 63 | + <property name="title" translatable="yes" context="shortcut window">Panes</property> |
71 | 64 | <child> |
72 | 65 | <object class="GtkShortcutsShortcut"> |
73 | 66 | <property name="visible">True</property> |
74 | | - <property name="accelerator"><primary><alt>Page_Down</property> |
75 | | - <property name="title" translatable="yes" context="shortcut window">Go to next tab</property> |
| 67 | + <property name="accelerator"><alt>Page_Up</property> |
| 68 | + <property name="title" translatable="yes" context="shortcut window">Previous comparison pane</property> |
76 | 69 | </object> |
77 | 70 | </child> |
78 | 71 | <child> |
79 | 72 | <object class="GtkShortcutsShortcut"> |
80 | 73 | <property name="visible">True</property> |
81 | | - <property name="accelerator"><alt>0...9</property> |
82 | | - <property name="title" translatable="yes" context="shortcut window">Switch to tab</property> |
| 74 | + <property name="accelerator"><alt>Page_Down</property> |
| 75 | + <property name="title" translatable="yes" context="shortcut window">Next comparison pane</property> |
83 | 76 | </object> |
84 | 77 | </child> |
| 78 | + </object> |
| 79 | + </child> |
| 80 | + <child> |
| 81 | + <object class="GtkShortcutsGroup"> |
| 82 | + <property name="visible">True</property> |
| 83 | + <property name="view">tab</property> |
| 84 | + <property name="title" translatable="yes" context="shortcut window">Changes</property> |
85 | 85 | <child> |
86 | 86 | <object class="GtkShortcutsShortcut"> |
87 | 87 | <property name="visible">True</property> |
88 | | - <property name="accelerator"><shift><primary><alt>Page_Up</property> |
89 | | - <property name="title" translatable="yes" context="shortcut window">Move tab left</property> |
| 88 | + <property name="accelerator"><alt>Up</property> |
| 89 | + <property name="title" translatable="yes" context="shortcut window">Go to previous change</property> |
90 | 90 | </object> |
91 | 91 | </child> |
92 | 92 | <child> |
93 | 93 | <object class="GtkShortcutsShortcut"> |
94 | 94 | <property name="visible">True</property> |
95 | | - <property name="accelerator"><shift><primary><alt>Page_Down</property> |
96 | | - <property name="title" translatable="yes" context="shortcut window">Move tab right</property> |
| 95 | + <property name="accelerator"><alt>Down</property> |
| 96 | + <property name="title" translatable="yes" context="shortcut window">Go to next change</property> |
97 | 97 | </object> |
98 | 98 | </child> |
99 | 99 | </object> |
|
102 | 102 | <object class="GtkShortcutsGroup"> |
103 | 103 | <property name="visible">True</property> |
104 | 104 | <property name="view">tab</property> |
105 | | - <property name="title" translatable="yes" context="shortcut window">Changes</property> |
| 105 | + <property name="title" translatable="yes" context="shortcut window">Tabs</property> |
106 | 106 | <child> |
107 | 107 | <object class="GtkShortcutsShortcut"> |
108 | 108 | <property name="visible">True</property> |
109 | | - <property name="accelerator"><alt>Up</property> |
110 | | - <property name="title" translatable="yes" context="shortcut window">Go to previous change</property> |
| 109 | + <property name="accelerator"><primary><alt>Page_Up</property> |
| 110 | + <property name="title" translatable="yes" context="shortcut window">Go to previous tab</property> |
111 | 111 | </object> |
112 | 112 | </child> |
113 | 113 | <child> |
114 | 114 | <object class="GtkShortcutsShortcut"> |
115 | 115 | <property name="visible">True</property> |
116 | | - <property name="accelerator"><alt>Down</property> |
117 | | - <property name="title" translatable="yes" context="shortcut window">Go to next change</property> |
| 116 | + <property name="accelerator"><primary><alt>Page_Down</property> |
| 117 | + <property name="title" translatable="yes" context="shortcut window">Go to next tab</property> |
| 118 | + </object> |
| 119 | + </child> |
| 120 | + <child> |
| 121 | + <object class="GtkShortcutsShortcut"> |
| 122 | + <property name="visible">True</property> |
| 123 | + <property name="accelerator"><alt>0...9</property> |
| 124 | + <property name="title" translatable="yes" context="shortcut window">Switch to tab</property> |
| 125 | + </object> |
| 126 | + </child> |
| 127 | + <child> |
| 128 | + <object class="GtkShortcutsShortcut"> |
| 129 | + <property name="visible">True</property> |
| 130 | + <property name="accelerator"><shift><primary><alt>Page_Up</property> |
| 131 | + <property name="title" translatable="yes" context="shortcut window">Move tab left</property> |
| 132 | + </object> |
| 133 | + </child> |
| 134 | + <child> |
| 135 | + <object class="GtkShortcutsShortcut"> |
| 136 | + <property name="visible">True</property> |
| 137 | + <property name="accelerator"><shift><primary><alt>Page_Down</property> |
| 138 | + <property name="title" translatable="yes" context="shortcut window">Move tab right</property> |
118 | 139 | </object> |
119 | 140 | </child> |
120 | 141 | </object> |
|
292 | 313 | <property name="title" translatable="yes" context="shortcut window">Delete change</property> |
293 | 314 | </object> |
294 | 315 | </child> |
295 | | - <child> |
296 | | - <object class="GtkShortcutsShortcut"> |
297 | | - <property name="visible">True</property> |
298 | | - <property name="accelerator"><alt>Page_Up</property> |
299 | | - <property name="title" translatable="yes" context="shortcut window">Previous comparison pane</property> |
300 | | - </object> |
301 | | - </child> |
302 | | - <child> |
303 | | - <object class="GtkShortcutsShortcut"> |
304 | | - <property name="visible">True</property> |
305 | | - <property name="accelerator"><alt>Page_Down</property> |
306 | | - <property name="title" translatable="yes" context="shortcut window">Next comparison pane</property> |
307 | | - </object> |
308 | | - </child> |
309 | 316 | </object> |
310 | 317 | </child> |
311 | 318 | <child> |
|
0 commit comments