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