Update web help file and other docs
[geeqie.git] / web / help / GuideMainWindowMenus.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Menus</title>
6 <link rel="previous" href="GuideMainWindowNavigation.html" title="Navigation">
7 <link rel="next" href="GuideMainWindowStatusBar.html" title="Status Bar">
8 <link rel="top" href="GuideIndex.html" title="The Geeqie User Manual">
9 <style type="text/css">
10
11 html { height: 100%; }
12 body {
13   margin: 0px; padding: 12px;
14   background-color: #f9f9f6;
15   min-height: 100%;
16   direction: ltr;
17 }
18 div, p, pre, blockquote { margin: 0; padding: 0; }
19 p img { vertical-align: middle; }
20 sub { font-size: 0.83em; }
21 sub sub { font-size: 1em; }
22 sup { font-size: 0.83em; }
23 sup sup { font-size: 1em; }
24 table { border-collapse: collapse; }
25 table.table-pgwide { width: 100%; }
26 td { vertical-align: top; }
27 td { padding: 0.2em 0.83em 0.2em 0.83em; }
28 th { padding: 0 0.83em 0 0.83em; }
29 tr.tr-shade {
30   background-color: #f9f9f6;
31 }
32 td.td-colsep { border-right: solid 1px; }
33 td.td-rowsep { border-bottom: solid 1px; }
34 thead { border-top: solid 2px; border-bottom: solid 2px; }
35 tfoot { border-top: solid 2px; border-bottom: solid 2px; }
36 div.body {
37   padding: 1em;
38   max-width: 60em;
39   background-color: #ffffff;
40   border: solid 1px #e0e0df;
41 }
42 div.body-sidebar {
43   margin-right: 13em;
44 }
45 div.division div.division { margin-top: 1.72em; }
46 div.division div.division div.division { margin-top: 1.44em; }
47 div.header {
48   margin: 0;
49   color: #3f3f3f;
50   border-bottom: solid 1px #e0e0df;
51 }
52 h1, h2, h3, h4, h5, h6, h7 {
53   margin: 0; padding: 0;
54   color: #3f3f3f;
55 }
56 h1.title { font-size: 1.72em; }
57 h2.title { font-size: 1.44em; }
58 h3.title { font-size: 1.2em; }
59 h4.title, h5.title, h6.title, h7.title { font-size: 1em; }
60 .block { margin-top: 1em; }
61 .block .block-first { margin-top: 0; }
62 .block-indent {
63   margin-left left: 1.72em;
64   margin-: 1em;
65 }
66 .block-indent .block-indent { margin-left: 0em; margin-right: 0em; }
67 td .block-indent  { margin-left: 0em; margin-right: 0em; }
68 dd .block-indent  { margin-left: 0em; margin-right: 0em; }
69 .block-verbatim { white-space: pre; }
70 div.title {
71   margin-bottom: 0.2em;
72   font-weight: bold;
73   color: #3f3f3f;
74 }
75 div.title-formal { padding-left: 0.2em; padding-right: 0.2em; }
76 div.title-formal .label { font-weight: normal; }
77 a {
78   color: #1f609f;
79   text-decoration: none;
80 }
81 a:hover { text-decoration: underline; }
82 a:visited { color: #9f1f6f; }
83 ul, ol, dl { margin: 0; padding: 0; }
84 li {
85   margin-top: 1em;
86   margin-left: 2.4em;
87   padding: 0;
88 }
89 li.li-first { margin-top: 0; }
90 dt { margin: 1em 0 0 0; }
91 dt.dt-first { margin: 0; }
92 dd {
93   margin-left: 1.72em;
94   margin-top: 0.5em;
95 }
96 dl.dl-compact dt { margin-top: 0; }
97 dl.dl-compact dd { margin-top: 0; margin-bottom: 0; }
98
99
100 ul.linktrail {
101   display: block;
102   margin: 0.2em 0 0 0;
103   text-align: right;
104 }
105 li.linktrail { display: inline; margin: 0; padding: 0; }
106
107 li.linktrail::before {
108   content: '  /  ';
109   color: #3f3f3f;
110 }
111
112 li.linktrail-first::before, li.linktrail-only::before { content: ''; }
113
114
115 div.navbar {
116   padding: 0.5em 1em 0.5em 1em;
117   max-width: 60em;
118   background-color: #ffffff;
119   border: solid 1px #e0e0df;
120 }
121 div.navbar-top { margin-bottom: 1em; }
122 div.navbar-bottom { margin-top: 1em; clear: both; }
123 div.navbar img { border: 0; vertical-align: -0.4em; }
124 table.navbar { width: 100%; margin: 0; border: none; }
125 table.navbar td { padding: 0; border: none; }
126 td.navbar-next {
127   text-align: right;
128 }
129 a.navbar-prev::before {
130   
131   content: '◀  ';
132   color: #3f3f3f;
133 }
134 a.navbar-next::after {
135   
136   content: '  ▶';
137   color: #3f3f3f;
138 }
139
140
141 div.sidebar {
142   float: right;
143   padding: 0; margin: 0; width: 12em;
144 }
145 div.sidenav {
146   padding: 0.5em 1em 0 1em;
147   background-color: #ffffff;
148   border: solid 1px #e0e0df;
149 }
150 div.sidenav div.autotoc {
151   background-color: #ffffff;
152   border: none; padding: 0; margin: 0;
153 }
154 div.sidenav div.autotoc div.autotoc { margin-top: 0.5em; }
155 div.sidenav div.autotoc li { margin-bottom: 0.5em; }
156 div.sidenav div.autotoc div.autotoc div.autotoc {
157   margin-left: 1em;
158   margin-top: 0;
159 }
160 div.sidenav div.autotoc div.autotoc div.autotoc li { margin-bottom: 0; }
161
162
163 div.autotoc {
164   
165   display: table;
166   margin-top: 1em;
167   margin-left: 1.72em;
168   padding: 0.5em 1em 0.5em 1em;
169   background-color: #f0f9ff;
170   border: solid 1px #c0c9ff;
171 }
172 div.autotoc ul { margin: 0; padding: 0; }
173 div.autotoc li { list-style-type: none; margin: 0; }
174 div.autotoc div.autotoc-title { margin-bottom: 0.5em; }
175 div.autotoc div.autotoc { border: none; padding: 0; margin-top: 0; margin-bottom: 0.5em; }
176 div.autotoc div.autotoc div.autotoc { margin-bottom: 0; }
177
178
179 span.bibliolabel {
180   color: #3f3f3f;
181 }
182
183
184 div.admonition {
185   padding: 0.5em 6px 0.5em 6px;
186   border: solid 1px #e0e0df;
187   background-color: #fffff0;
188 }
189 div.caution-inner, div.important-inner, div.note-inner, div.tip-inner, div.warning-inner {
190   padding-left: 60px;
191   background-position: left top;
192   background-repeat: no-repeat;
193   min-height: 48px;
194 }
195 div.caution-inner { background-image: url("admon-caution.png"); }
196 div.important-inner { background-image: url("admon-important.png"); }
197 div.note-inner { background-image: url("admon-note.png"); }
198 div.note-bug div.note-inner { background-image: url("admon-bug.png"); }
199 div.tip-inner { background-image: url("admon-tip.png"); }
200 div.warning-inner { background-image: url("admon-warning.png"); }
201 div.blockquote {
202   
203   background-image: url('watermark-blockquote-201C.png');
204   background-repeat: no-repeat;
205   background-position: top left;
206   padding: 0.5em;
207   padding-left: 4em;
208 }
209 div.attribution {
210   margin-top: 0.5em;
211   color: #3f3f3f;
212 }
213 div.attribution::before {
214   
215   content: '― ';
216 }
217 div.epigraph {
218   text-align: right;
219   margin-left: 20%;
220   margin-right: 0;
221   color: #3f3f3f;
222 }
223 div.figure, div.informalfigure {
224   
225   display: table;
226   padding: 0.5em;
227   background-color: #f9f9f6;
228   border: solid 1px #e0e0df;
229 }
230 div.figure-inner, div.informalfigure-inner {
231   padding: 0.5em;
232   background-color: #ffffff;
233   border: solid 1px #e0e0df;
234 }
235 div.caption { margin-top: 0.5em; }
236 div.programlisting {
237   padding: 0.5em;
238   
239   background-color: #f9f9f6;
240   border: solid 1px #e0e0df;
241 }
242 div.screen {
243   padding: 0.5em;
244   
245   background-color: #f9f9f6;
246   border: solid 1px #e0e0df;
247 }
248 div.screen .prompt {
249   color: #3f3f3f;
250 }
251 div.screen .userinput {
252   font-weight: bold;
253   color: #3f3f3f;
254 }
255 div.programlisting .userinput {
256   font-weight: bold;
257   color: #3f3f3f;
258 }
259 pre.linenumbering {
260   color: #3f3f3f;
261   margin: 0;
262   padding-right: 1em;
263   float: left;
264   text-align: right;
265 }
266
267
268
269 dl.index dt { margin-top: 0; }
270 dl.index dd { margin-top: 0; margin-bottom: 0; }
271 dl.indexdiv dt { margin-top: 0; }
272 dl.indexdiv dd { margin-top: 0; margin-bottom: 0; }
273 dl.setindex dt { margin-top: 0; }
274 dl.setindex dd { margin-top: 0; margin-bottom: 0; }
275 div.list div.title-formal span.title {
276   border-bottom: solid 1px #e0e0df;
277 }
278 div.simplelist {
279   margin-left: 1.72em;
280 }
281 div.simplelist table { margin-left: 0; border: none; }
282 div.simplelist td {
283   padding: 0.5em;
284   border-left: solid 1px #e0e0df;
285 }
286 div.simplelist td.td-first {
287   padding-left: 0;
288   border-left: 0;
289 }
290 div.synopsis {
291   padding: 0.5em;
292   
293   background-color: #f9f9f6;
294   border-top: solid 2px #c0c9ff;
295   border-bottom: solid 2px #c0c9ff;
296 }
297 div.synopsis div.synopsis {
298   padding: 0;
299   border: none;
300 }
301 div.synopsis div.block { margin-top: 0.2em; }
302 div.synopsis div.block-first { margin-top: 0; }
303 div.cmdsynopsis { font-family: monospace; }
304
305 span.accel { text-decoration: underline; }
306 span.acronym { font-family: sans-serif; }
307 span.application { font-style: italic; }
308 span.classname, span.exceptionname, span.interfacename { font-family: monospace; }
309 span.code {
310   font-family: monospace;
311   border: solid 1px #e0e0df;
312   padding-left: 0.2em;
313   padding-right: 0.2em;
314 }
315 pre span.code { border: none; padding: 0; }
316 span.command {
317   font-family: monospace;
318   border: solid 1px #e0e0df;
319   padding-left: 0.2em;
320   padding-right: 0.2em;
321 }
322 pre span.command { border: none; padding: 0; }
323 span.computeroutput { font-family: monospace; }
324
325 span.constant { font-family: monospace; }
326 span.database { font-family: monospace; }
327 span.email { font-family: monospace; }
328 span.emphasis { font-style: italic; }
329 span.emphasis-bold { font-style: normal; font-weight: bold; }
330 span.envar { font-family: monospace; }
331
332 span.filename { font-family: monospace; }
333 span.firstterm { font-style: italic; }
334 span.foreignphrase { font-style: italic; }
335 span.function { font-family: monospace; }
336
337 dt.glossterm span.glossterm { font-style: normal; }
338
339
340 span.glossterm { font-style: italic; }
341
342 span.guibutton, span.guilabel, span.guimenu, span.guimenuitem, span.guisubmenu, span.interface {
343   font-weight: bold;
344   color: #3f3f3f;
345 }
346 span.keycap {
347   font-weight: bold;
348   color: #3f3f3f;
349 }
350 span.lineannotation { font-style: italic; }
351 span.literal { font-family: monospace; }
352 span.markup  { font-family: monospace; }
353 span.medialabel { font-style: italic; }
354 span.methodname { font-family: monospace; }
355 span.ooclass, span.ooexception, span.oointerface { font-family: monospace; }
356 span.option { font-family: monospace; }
357 span.parameter { font-family: monospace; }
358 span.paramdef span.parameter { font-style: italic; }
359 span.prompt { font-family: monospace; }
360 span.property { font-family: monospace; }
361 span.replaceable  { font-style: italic; }
362 span.returnvalue { font-family: monospace; }
363 span.sgmltag { font-family: monospace; }
364 span.structfield, span.structname { font-family: monospace; }
365 span.symbol { font-family: monospace; }
366 span.systemitem { font-family: monospace; }
367 span.token { font-family: monospace; }
368 span.type { font-family: monospace; }
369 span.uri { font-family: monospace; }
370 span.userinput { font-family: monospace; }
371 span.varname { font-family: monospace; }
372 span.wordasword { font-style: italic; }
373
374
375
376 div.footnotes { font-style: italic; font-size: 0.8em; }
377 div.footnote { margin-top: 1.44em; }
378 span.footnote-number { display: inline; padding-right: 0.83em; }
379 span.footnote-number + p { display: inline; }
380 a.footnote { text-decoration: none; font-size: 0.8em; }
381 a.footnote-ref { text-decoration: none; }
382
383 span.co {
384   margin-left: 0.2em; margin-right: 0.2em;
385   padding-left: 0.4em; padding-right: 0.4em;
386   border: solid 1px #000000;
387   -moz-border-radius: 8px;
388   background-color: #000000;
389   color: #FFFFFF;
390   font-size: 8px;
391 }
392 span.co:hover {
393   border-color: #333333;
394   background-color: #333333;
395   color: #FFFFFF;
396 }
397 span.co a { text-decoration: none; }
398 span.co a:hover { text-decoration: none; }
399
400 dt.question { margin-left: 0em; }
401 dt.question div.label { float: left; }
402 dd + dt.question { margin-top: 1em; }
403 dd.answer {
404   margin-top: 1em;
405   margin-left: 2em;
406   margin-right: 1em;
407 }
408 dd.answer div.label { float: left; }
409 </style>
410 </head>
411 <body>
412 <div class="navbar navbar-top"><table class="navbar"><tr>
413 <td class="navbar-prev"><a class="navbar-prev" href="GuideMainWindowNavigation.html" title="Navigation">Navigation</a></td>
414 <td class="navbar-next"><a class="navbar-next" href="GuideMainWindowStatusBar.html" title="Status Bar">Status Bar</a></td>
415 </tr></table></div>
416 <div class="sidebar"><div class="sidenav"><div class="autotoc"><ul>
417 <li><a href="GuideIndex-info.html" title="About This Document">About This Document</a></li>
418 <li>
419 <a class="xref" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a><div class="autotoc"><ul>
420 <li><a class="xref" href="GuideIntroduction.html" title="Introduction">Introduction</a></li>
421 <li>
422 <a class="xref" href="GuideMainWindow.html" title="Main Window">Main Window</a><div class="autotoc"><ul>
423 <li><a class="xref" href="GuideMainWindowFilePane.html" title="File Pane">File Pane</a></li>
424 <li><a class="xref" href="GuideMainWindowFolderPane.html" title="Folder pane">Folder pane</a></li>
425 <li><a class="xref" href="GuideMainWindowImagePane.html" title="Image Pane">Image Pane</a></li>
426 <li><a class="xref" href="GuideMainWindowNavigation.html" title="Navigation">Navigation</a></li>
427 <li>Menus</li>
428 <li><a class="xref" href="GuideMainWindowStatusBar.html" title="Status Bar">Status Bar</a></li>
429 <li><a class="xref" href="GuideMainWindowLayout.html" title="Layout">Layout</a></li>
430 </ul></div>
431 </li>
432 <li><a class="xref" href="GuideSidebars.html" title="Sidebars">Sidebars</a></li>
433 <li><a class="xref" href="GuideOtherWindows.html" title="Stand-alone Windows">Stand-alone Windows</a></li>
434 <li><a class="xref" href="GuideImageSearch.html" title="Search and Select">Search and Select</a></li>
435 <li><a class="xref" href="GuideImageManagementPlugins.html" title="Plugins">Plugins</a></li>
436 <li><a class="xref" href="GuideImageManagement.html" title="File Management">File Management</a></li>
437 <li><a class="xref" href="GuideColorManagement.html" title="Color Management">Color Management</a></li>
438 <li><a class="xref" href="GuideImagePresentation.html" title="Image Presentation">Image Presentation</a></li>
439 <li><a class="xref" href="GuidePrinting.html" title="Printing">Printing</a></li>
440 <li><a class="xref" href="GuideOptionsMain.html" title="Preferences">Preferences</a></li>
441 <li><a class="xref" href="GuideOptionsAdditional.html" title="Additional Preferences">Additional Preferences</a></li>
442 <li><a class="xref" href="GuideReference.html" title="Reference">Reference</a></li>
443 <li><a class="xref" href="GuideFaq.html" title="Frequently Asked Questions">Frequently Asked Questions</a></li>
444 <li><a class="xref" href="GuideLicence.html" title="Licence">Licence</a></li>
445 <li><a class="xref" href="GuideCredits.html" title="Credits">Credits</a></li>
446 <li><a class="xref" href="GuideGnuFdl.html" title="GNU Free Documentation License">GNU Free Documentation License</a></li>
447 </ul></div>
448 </li>
449 </ul></div></div></div>
450 <div class="body body-sidebar"><div class="division section">
451 <a name="GuideMainWindowMenus"></a><div class="header"><h1 class="section title"><span class="title"><a name="titleGuideMainWindowMenus"></a>Menus</span></h1></div>
452 <ul class="linktrail">
453 <li class="linktrail linktrail-first"><a class="linktrail" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a></li>
454 <li class="linktrail linktrail-last"><a class="linktrail" href="GuideMainWindow.html" title="Main Window">Main Window</a></li>
455 </ul>
456 <p class="para block block-first">This section describes the functions of each item on the menu bar in the Geeqie main window.</p>
457 <p class="para block"></p>
458 <div class="autotoc"><ul>
459 <li>
460 <span class="label">2.5.1. </span><a class="xref" href="GuideMainWindowMenus.html#FileMenu" title="File Menu">File Menu</a>
461 </li>
462 <li>
463 <span class="label">2.5.2. </span><a class="xref" href="GuideMainWindowMenus.html#Gomenu" title="Go menu">Go menu</a>
464 </li>
465 <li>
466 <span class="label">2.5.3. </span><a class="xref" href="GuideMainWindowMenus.html#Selectmenu" title="Select menu">Select menu</a>
467 </li>
468 <li>
469 <span class="label">2.5.4. </span><a class="xref" href="GuideMainWindowMenus.html#Editmenu" title="Edit menu">Edit menu</a>
470 </li>
471 <li>
472 <span class="label">2.5.5. </span><a class="xref" href="GuideMainWindowMenus.html#Pluginsmenu" title="Plugins menu">Plugins menu</a>
473 </li>
474 <li>
475 <span class="label">2.5.6. </span><a class="xref" href="GuideMainWindowMenus.html#Viewmenu" title="View menu">View menu</a>
476 </li>
477 <li>
478 <span class="label">2.5.7. </span><a class="xref" href="GuideMainWindowMenus.html#Helpmenu" title="Help menu">Help menu</a>
479 </li>
480 <li>
481 <span class="label">2.5.8. </span><a class="xref" href="GuideMainWindowMenus.html#Tearoffmenus" title="Tear off menus">Tear off menus</a>
482 </li>
483 <li>
484 <span class="label">2.5.9. </span><a class="xref" href="GuideMainWindowMenus.html#Keyboardshortcuts" title="Keyboard shortcuts">Keyboard shortcuts</a>
485 </li>
486 <li>
487 <span class="label">2.5.10. </span><a class="xref" href="GuideMainWindowMenus.html#Changingthemainwindowmenubarkeyboardshortcuts" title="Changing the main window menu bar keyboard shortcuts">Changing the main window menu bar keyboard shortcuts</a>
488 </li>
489 </ul></div>
490 <div class="division section">
491 <a name="FileMenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.1. </span>File Menu</span></h2></div>
492 <div class="block list variablelist"><dl class="variablelist">
493 <dt class="term dt-first">
494           <span class="menuchoice"><span class="guimenu">New window</span> <span class="shortcut">(
495               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">N</span></span>
496             )</span></span>
497         </dt>
498 <dd>
499           <p class="para block block-first">Opens a new main window, with the initial path set to the current folder.</p>
500         </dd>
501 <dt class="term">
502           <span class="menuchoice"><span class="guimenu">New collection</span> <span class="shortcut">(
503               <span class="keycombo"><span class="keycap">C</span></span>
504             )</span></span>
505         </dt>
506 <dd>
507           <p class="para block block-first">Opens a new collection window, the new collection will be empty.</p>
508         </dd>
509 <dt class="term">
510           <span class="menuchoice"><span class="guimenu">Open collection</span> <span class="shortcut">(
511               <span class="keycombo"><span class="keycap">O</span></span>
512             )</span></span>
513         </dt>
514 <dd>
515           <p class="para block block-first">Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</p>
516         </dd>
517 <dt class="term">
518           <span class="guimenu">Open recent</span>
519         </dt>
520 <dd>
521           <p class="para block block-first">
522             This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list. Maximum number of entries can be modified through
523             <a class="link" href="GuideOptionsBehavior.html#Behaviour" title="Behavior">Open recent list maximum size</a>
524             option.
525           </p>
526         </dd>
527 <dt class="term">
528           <span class="menuchoice"><span class="guimenu">Search…</span> <span class="shortcut">(
529               <span class="keycombo"><span class="keycap">F3</span></span>
530             )</span></span>
531         </dt>
532 <dd>
533           <p class="para block block-first">Opens a new Search window.</p>
534         </dd>
535 <dt class="term">
536           <span class="menuchoice"><span class="guimenu">Find duplicates...</span> <span class="shortcut">(
537               <span class="keycombo"><span class="keycap">D</span></span>
538             )</span></span>
539         </dt>
540 <dd>
541           <p class="para block block-first">Opens a new Find Duplicates window.</p>
542         </dd>
543 <dt class="term">
544           <span class="menuchoice"><span class="guimenu">Print..</span> <span class="shortcut">(
545               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">P</span></span>
546             )</span></span>
547         </dt>
548 <dd>
549           <p class="para block block-first">Opens a print dialog.</p>
550         </dd>
551 <dt class="term">
552           <span class="menuchoice"><span class="guimenu">New folder…</span> <span class="shortcut">(
553               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">F</span></span>
554             )</span></span>
555         </dt>
556 <dd>
557           <p class="para block block-first">Creates a new folder in the current path.</p>
558         </dd>
559 <dt class="term">
560           <span class="menuchoice"><span class="guimenu">Copy…</span> <span class="shortcut">(
561               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">C</span></span>
562             )</span></span>
563         </dt>
564 <dd>
565           <p class="para block block-first">Opens a dialog to select a destination to copy the currently selected files.</p>
566         </dd>
567 <dt class="term">
568           <span class="menuchoice"><span class="guimenu">Move…</span> <span class="shortcut">(
569               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">M</span></span>
570             )</span></span>
571         </dt>
572 <dd>
573           <p class="para block block-first">Opens a dialog to select a destination to move currently selected files.</p>
574         </dd>
575 <dt class="term">
576           <span class="menuchoice"><span class="guimenu">Rename…</span> <span class="shortcut">(
577               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">R</span></span>
578             )</span></span>
579         </dt>
580 <dd>
581           <p class="para block block-first">Renames the current file selection.</p>
582         </dd>
583 <dt class="term">
584           <span class="menuchoice"><span class="guimenu">Delete…</span> <span class="shortcut">(
585               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">D</span></span>
586             )</span></span>
587         </dt>
588 <dd>
589           <p class="para block block-first">Deletes the current file selection.</p>
590         </dd>
591 <dt class="term">
592           <span class="guimenu">Symlink</span>
593         </dt>
594 <dd>
595           <p class="para block block-first">
596             Creates a symbolic link. This is implemented via a
597             <a class="link" href="GuideImageManagementPlugins.html" title="Plugins">plugin</a>
598             .
599           </p>
600         </dd>
601 <dt class="term">
602           <span class="menuchoice"><span class="guimenu">Close window</span> <span class="shortcut">(
603               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">W</span></span>
604             )</span></span>
605         </dt>
606 <dd>
607           <p class="para block block-first">Closes the window containing the menu, if the window is the last main window Geeqie will quit.</p>
608         </dd>
609 <dt class="term">
610           <span class="menuchoice"><span class="guimenu">Quit</span> <span class="shortcut">(
611               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">Q</span></span>
612             )</span></span>
613         </dt>
614 <dd>
615           <p class="para block block-first">Quits the Geeqie application, if collections or image metadata have been changed but not saved, the user will be prompted for confirmation.</p>
616         </dd>
617 </dl></div>
618 <p class="para block"></p>
619 </div>
620 <div class="division section">
621 <a name="Gomenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.2. </span>Go menu</span></h2></div>
622 <div class="block list variablelist"><dl class="variablelist">
623 <dt class="term dt-first">
624           <span class="menuchoice"><span class="guimenu">First Image</span> <span class="shortcut">(
625               <span class="keycombo"><span class="keycap">Home</span></span>
626             )</span></span>
627         </dt>
628 <dd>
629           <p class="para block block-first">Goes tothe first image.</p>
630         </dd>
631 <dt class="term">
632           <span class="menuchoice"><span class="guimenu">Previous Image</span> <span class="shortcut">(
633               <span class="keycombo"><span class="keycap">Backspace</span></span>
634             )</span></span>
635         </dt>
636 <dd>
637           <p class="para block block-first">Goes to the previous image.</p>
638         </dd>
639 <dt class="term">
640           <span class="menuchoice"><span class="guimenu">Next Image</span> <span class="shortcut">(
641               <span class="keycombo"><span class="keycap">Space</span></span>
642             )</span></span>
643         </dt>
644 <dd>
645           <p class="para block block-first">Goes to the next image</p>
646         </dd>
647 <dt class="term">
648           <span class="menuchoice"><span class="guimenu">Last Image</span> <span class="shortcut">(
649               <span class="keycombo"><span class="keycap">End</span></span>
650             )</span></span>
651         </dt>
652 <dd>
653           <p class="para block block-first">Goes to the last image</p>
654         </dd>
655 <dt class="term">
656           <span class="menuchoice"><span class="guimenu">Back</span></span>
657         </dt>
658 <dd>
659           <p class="para block block-first">Back Goes to the previous folder</p>
660         </dd>
661 <dt class="term">
662           <span class="menuchoice"><span class="guimenu">Home</span> <span class="shortcut">(
663               <span class="keycombo"><span class="keycap">Home</span></span>
664             )</span></span>
665         </dt>
666 <dd>
667           <p class="para block block-first">
668             Goes to the the Home folder as defined in
669             <a class="link" href="GuideOptionsLayout.html" title="Window Layout">Window Layout</a>
670           </p>
671         </dd>
672 </dl></div>
673 <p class="para block"></p>
674 </div>
675 <div class="division section">
676 <a name="Selectmenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.3. </span>Select menu</span></h2></div>
677 <div class="block list variablelist"><dl class="variablelist">
678 <dt class="term dt-first">
679           <span class="menuchoice"><span class="guimenu">Select all</span> <span class="shortcut">(
680               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">A</span></span>
681             )</span></span>
682         </dt>
683 <dd>
684           <p class="para block block-first">Selects all files in the current list</p>
685         </dd>
686 <dt class="term">
687           <span class="menuchoice"><span class="guimenu">Select none</span> <span class="shortcut">(
688               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">Shift</span>+<span class="keycap">A</span></span>
689             )</span></span>
690         </dt>
691 <dd>
692           <p class="para block block-first">Deselects all files</p>
693         </dd>
694 <dt class="term">
695           <span class="menuchoice"><span class="guimenu">Invert selection</span> <span class="shortcut">(
696               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">Shift</span>+<span class="keycap">I</span></span>
697             )</span></span>
698         </dt>
699 <dd>
700           <p class="para block block-first">Inverts current selection</p>
701         </dd>
702 <dt class="term">
703           <span class="menuchoice"><span class="guimenu">Rectangular selection</span> <span class="shortcut">(
704               <span class="keycombo"><span class="keycap">Alt</span>+<span class="keycap">R</span></span>
705             )</span></span>
706         </dt>
707 <dd>
708           <p class="para block block-first">Toggles rectangular selection mode for icons</p>
709         </dd>
710 <dt class="term">
711           <span class="menuchoice"><span class="guimenu">Copy path</span></span>
712         </dt>
713 <dd>
714           <p class="para block block-first">Copy selected item path to clipboard.</p>
715         </dd>
716 <dt class="term">
717           <span class="menuchoice"><span class="guimenu">Show marks</span> <span class="shortcut">(
718               <span class="keycombo"><span class="keycap">M</span></span>
719             )</span></span>
720         </dt>
721 <dd>
722           <p class="para block block-first">Displays marks in the file list</p>
723         </dd>
724 <dt class="term">
725           <span class="menuchoice"><span class="guimenu">Mark n</span></span>
726         </dt>
727 <dd>
728           <p class="para block block-first">Opens submenu for manipulating mark n</p>
729         </dd>
730 <dt class="term">
731           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Toggle Mark n</span> <span class="shortcut">(
732               <span class="keycombo"><span class="keycap">n</span></span>
733             )</span></span>
734         </dt>
735 <dd>
736           <p class="para block block-first">Set or unset mark n on selected files</p>
737         </dd>
738 <dt class="term">
739           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Set mark n</span></span>
740         </dt>
741 <dd>
742           <p class="para block block-first">Set mark n on selected files</p>
743         </dd>
744 <dt class="term">
745           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Reset mark n</span></span>
746         </dt>
747 <dd>
748           <p class="para block block-first">Unset mark n on selected files</p>
749         </dd>
750 <dt class="term">
751           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Select mark n</span> <span class="shortcut">(
752               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">n</span></span>
753             )</span></span>
754         </dt>
755 <dd>
756           <p class="para block block-first">Selects all files having mark n set</p>
757         </dd>
758 <dt class="term">
759           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Add mark n</span></span>
760         </dt>
761 <dd>
762           <p class="para block block-first">Adds files having mark n set to selection</p>
763         </dd>
764 <dt class="term">
765           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Intersection with mark n</span></span>
766         </dt>
767 <dd>
768           <p class="para block block-first">Intersects current selection and mark n</p>
769         </dd>
770 <dt class="term">
771           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Unselect mark n</span></span>
772         </dt>
773 <dd>
774           <p class="para block block-first">Removes files having mark n set from current selection</p>
775         </dd>
776 <dt class="term">
777           <span class="menuchoice"><span class="guimenu">Mark n</span> ▸ <span class="guimenuitem">Filter mark n</span></span>
778         </dt>
779 <dd>
780           <p class="para block block-first">Shows only the images that have mark n set.</p>
781         </dd>
782 </dl></div>
783 <p class="para block"></p>
784 </div>
785 <div class="division section">
786 <a name="Editmenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.4. </span>Edit menu</span></h2></div>
787 <div class="block list variablelist"><dl class="variablelist">
788 <dt class="term dt-first">
789           <span class="menuchoice"><span class="guimenu">Orientation</span></span>
790         </dt>
791 <dd>
792           <p class="para block block-first">Adjust image orientation</p>
793         </dd>
794 <dt class="term">
795           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Rotate clockwise</span> <span class="shortcut">(
796               <span class="keycombo"><span class="keycap">]</span></span>
797             )</span></span>
798         </dt>
799 <dd>
800           <p class="para block block-first">Rotates the current image clockwise 90 degrees, does not modify the file on disk.</p>
801         </dd>
802 <dt class="term">
803           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Rotate counterclockwise</span> <span class="shortcut">(
804               <span class="keycombo"><span class="keycap">[</span></span>
805             )</span></span>
806         </dt>
807 <dd>
808           <p class="para block block-first">Rotates the current image counterclockwise 90 degrees, does not modify the file on disk.</p>
809         </dd>
810 <dt class="term">
811           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Rotate 180</span> <span class="shortcut">(
812               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">R</span></span>
813             )</span></span>
814         </dt>
815 <dd>
816           <p class="para block block-first">Rotates the current image 180 degrees, does not modify the file on disk.</p>
817         </dd>
818 <dt class="term">
819           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Mirror</span> <span class="shortcut">(
820               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">M</span></span>
821             )</span></span>
822         </dt>
823 <dd>
824           <p class="para block block-first">Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not modify the file on disk.</p>
825         </dd>
826 <dt class="term">
827           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Flip</span> <span class="shortcut">(
828               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">F</span></span>
829             )</span></span>
830         </dt>
831 <dd>
832           <p class="para block block-first">Swaps the top and bottom sides of the image, does not modify the file on disk.</p>
833           <div class="admonition block warning block-indent"><div class="warning-inner">
834             <p class="para block block-first">
835               The above orientation commands - Rotate, Mirror and Flip - do not change the image on disk. The changes will be lost when Geeqie closes. Refer to the
836               <a class="link" href="GuideOptionsMetadata.html#MetadataMiscellaneous" title="Miscellaneous">Metadata tab of the Preferences Dialog</a>
837               if you wish these changes to be written to metadata.
838             </p>
839             <p class="para block">
840               Refer also to the
841               <a class="link" href="ExifRotation.html#HowdotheExifauto-rotationcommandswork" title="How do the Exif auto-rotation commands work?">FAQ</a>
842               .
843             </p>
844           </div></div>
845         </dd>
846 <dt class="term">
847           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Original state</span> <span class="shortcut">(
848               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">O</span></span>
849             )</span></span>
850         </dt>
851 <dd>
852           <p class="para block block-first">Removes all temporary effects applied through the above commands, reverting the image according to its Exif Orientation tag.</p>
853         </dd>
854 <dt class="term">
855           <span class="guilabel">Auto rotate image using EXIF information</span>
856         </dt>
857 <dd>
858           <p class="para block block-first">
859             Auto rotates images based on metadata stored in images that have Exif data. Refer also to the
860             <a class="link" href="ExifRotation.html#HowdotheExifauto-rotationcommandswork" title="How do the Exif auto-rotation commands work?">FAQ</a>
861             .
862           </p>
863         </dd>
864 <dt class="term">
865           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Apply the orientation to image content</span></span>
866         </dt>
867 <dd>
868           <p class="para block block-first">This command affects only jpeg, tiff and png files. The image file on disk is rotated to the orientation as specified by its Exif Orientation tag.</p>
869           <div class="admonition block warning block-indent"><div class="warning-inner">
870             <p class="para block block-first">
871               The file rotate.desktop, using external commands exiftran, exiv2 and mogrify, is used to implement this command. Refer to
872               <a class="link" href="GuideImageManagementPlugins.html" title="Plugins">Plugins section</a>
873               for details.
874             </p>
875           </div></div>
876         </dd>
877 <dt class="term">
878           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Rotate counterclockwise</span> <span class="shortcut">(
879               <span class="keycombo"><span class="keycap">[</span></span>
880             )</span></span>
881         </dt>
882 <dd>
883           <p class="para block block-first">Rotates the current image counterclockwise 90 degrees, does not modify the file on disk.</p>
884         </dd>
885 <dt class="term">
886           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Rotate 180</span> <span class="shortcut">(
887               <span class="keycombo"><span class="keycap">Shift</span>+<span class="keycap">R</span></span>
888             )</span></span>
889         </dt>
890 <dd>
891           <p class="para block block-first">Rotates the current image 180 degrees, does not modify the file on disk.</p>
892         </dd>
893 <dt class="term">
894           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Write orientation to file</span></span>
895         </dt>
896 <dd>
897           <p class="para block block-first">
898             Saves the current image orientation to the disk file. This operation can only be carried out on jpeg, tiff and png files. Jpeg rotations are lossless.
899             <div class="admonition block note block-first block-indent"><div class="note-inner">
900               The Preferences/Metadata option "Write altered image orientation to the metadata" must be off.
901               <p class="para block block-first"></p>
902               Exiftran and mogrify must be installed.
903             </div></div>
904           </p>
905         </dd>
906 <dt class="term">
907           <span class="menuchoice"><span class="guimenu">Orientation</span> ▸ <span class="guimenuitem">Write orientation to file (preserve timestamp)</span></span>
908         </dt>
909 <dd>
910           <p class="para block block-first">As above, but the file date and time are preserved.</p>
911         </dd>
912 <dt class="term">
913           <span class="menuchoice"><span class="guimenu">Rating</span></span>
914         </dt>
915 <dd>
916           <p class="para block block-first">Set a Rating value for each image.</p>
917         </dd>
918 <dt class="term">
919           <span class="menuchoice"><span class="guimenu">Rating</span> ▸ <span class="guimenuitem">n</span> <span class="shortcut">(
920               <span class="keycombo"><span class="keycap">Alt+Keypad+n</span></span>
921             )</span></span>
922         </dt>
923 <dd>
924           <p class="para block block-first">"n" is in the range 0 to 5. Sets the Rating value for the image.</p>
925         </dd>
926 <dt class="term">
927           <span class="menuchoice"><span class="guimenu">Rating</span> ▸ <span class="guimenuitem">-1</span> <span class="shortcut">(
928               <span class="keycombo"><span class="keycap">Alt+Keypad+Minus</span></span>
929             )</span></span>
930         </dt>
931 <dd>
932           <p class="para block block-first">Sets the Rating value to -1 for the image.</p>
933         </dd>
934 <dt class="term">
935           <span class="menuchoice"><span class="guimenu">Save metadata</span> <span class="shortcut">(
936               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">S</span></span>
937             )</span></span>
938         </dt>
939 <dd>
940           <p class="para block block-first">Saves queued metadata changes. Autosave can be configured too.</p>
941         </dd>
942 </dl></div>
943 <div class="block list variablelist"><dl class="variablelist">
944 <dt class="term dt-first">
945           <span class="menuchoice"><span class="guimenu">Preferences</span> <span class="shortcut">(
946               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">O</span></span>
947             )</span></span>
948         </dt>
949 <dd>
950           <p class="para block block-first">
951             Opens the
952             <a class="link" href=".html#GuideOptions" title="">Preferences Dialog</a>
953             for changing of global preferences.
954           </p>
955         </dd>
956 <dt class="term">
957           <span class="menuchoice"><span class="guimenu">Configure Plugins…</span></span>
958         </dt>
959 <dd>
960           <p class="para block block-first">
961             Opens the
962             <a class="link" href="GuideImageManagementPlugins.html" title="Plugins">Plugins Dialog</a>
963             for changing of desktop files.
964           </p>
965         </dd>
966 <dt class="term">
967           <span class="menuchoice"><span class="guimenu">Configure This window…</span></span>
968         </dt>
969 <dd>
970           <p class="para block block-first">
971             Opens the
972             <a class="link" href="GuideOptionsWindow.html" title="Window Options">Window Preferences Dialog</a>
973             for changing of options that can differ for each window.
974           </p>
975         </dd>
976 <dt class="term">
977           <span class="menuchoice"><span class="guimenu">Thumbnail maintenance</span></span>
978         </dt>
979 <dd>
980           <p class="para block block-first">
981             Opens a dialog with utilities for thumbnail and keyword
982             <a class="link" href="GuideReferenceManagement.html" title="Cache and Data Maintenance">Cache and Data Maintenance</a>
983             .
984           </p>
985         </dd>
986 <dt class="term">
987           <span class="menuchoice"><span class="guimenu">Set as wallpaper</span></span>
988         </dt>
989 <dd>
990           <p class="para block block-first">
991             Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to
992             <span class="emphasis">Fit to window</span>
993             ; when zoom is set to
994             <span class="emphasis">Fit to window</span>
995             , the image will be scaled to fill the root window.
996           </p>
997         </dd>
998 </dl></div>
999 <p class="para block"></p>
1000 </div>
1001 <div class="division section">
1002 <a name="Pluginsmenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.5. </span>Plugins menu</span></h2></div>
1003 <div class="block list variablelist"><dl class="variablelist">
1004 <dt class="term dt-first">
1005           <span class="menuchoice"><span class="guimenu">Plugins</span></span>
1006         </dt>
1007 <dd>
1008           <p class="para block block-first">
1009             This menu contains the plugins (desktop files) that were found on the system. See the
1010             <a class="link" href="GuideImageManagementPlugins.html" title="Plugins">Plugins section</a>
1011             for details.
1012           </p>
1013         </dd>
1014 </dl></div>
1015 </div>
1016 <div class="division section">
1017 <a name="Viewmenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.6. </span>View menu</span></h2></div>
1018 <div class="block list variablelist"><dl class="variablelist">
1019 <dt class="term dt-first">
1020           <span class="menuchoice"><span class="guimenu">View in new window</span> <span class="shortcut">(
1021               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">V</span></span>
1022             )</span></span>
1023         </dt>
1024 <dd>
1025           <p class="para block block-first">Opens selected image in its own window</p>
1026         </dd>
1027 <dt class="term">
1028           <span class="menuchoice"><span class="guimenu">Pan view</span> <span class="shortcut">(
1029               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">J</span></span>
1030             )</span></span>
1031         </dt>
1032 <dd>
1033           <p class="para block block-first">Opens current folder in Pan view window</p>
1034         </dd>
1035 <dt class="term">
1036           <span class="menuchoice"><span class="guimenu">Exif data</span> <span class="shortcut">(
1037               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">E</span></span>
1038             )</span></span>
1039         </dt>
1040 <dd>
1041           <p class="para block block-first">Toggles display of the Exif sidebar.</p>
1042         </dd>
1043 <dt class="term">
1044           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenu">Folder List</span> <span class="shortcut">(
1045               <span class="keycombo"><span class="keycap">Meta</span>+<span class="keycap">L</span></span>
1046             )</span></span>
1047         </dt>
1048 <dd>
1049           <p class="para block block-first">Set the folder view mode to list.</p>
1050         </dd>
1051 <dt class="term">
1052           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Folder Tree</span> <span class="shortcut">(
1053               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">T</span></span>
1054             )</span></span>
1055         </dt>
1056 <dd>
1057           <p class="para block block-first">Set the folder view mode to tree.</p>
1058         </dd>
1059 <dt class="term">
1060           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Image List</span> <span class="shortcut">(
1061               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">L</span></span>
1062             )</span></span>
1063         </dt>
1064 <dd>
1065           <p class="para block block-first">Changes the file list to display files in list format.</p>
1066         </dd>
1067 <dt class="term">
1068           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Icons</span> <span class="shortcut">(
1069               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">I</span></span>
1070             )</span></span>
1071         </dt>
1072 <dd>
1073           <p class="para block block-first">Changes the file list to display files as icons.</p>
1074         </dd>
1075 <dt class="term">
1076           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Show Thumbnails</span></span>
1077         </dt>
1078 <dd>
1079           <p class="para block block-first">Toggles the display of image thumbnails in the file list, this item is not available when the file list is in icon view mode. A check appears next to this item when thumbnails are enabled.</p>
1080         </dd>
1081 <dt class="term">
1082           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Float file list</span> <span class="shortcut">(
1083               <span class="keycombo"><span class="keycap">L</span></span>
1084             )</span></span>
1085         </dt>
1086 <dd>
1087           <p class="para block block-first">
1088             Splits the 3-pane main window into two parts:
1089             <div class="block list itemizedlist"><ul class="itemizedlist">
1090 <li class="li-first">File pane and Folder pane, along with menu and status bar</li>
1091 <li>Image pane and its associated sidebar and sort manager (if displayed)</li>
1092 </ul></div>
1093           </p>
1094         </dd>
1095 <dt class="term">
1096           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Hide file list</span> <span class="shortcut">(
1097               <span class="keycombo"><span class="keycap">Ctrl</span>+<span class="keycap">H</span></span>
1098             )</span></span>
1099         </dt>
1100 <dd>
1101           <p class="para block block-first">
1102             Hides the File and Folder panes, along with menu and status bar.
1103             <span class="code" dir="ltr">Right-click</span>
1104             on the Image pane provides a menu item to redisplay these items.
1105           </p>
1106         </dd>
1107 <dt class="term">
1108           <span class="menuchoice"><span class="guimenu">Files and Folders</span> ▸ <span class="guimenuitem">Hide toolbar</span></span>
1109         </dt>
1110 <dd>
1111           <p class="para block block-first">Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</p>
1112         </dd>
1113 </dl></div>
1114 <div class="block list variablelist"><dl class="variablelist">
1115 <dt class="term dt-first">
1116           <span class="menuchoice"><span class="guimenu">Zoom</span></span>
1117         </dt>
1118 <dd>
1119           <p class="para block block-first"></p>
1120         </dd>
1121 <dt class="term">
1122           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Connected zoom</span></span>
1123         </dt>
1124 <dd>
1125           <p class="para block block-first">
1126             Actions in this menu are identical to those in
1127             <span class="emphasis emphasis-bold">Zoom</span>
1128             menu, but apply to all images displayed in split view.
1129           </p>
1130         </dd>
1131 <dt class="term">
1132           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Zoom in</span></span>
1133         </dt>
1134 <dd>
1135           <p class="para block block-first">Increases the zoom by one increment, resulting in a larger image.</p>
1136         </dd>
1137 <dt class="term">
1138           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Zoom out</span></span>
1139         </dt>
1140 <dd>
1141           <p class="para block block-first">Decreases the zoom by one increment, resulting in a smaller image.</p>
1142         </dd>
1143 <dt class="term">
1144           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Zoom to fit</span></span>
1145         </dt>
1146 <dd>
1147           <p class="para block block-first">
1148             Automatically adjusts the zoom so that the image will fit within the display pane. The effect on images with an original size smaller than the display pane can be changed with the
1149             <span class="emphasis">Allow enlargement of image for zoom to fit</span>
1150             option located on the
1151             <a class="link" href="GuideOptionsImage.html" title="Image Options">Image tab</a>
1152             of the preferences dialog.
1153           </p>
1154         </dd>
1155 <dt class="term">
1156           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Fit Horizontally</span></span>
1157         </dt>
1158 <dd>
1159           <p class="para block block-first">Adjusts the zoom so image height fit within the display pane.</p>
1160         </dd>
1161 <dt class="term">
1162           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Fit Vertically</span></span>
1163         </dt>
1164 <dd>
1165           <p class="para block block-first">Adjusts the zoom so image width fit within the display pane.</p>
1166         </dd>
1167 <dt class="term">
1168           <span class="menuchoice"><span class="code" dir="ltr">
1169               <span class="guibutton">
1170                 <span class="guiicon">
1171                   <span class="inlinegraphic"><img src="document-new.png"></span>
1172                 </span>
1173                 New
1174               </span>
1175             </span> ▸ <span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Zoom n:m</span> <span class="shortcut">(
1176               <span class="keycombo"><span class="keycap">Z</span></span>
1177             )</span></span>
1178         </dt>
1179 <dd>
1180           <p class="para block block-first">Set zoom to the n:m value. 1:1 is the original size of the image. When n is greater than m, zoom in occurs else zoom out occurs.</p>
1181         </dd>
1182 </dl></div>
1183 <div class="block list variablelist"><dl class="variablelist">
1184 <dt class="term dt-first">
1185           <span class="menuchoice"><span class="guimenu">Zoom</span> ▸ <span class="guimenuitem">Zoom n:m</span> <span class="shortcut">(
1186               <span class="keycombo"><span class="keycap">Z</span></span>
1187             )</span></span>
1188           <span class="guimenu">Split</span>
1189         </dt>
1190 <dd>
1191           <p class="para block block-first"></p>
1192         </dd>
1193 <dt class="term">
1194           <span class="menuchoice"><span class="guimenu">Split</span> ▸ <span class="guimenuitem">Horizontal</span></span>
1195         </dt>
1196 <dd>
1197           <p class="para block block-first">Splits main image view in two horizontal panes.</p>
1198         </dd>
1199 <dt class="term">
1200           <span class="menuchoice"><span class="guimenu">Split</span> ▸ <span class="guimenuitem">Vertical</span> <span class="shortcut">(
1201               <span class="keycombo"><span class="keycap">U</span></span>
1202             )</span></span>
1203         </dt>
1204 <dd>
1205           <p class="para block block-first">Splits main image view in two vertical panes.</p>
1206         </dd>
1207 <dt class="term">
1208           <span class="menuchoice"><span class="guimenu">Split</span> ▸ <span class="guimenuitem">Quad</span></span>
1209         </dt>
1210 <dd>
1211           <p class="para block block-first">Splits main image view in four panes.</p>
1212         </dd>
1213 <dt class="term">
1214           <span class="menuchoice"><span class="guimenu">Split</span> ▸ <span class="guimenuitem">Single</span> <span class="shortcut">(
1215               <span class="keycombo"><span class="keycap">Y</span></span>
1216             )</span></span>
1217         </dt>
1218 <dd>
1219           <p class="para block block-first">Reverts to normal view mode (one image).</p>
1220         </dd>
1221 </dl></div>
1222 <div class="block list variablelist"><dl class="variablelist"></dl></div>
1223 <div class="block list variablelist"><dl class="variablelist">
1224 <dt class="term dt-first">
1225           <span class="menuchoice"><span class="guimenu">Image Overlay</span> ▸ <span class="guimenu">Image Overlay</span></span>
1226         </dt>
1227 <dd>
1228           <p class="para block block-first">Displays Image Overlay information box (OSD), use twice to add histogram to it.</p>
1229         </dd>
1230 <dt class="term">
1231           <span class="menuchoice"><span class="guimenu">Image Overlay</span> ▸ <span class="guimenu">Histogram channels</span></span>
1232         </dt>
1233 <dd>
1234           <p class="para block block-first">Switches channels displayed in the histogram (red, green, blue, RGB, value, maximum value).</p>
1235         </dd>
1236 <dt class="term">
1237           <span class="menuchoice"><span class="guimenu">Image Overlay</span> ▸ <span class="guimenu">Histogram log mode</span></span>
1238         </dt>
1239 <dd>
1240           <p class="para block block-first">Toggles between linear and logarithmical histogram.</p>
1241         </dd>
1242 <dt class="term">
1243           <span class="guimenu">Full screen</span>
1244         </dt>
1245 <dd>
1246           <p class="para block block-first">Toggles the full screen window display.</p>
1247         </dd>
1248 <dt class="term">
1249           <span class="guimenu">Keywords</span>
1250         </dt>
1251 <dd>
1252           <p class="para block block-first">Toggles display of the Keywords sidebar.</p>
1253         </dd>
1254 <dt class="term">
1255           <span class="guimenu">Sort manager</span>
1256         </dt>
1257 <dd>
1258           <p class="para block block-first">Toggles display of the Sort Manager sidebar.</p>
1259         </dd>
1260 <dt class="term">
1261           <span class="guimenu">Hide Bars</span>
1262         </dt>
1263 <dd>
1264           <p class="para block block-first">This item is intended to be used by its shortcut key - by default this is the backtick key. When pressed, the info sidebar, sort manager and file list will be hidden (if displayed). Pressing backtick again will revert the display to its previous layout.</p>
1265         </dd>
1266 <dt class="term">
1267           <span class="guimenu">Toggle slideshow</span>
1268         </dt>
1269 <dd>
1270           <p class="para block block-first">Begins or ends a slide show, the slide show status is displayed in the status bar.</p>
1271         </dd>
1272 <dt class="term">
1273           <span class="guimenu">Pause slideshow</span>
1274         </dt>
1275 <dd>
1276           <p class="para block block-first">Pauses a slide show, the slide show status is displayed in the status bar.</p>
1277         </dd>
1278 <dt class="term">
1279           <span class="guimenu">Faster</span>
1280         </dt>
1281 <dd>
1282           <p class="para block block-first">Decreases slide show interval in units of 0.5 seconds.</p>
1283         </dd>
1284 <dt class="term">
1285           <span class="guimenu">Slower</span>
1286         </dt>
1287 <dd>
1288           <p class="para block block-first">Increases slide show interval in units of 0.5 seconds.</p>
1289         </dd>
1290 <dt class="term">
1291           <span class="guimenu">Refresh</span>
1292         </dt>
1293 <dd>
1294           <p class="para block block-first">Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</p>
1295         </dd>
1296 </dl></div>
1297 <p class="para block"></p>
1298 </div>
1299 <div class="division section">
1300 <a name="Helpmenu"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.7. </span>Help menu</span></h2></div>
1301 <div class="block list variablelist"><dl class="variablelist">
1302 <dt class="term dt-first">
1303           <span class="menuchoice"><span class="guimenu">Contents</span> <span class="shortcut">(
1304               <span class="keycombo"><span class="keycap">F1</span></span>
1305             )</span></span>
1306         </dt>
1307 <dd>
1308           <p class="para block block-first">Opens the Geeqie user manual in a new browser window.</p>
1309         </dd>
1310 <dt class="term">
1311           <span class="menuchoice"><span class="guimenu">Keyboard shortcuts</span></span>
1312         </dt>
1313 <dd>
1314           <p class="para block block-first">Displays a window listing the default keyboard shortcuts.</p>
1315         </dd>
1316 <dt class="term">
1317           <span class="menuchoice"><span class="guimenu">Keyboard Map</span></span>
1318         </dt>
1319 <dd>
1320           <p class="para block block-first">Displays an image showing the currently allocated keyboard shortcuts.</p>
1321         </dd>
1322 <dt class="term">
1323           <span class="menuchoice"><span class="guimenu">Release notes</span></span>
1324         </dt>
1325 <dd>
1326           <p class="para block block-first">Displays a window containing the release notes for the version of Geeqie in use.</p>
1327         </dd>
1328 <dt class="term">
1329           <span class="menuchoice"><span class="guimenu">About</span></span>
1330         </dt>
1331 <dd>
1332           <p class="para block block-first">Opens a window containing the Geeqie version, credits, website, and email contact information.</p>
1333         </dd>
1334 <dt class="term">
1335           <span class="menuchoice"><span class="guimenu">Log window</span></span>
1336         </dt>
1337 <dd>
1338           <p class="para block block-first">Opens the log window, mostly used for debugging purposes.</p>
1339         </dd>
1340 </dl></div>
1341 <p class="para block"></p>
1342 </div>
1343 <div class="division section">
1344 <a name="Tearoffmenus"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.8. </span>Tear off menus</span></h2></div>
1345 <p class="para block block-first">Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.</p>
1346 <p class="para block"></p>
1347 </div>
1348 <div class="division section">
1349 <a name="Keyboardshortcuts"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.9. </span>Keyboard shortcuts</span></h2></div>
1350 <p class="para block block-first">
1351       The keyboard sequence associated to each menu entry is listed within the main window menu bar. For reference, the complete list of default keyboard shortcuts can be found in section
1352       <a class="link" href="GuideReferenceKeyboardShortcuts.html" title="Keyboard and Mouse Shortcuts">Keyboard Shortcuts</a>
1353       .
1354     </p>
1355 <p class="para block"></p>
1356 </div>
1357 <div class="division section">
1358 <a name="Changingthemainwindowmenubarkeyboardshortcuts"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.5.10. </span>Changing the main window menu bar keyboard shortcuts</span></h2></div>
1359 <p class="para block block-first">
1360       The section
1361       <a class="link" href="GuideOptionsKeyboard.html" title="Keyboard Options">Keyboard Options</a>
1362       descibes how to modify the keyboard shortcuts used in the main menu.
1363     </p>
1364 </div>
1365 </div></div>
1366 <div class="navbar navbar-bottom"><table class="navbar"><tr>
1367 <td class="navbar-prev"><a class="navbar-prev" href="GuideMainWindowNavigation.html" title="Navigation">Navigation</a></td>
1368 <td class="navbar-next"><a class="navbar-next" href="GuideMainWindowStatusBar.html" title="Status Bar">Status Bar</a></td>
1369 </tr></table></div>
1370 </body>
1371 </html>