|
48 | 48 | <property name="title" translatable="yes">Refresh comparison</property> |
49 | 49 | </object> |
50 | 50 | </child> |
| 51 | + <child> |
| 52 | + <object class="GtkShortcutsShortcut"> |
| 53 | + <property name="visible">True</property> |
| 54 | + <property name="accelerator">F11</property> |
| 55 | + <property name="title" translatable="yes">Fullscreen</property> |
| 56 | + </object> |
| 57 | + </child> |
51 | 58 | </object> |
52 | 59 | </child> |
53 | 60 | <child> |
|
95 | 102 | <child> |
96 | 103 | <object class="GtkShortcutsGroup"> |
97 | 104 | <property name="visible">True</property> |
98 | | - <property name="view">navigation</property> |
99 | | - <property name="title" translatable="yes">Navigation</property> |
| 105 | + <property name="view">editing</property> |
| 106 | + <property name="title" translatable="yes">Editing</property> |
| 107 | + <child> |
| 108 | + <object class="GtkShortcutsShortcut"> |
| 109 | + <property name="visible">True</property> |
| 110 | + <property name="accelerator"><primary>S</property> |
| 111 | + <property name="title" translatable="yes">Save current file</property> |
| 112 | + </object> |
| 113 | + </child> |
| 114 | + <child> |
| 115 | + <object class="GtkShortcutsShortcut"> |
| 116 | + <property name="visible">True</property> |
| 117 | + <property name="accelerator"><shift><primary>S</property> |
| 118 | + <property name="title" translatable="yes">Save current file to new path</property> |
| 119 | + </object> |
| 120 | + </child> |
| 121 | + <child> |
| 122 | + <object class="GtkShortcutsShortcut"> |
| 123 | + <property name="visible">True</property> |
| 124 | + <property name="accelerator"><primary>Z</property> |
| 125 | + <property name="title" translatable="yes">Undo</property> |
| 126 | + </object> |
| 127 | + </child> |
| 128 | + <child> |
| 129 | + <object class="GtkShortcutsShortcut"> |
| 130 | + <property name="visible">True</property> |
| 131 | + <property name="accelerator"><shift><primary>Z</property> |
| 132 | + <property name="title" translatable="yes">Redo</property> |
| 133 | + </object> |
| 134 | + </child> |
| 135 | + |
| 136 | + <child> |
| 137 | + <object class="GtkShortcutsShortcut"> |
| 138 | + <property name="visible">True</property> |
| 139 | + <property name="accelerator"><primary>X</property> |
| 140 | + <property name="title" translatable="yes">Cut</property> |
| 141 | + </object> |
| 142 | + </child> |
| 143 | + <child> |
| 144 | + <object class="GtkShortcutsShortcut"> |
| 145 | + <property name="visible">True</property> |
| 146 | + <property name="accelerator"><primary>C</property> |
| 147 | + <property name="title" translatable="yes">Copy</property> |
| 148 | + </object> |
| 149 | + </child> |
| 150 | + <child> |
| 151 | + <object class="GtkShortcutsShortcut"> |
| 152 | + <property name="visible">True</property> |
| 153 | + <property name="accelerator"><primary>V</property> |
| 154 | + <property name="title" translatable="yes">Paste</property> |
| 155 | + </object> |
| 156 | + </child> |
| 157 | + <child> |
| 158 | + <object class="GtkShortcutsShortcut"> |
| 159 | + <property name="visible">True</property> |
| 160 | + <property name="accelerator"><primary>F</property> |
| 161 | + <property name="title" translatable="yes">Find</property> |
| 162 | + </object> |
| 163 | + </child> |
| 164 | + <child> |
| 165 | + <object class="GtkShortcutsShortcut"> |
| 166 | + <property name="visible">True</property> |
| 167 | + <property name="accelerator"><primary>G</property> |
| 168 | + <property name="title" translatable="yes">Find Next</property> |
| 169 | + </object> |
| 170 | + </child> |
100 | 171 | <child> |
101 | 172 | <object class="GtkShortcutsShortcut"> |
102 | 173 | <property name="visible">True</property> |
103 | | - <property name="accelerator"><alt>Up</property> |
104 | | - <property name="direction">ltr</property> |
105 | | - <property name="title" translatable="yes">Go to previous change</property> |
| 174 | + <property name="accelerator"><primary><shift>G</property> |
| 175 | + <property name="title" translatable="yes">Find Previous</property> |
106 | 176 | </object> |
107 | 177 | </child> |
108 | 178 | <child> |
109 | 179 | <object class="GtkShortcutsShortcut"> |
110 | 180 | <property name="visible">True</property> |
111 | | - <property name="accelerator"><alt>Down</property> |
112 | | - <property name="title" translatable="yes">Go to next change</property> |
| 181 | + <property name="accelerator"><primary>H</property> |
| 182 | + <property name="title" translatable="yes">Replace</property> |
113 | 183 | </object> |
114 | 184 | </child> |
115 | 185 | </object> |
|
0 commit comments