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