Mercurial > geeqie
comparison doc/main_window_menus.html @ 1107:1bb220ff787e
More cleanup of tables.
author | zas_ |
---|---|
date | Sun, 09 Nov 2008 13:37:39 +0000 |
parents | 215e102c1819 |
children | 36e6014c612a |
comparison
equal
deleted
inserted
replaced
1106:ae2b86450b1c | 1107:1bb220ff787e |
---|---|
201 <p><code><span class="gq-menus-8">(gtk_accel_path "<main>/File/Quit" "q")</span></code> | 201 <p><code><span class="gq-menus-8">(gtk_accel_path "<main>/File/Quit" "q")</span></code> |
202 </p> | 202 </p> |
203 | 203 |
204 <p>Please note the removed semicolon and the change of “<control>q” to “q”, 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 “<control>q” to “q”, 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 <div class="accels_file_syntax"> |
207 <dd> | 207 <table width="60%" border="0" cellpadding="4" cellspacing="0" rules="ROWS"> |
208 <dl> | 208 <col id="accels_file_syntax_col1" width="50%"> |
209 <dd> | 209 <col id="accels_file_syntax_col2" width="50%"> |
210 <table width="60%" border="0" cellpadding="4" cellspacing="0"> | 210 |
211 | 211 <thead> |
212 <tr valign="top"> | 212 <tr> |
213 <td width="50%"> | 213 <td> |
214 <p>Key</p> | 214 <p>Key</p> |
215 </td> | 215 </td> |
216 | 216 |
217 <td width="50%"> | 217 <td> |
218 <p>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 </thead> |
222 <tr valign="top"> | 222 |
223 <td width="50%"> | 223 <tbody> |
224 <tr> | |
225 <td> | |
224 <p>[Shift]</p> | 226 <p>[Shift]</p> |
225 </td> | 227 </td> |
226 | 228 |
227 <td width="50%"> | 229 <td> |
228 <p><shift></p> | 230 <p><shift></p> |
229 </td> | 231 </td> |
230 </tr> | 232 </tr> |
231 | 233 |
232 <tr valign="top"> | 234 <tr> |
233 <td width="50%"> | 235 <td> |
234 <p>[Control]</p> | 236 <p>[Control]</p> |
235 </td> | 237 </td> |
236 | 238 |
237 <td width="50%"> | 239 <td> |
238 <p><control></p> | 240 <p><control></p> |
239 </td> | 241 </td> |
240 </tr> | 242 </tr> |
241 | 243 |
242 <tr valign="top"> | 244 <tr> |
243 <td width="50%"> | 245 <td> |
244 <p>[Alt]</p> | 246 <p>[Alt]</p> |
245 </td> | 247 </td> |
246 | 248 |
247 <td width="50%"> | 249 <td> |
248 <p><alt></p> | 250 <p><alt></p> |
249 </td> | 251 </td> |
250 </tr> | 252 </tr> |
253 </tbody> | |
251 </table> | 254 </table> |
252 </dd> | 255 </div> |
253 </dl> | |
254 </dd> | |
255 </dl> | |
256 | 256 |
257 <p><br /> | 257 <p><br /> |
258 <br /> | 258 <br /> |
259 </p> | 259 </p> |
260 | 260 |