Force font weight and style to normal for keys.
[geeqie.git] / doc / main_window_navigation.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>Navigation - 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" xml:lang="en-US">
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="main_window.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">Navigation &ndash; Main Window</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="main_window_menus.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Navigation</h1>
43
44   <h2>Moving around in the file system</h2>
45
46   <p>To select the folder containing the desired images for display, change to the image's folder using the folder view. Single clicking a folder with the primary mouse button will change the main window to display that folder's contents. When the folder view is displayed as a list, use the folder named &ldquo;..&rdquo; to change to the parent folder (the parent folder is the folder that contains the current folder).</p>
47
48   <p>To select a folder with the keyboard, move the focus to the desired folder and press the <span class="key">SpaceBar</span> or <span class="key">Enter</span> key.</p>
49
50   <h2>Moving around within a folder</h2>
51
52   <p>After selecting the desired folder as above, the desired image can be viewed by selecting it from the file list. To select a file for display single click it with the primary mouse button.</p>
53
54   <p>To select a file with the keyboard, move the focus to the desired file. As you move the focus within the file list the image display will update to match the highlighted file.</p>
55
56   <h2>Going home</h2>
57
58   <p>To change to your home folder, click the Home button in the tool bar.</p>
59
60   <h2>Direct path entry</h2>
61
62   <p>The current path is displayed in an entry field above the folder list. A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the <span class="key">Enter</span> key. Tab completion is also available in the path entry.</p>
63
64   <p>Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p>
65
66   <h2>Stepping through images sequentially</h2>
67
68   <p>To change the displayed image to next or previous one within the same folder, use the respective <span class="key">PageDown</span> and <span class="key">PageUp</span> keys. The mouse can also be used to change the image by clicking the image display with the respective primary and middle buttons.</p>
69
70   <p>To change to beginning or end of the image list, use the respective <span class="key">Home</span> or <span class="key">End</span> keys.</p>
71
72   <hr id="bottomseparator" />
73
74   <div class="navbottom">
75     <table width="100%" border="0" cellpadding="4" cellspacing="0">
76       <col id="navbottom_col1" width="33%"></col>
77       <col id="navbottom_col2" width="33%"></col>
78       <col id="navbottom_col3" width="33%"></col>
79
80         <tr>
81           <th>
82             <p class="previous"><a href="main_window.html">Previous</a>
83             </p>
84           </th>
85
86           <th>
87             <p class="navbottom_title"><a href="index.html">Contents</a>
88             </p>
89           </th>
90
91           <th>
92             <p class="next"><a href="main_window_menus.html">Next</a>
93             </p>
94           </th>
95         </tr>
96
97     </table>
98   </div>
99
100   <div class="footer">Geeqie User Manual</div>
101   <div class="bottomspacer">&nbsp;</div>
102 </body>
103 </html>