Cleanup some tables.
[geeqie.git] / doc / image_presentation_fullscreen.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
6
7   <title>Full Screen - Geeqie User Manual</title>
8   <link rel="stylesheet" type="text/css" href="style.css" />
9 </head>
10
11 <body lang="en-US" dir="ltr">
12   <div class="navtop">
13     <table width="100%" border="0" cellpadding="4" cellspacing="0">
14       <col id="navtop_col1" width="33%"></col>
15       <col id="navtop_col2" width="33%"></col>
16       <col id="navtop_col3" width="33%"></col>
17
18       <thead>
19         <tr>
20           <td>
21             <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
22             </p>
23           </td>
24
25           <td>
26             <p class="navtop_title">Full Screen &ndash; Image Presentation</p>
27           </td>
28
29           <td>
30             <p class="next"><a href="printing.html">Next</a>
31             </p>
32           </td>
33         </tr>
34       </thead>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Full Screen</h1>
41
42   <p>Geeqie allows for the image pane to be expanded to fill the entire screen, this is referred to as full screen.</p>
43
44   <p><br />
45   <br />
46   </p>
47
48   <h2>Turning on full screen</h2>
49
50   <p>Full screen can be activated in a number of ways:</p>
51
52   <ul>
53     <li>
54       <p>From the menu bar - open the <b>View</b> menu and select <b>Full screen</b>.</p>
55     </li>
56
57     <li>
58       <p>From the keyboard - press the <b>F</b> key to toggle full screen.</p>
59     </li>
60
61     <li>
62       <p>From a context menu - right click an image pane, and select <b>Full screen</b>.</p>
63     </li>
64   </ul>
65
66   <p><br />
67   <br />
68   </p>
69
70   <h2>Turning off full screen</h2>
71
72   <p>To return to the normal view:</p>
73
74   <ul>
75     <li>
76       <p>From the keyboard - press the <b>F</b> or [<b>Escape</b>] key to stop full screen.</p>
77     </li>
78
79     <li>
80       <p>From a context menu - right click the image pane, and select <b>Exit full screen</b>.</p>
81     </li>
82
83     <li>
84       <p>From the menu bar - the menu bar may be visible when using multiple monitors, open the <b>View</b> menu and select <b>Full screen</b>.</p>
85     </li>
86   </ul>
87
88   <p><br />
89   <br />
90   </p>
91
92   <h2>Configuring full screen</h2>
93
94   <p>Full screen behavior and location can be adjusted on the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p>
95
96   <p><b>Size and location</b>: This can be changed using <b>Full screen size</b> option, this can be used to select the monitor to use in a multiple monitor configuration.</p>
97
98   <p><b>Smooth image flip in full screen</b>: This option delays the image change until the next image is entirely decoded into memory, the result is a smoother transition between images.</p>
99
100   <p><b>Disable screen saver in full screen</b>: This option will execute <i>xscreensaver-command --deactivate</i> once per minute to avoid the screen saver from activating.</p>
101
102   <p><br />
103   <br />
104   </p>
105
106   <h2>Navigation</h2>
107  
108   <p>The usual image navigation controls are available when in full screen, these are the commands available:</p>
109
110   <div class="gq-fullscreen-4">
111     <table width="80%" border="1" cellpadding="4" cellspacing="0" rules="ROWS">
112       <col id="fullscreen_shortcuts_col1" width="33%"></col>
113       <col id="fullscreen_shortcuts_col2" width="33%"></col>
114       <col id="fullscreen_shortcuts_col3" width="33%"></col>
115
116      <thead>
117       <tr>
118         <td>
119           <p>Keyboard</p>
120         </td>
121
122         <td>
123           <p>Mouse</p>
124         </td>
125
126         <td>
127           <p>Description</p>
128         </td>
129       </tr>
130      </thead>
131
132      <tbody>
133       <tr>
134         <td>
135           <p>F, V, Escape</p>
136         </td>
137
138         <td>
139           <p>Context menu</p>
140         </td>
141
142         <td>
143           <p>Turn off full screen.</p>
144         </td>
145       </tr>
146
147       <tr>
148         <td>
149           <p><br />
150           </p>
151         </td>
152
153         <td>
154           <p><br />
155           </p>
156         </td>
157
158         <td>
159           <p><br />
160           </p>
161         </td>
162       </tr>
163
164       <tr>
165         <td>
166           <p>Image Navigation</p>
167         </td>
168
169         <td>
170           <p><br />
171           </p>
172         </td>
173
174         <td>
175           <p><br />
176           </p>
177         </td>
178       </tr>
179
180       <tr>
181         <td>
182           <p>PageDown</p>
183         </td>
184
185         <td>
186           <p>Left Click on image view<br />
187           Mouse Wheel down (*)</p>
188         </td>
189
190         <td>
191           <p>Change to next image.</p>
192         </td>
193       </tr>
194
195       <tr>
196         <td>
197           <p>PageUp</p>
198         </td>
199
200         <td>
201           <p>Middle Click on image view<br />
202           Mouse Wheel up (*)</p>
203         </td>
204
205         <td>
206           <p>Change to previous image.</p>
207         </td>
208       </tr>
209
210       <tr>
211         <td>
212           <p>Home</p>
213         </td>
214
215         <td>
216           <p><br />
217           </p>
218         </td>
219
220         <td>
221           <p>Change to first image.</p>
222         </td>
223       </tr>
224
225       <tr>
226         <td>
227           <p>End</p>
228         </td>
229
230         <td>
231           <p><br />
232           </p>
233         </td>
234
235         <td>
236           <p>Change to last image.</p>
237         </td>
238       </tr>
239
240       <tr>
241         <td colspan="2">
242           <p><b>Image panning</b> (image has keyboard focus)</p>
243         </td>
244
245         <td>
246           <p><br />
247           </p>
248         </td>
249       </tr>
250
251       <tr>
252         <td>
253           <p>Arrow Keys</p>
254         </td>
255
256         <td>
257           <p>Left Drag on image view<br />
258           [Shift] + Mouse Wheel (*)</p>
259         </td>
260
261         <td>
262           <p>Pan image.</p>
263         </td>
264       </tr>
265
266       <tr>
267         <td>
268           <p>[Shift] + Arrow Keys</p>
269         </td>
270
271         <td>
272           <p><br />
273           </p>
274         </td>
275
276         <td>
277           <p>Pan Image faster.</p>
278         </td>
279       </tr>
280
281       <tr>
282         <td>
283           <p>[Control] + Arrow Keys</p>
284         </td>
285
286         <td>
287           <p><br />
288           </p>
289         </td>
290
291         <td>
292           <p>Pan to respective edge of image.</p>
293         </td>
294       </tr>
295
296       <tr>
297         <td>
298           <p>SpaceBar</p>
299         </td>
300
301         <td>
302           <p><br />
303           </p>
304         </td>
305
306         <td>
307           <p>Change to next image.</p>
308         </td>
309       </tr>
310
311       <tr>
312         <td>
313           <p>Backspace</p>
314         </td>
315
316         <td>
317           <p><br />
318           </p>
319         </td>
320
321         <td>
322           <p>Change to previous image.</p>
323         </td>
324       </tr>
325       </tbody>
326     </table>
327   </div>
328
329   <p>(*) Default Mouse wheel functions, can be altered by changing <span class="gq-fullscreen-10">the <a href="options_advanced.html">Mouse wheel scrolls image</a> option.</span></p>
330
331   <p>Several other standard controls are also available through the keyboard and context menu:</p>
332
333   <div class="gq-fullscreen-4">
334     <table width="80%" border="1" cellpadding="4" cellspacing="0" rules="ROWS">
335     <col id="fullscreen_functions_col1" width="50%"></col>
336     <col id="fullscreen_functions_col2" width="50%"></col>
337     
338     <thead>
339       <tr>
340         <td>
341           <p>Function</p>
342         </td>
343
344         <td>
345           <p>Difference from normal view</p>
346         </td>
347       </tr>
348     </thead>
349
350     <tbody>
351       <tr>
352         <td>
353           <p>Copy, Move, Rename</p>
354         </td>
355
356         <td>
357           <p>same (*)</p>
358         </td>
359       </tr>
360
361       <tr>
362         <td>
363           <p>Delete</p>
364         </td>
365
366         <td>
367           <p>same (*)</p>
368         </td>
369       </tr>
370
371       <tr>
372         <td>
373           <p>External edit commands<br />
374           ([Control] + 1 ... 0, context menu)</p>
375         </td>
376
377         <td>
378           <p>Full screen will turn off prior to activating the function.</p>
379         </td>
380       </tr>
381
382       <tr>
383         <td>
384           <p>Open image properties window<br />
385           ([Control] + P, context menu)</p>
386         </td>
387
388         <td>
389           <p>same (*)</p>
390         </td>
391       </tr>
392
393       <tr>
394         <td>
395           <p>Image rotation, mirror, and flip</p>
396         </td>
397
398         <td>
399           <p>same</p>
400         </td>
401       </tr>
402
403       <tr>
404         <td>
405           <p>Zoom controls</p>
406         </td>
407
408         <td>
409           <p>same</p>
410         </td>
411       </tr>
412
413       <tr>
414         <td>
415           <p>I</p>
416         </td>
417
418         <td>
419           <p>Toggle information overlay for full screen: on with histogramm, on without histogramm, off.</p>
420         </td>
421       </tr>
422
423       <tr>
424         <td>
425           <p>K</p>
426         </td>
427
428         <td>
429           <p>Switch between the different histogramm modes: RGB, value, maximum value, red channel, green channel, blue channel.</p>
430         </td>
431       </tr>
432
433       <tr>
434         <td>
435           <p>J</p>
436         </td>
437
438         <td>
439           <p>Toogle between linear and logarithmical histogramm.</p>
440         </td>
441       </tr>
442
443       <tr>
444         <td>
445           <p>Slide show controls<br />
446           (S, P, context menu)</p>
447         </td>
448
449         <td>
450           <p>same</p>
451         </td>
452       </tr>
453
454       <tr>
455         <td>
456           <p>Quit with [Control] + Q</p>
457         </td>
458
459         <td>
460           <p>same</p>
461         </td>
462       </tr>
463       </tbody>
464     </table>
465   </div>
466
467   <p>(*) Releases prior to 1.5.3 will turn off full screen prior to activating the function.</p>
468
469   <p><br />
470   <br />
471   </p>
472
473   <p><br />
474   <br />
475   </p>
476
477   <hr />
478
479   <div class="navbottom">
480     <table width="100%" border="0" cellpadding="4" cellspacing="0">
481       <col id="navbottom_col1" width="33%"></col>
482       <col id="navbottom_col2" width="33%"></col>
483       <col id="navbottom_col3" width="33%"></col>
484
485       <thead>
486         <tr>
487           <td>
488             <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
489             </p>
490           </td>
491
492           <td>
493             <p class="navbottom_title"><a href="index.html">Contents</a>
494             </p>
495           </td>
496
497           <td>
498             <p class="next"><a href="printing.html">Next</a>
499             </p>
500           </td>
501         </tr>
502       </thead>
503
504     </table>
505   </div>
506
507   <div class="footer">Geeqie User Manual</div>
508   <div class="bottomspacer">&nbsp;</div>
509 </body>
510 </html>