comparison doc/main_window_menus.html @ 1105:215e102c1819

Drop most old css classes.
author zas_
date Sun, 09 Nov 2008 12:48:00 +0000
parents af04e83ec5eb
children 1bb220ff787e
comparison
equal deleted inserted replaced
1104:24ea4fda5c38 1105:215e102c1819
23 <p class="previous"><a href="main_window_navigation.html">Previous</a> 23 <p class="previous"><a href="main_window_navigation.html">Previous</a>
24 </p> 24 </p>
25 </td> 25 </td>
26 26
27 <td> 27 <td>
28 <p class="gq-menus-1">Menus &ndash; Main Window</p> 28 <p class="navtop_title">Menus &ndash; Main Window</p>
29 </td> 29 </td>
30 30
31 <td> 31 <td>
32 <p class="gq-menus-2"><a href="main_window_layout.html">Next</a> 32 <p class="next"><a href="main_window_layout.html">Next</a>
33 </p> 33 </p>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 </thead> 36 </thead>
37 </table> 37 </table>
184 <br /> 184 <br />
185 </p> 185 </p>
186 186
187 <h2>Changing the main window menu bar keyboard shortcuts</h2> 187 <h2>Changing the main window menu bar keyboard shortcuts</h2>
188 188
189 <p class="gq-menus-9">The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</b>:</p> 189 <p>The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</b>:</p>
190 190
191 <p class="gq-menus-5"><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code> 191 <p><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code>
192 </p> 192 </p>
193 193
194 <p><span class="gq-menus-8">To change a menu item, first find the line corresponding to the menu item</span> to change. For example the File menu Quit line originally looks like this:</p> 194 <p><span class="gq-menus-8">To change a menu item, first find the line corresponding to the menu item</span> to change. For example the File menu Quit line originally looks like this:</p>
195 195
196 <p class="gq-menus-5"><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</span></code> 196 <p><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</span></code>
197 </p> 197 </p>
198 198
199 <p class="gq-menus-9">To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</p> 199 <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</p>
200 200
201 <p class="gq-menus-5"><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</span></code> 201 <p><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</span></code>
202 </p> 202 </p>
203 203
204 <p class="gq-menus-9">Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:</p> 204 <p>Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:</p>
205 205
206 <dl> 206 <dl>
207 <dd> 207 <dd>
208 <dl> 208 <dl>
209 <dd> 209 <dd>
210 <table width="60%" border="0" cellpadding="4" cellspacing="0"> 210 <table width="60%" border="0" cellpadding="4" cellspacing="0">
211 211
212 <tr valign="top"> 212 <tr valign="top">
213 <td width="50%"> 213 <td width="50%">
214 <p class="gq-menus-10">Key</p> 214 <p>Key</p>
215 </td> 215 </td>
216 216
217 <td width="50%"> 217 <td width="50%">
218 <p class="gq-menus-10">Text to use in accels file</p> 218 <p>Text to use in accels file</p>
219 </td> 219 </td>
220 </tr> 220 </tr>
221 221
222 <tr valign="top"> 222 <tr valign="top">
223 <td width="50%"> 223 <td width="50%">
224 <p class="gq-menus-1">[Shift]</p> 224 <p>[Shift]</p>
225 </td> 225 </td>
226 226
227 <td width="50%"> 227 <td width="50%">
228 <p class="gq-menus-1">&lt;shift&gt;</p> 228 <p>&lt;shift&gt;</p>
229 </td> 229 </td>
230 </tr> 230 </tr>
231 231
232 <tr valign="top"> 232 <tr valign="top">
233 <td width="50%"> 233 <td width="50%">
234 <p class="gq-menus-1">[Control]</p> 234 <p>[Control]</p>
235 </td> 235 </td>
236 236
237 <td width="50%"> 237 <td width="50%">
238 <p class="gq-menus-1">&lt;control&gt;</p> 238 <p>&lt;control&gt;</p>
239 </td> 239 </td>
240 </tr> 240 </tr>
241 241
242 <tr valign="top"> 242 <tr valign="top">
243 <td width="50%"> 243 <td width="50%">
244 <p class="gq-menus-1">[Alt]</p> 244 <p>[Alt]</p>
245 </td> 245 </td>
246 246
247 <td width="50%"> 247 <td width="50%">
248 <p class="gq-menus-1">&lt;alt&gt;</p> 248 <p>&lt;alt&gt;</p>
249 </td> 249 </td>
250 </tr> 250 </tr>
251 </table> 251 </table>
252 </dd> 252 </dd>
253 </dl> 253 </dl>
282 <p class="previous"><a href="main_window_navigation.html">Previous</a> 282 <p class="previous"><a href="main_window_navigation.html">Previous</a>
283 </p> 283 </p>
284 </td> 284 </td>
285 285
286 <td> 286 <td>
287 <p class="gq-menus-1"><a href="index.html">Contents</a> 287 <p class="navbottom_title"><a href="index.html">Contents</a>
288 </p> 288 </p>
289 </td> 289 </td>
290 290
291 <td> 291 <td>
292 <p class="gq-menus-2"><a href="main_window_layout.html">Next</a> 292 <p class="next"><a href="main_window_layout.html">Next</a>
293 </p> 293 </p>
294 </td> 294 </td>
295 </tr> 295 </tr>
296 </thead> 296 </thead>
297 297