Re-introduce Geeqie User Manual footer.
[geeqie.git] / doc / main_window_file_pane.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>File Pane - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
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       <thead>
21         <tr>
22           <td>
23             <p class="previous"><a href="main_window_layout.html">Previous</a>
24             </p>
25           </td>
26
27           <td>
28             <p class="gq-file-pane-1">File Pane &ndash; Main Window</p>
29           </td>
30
31           <td>
32             <p class="gq-file-pane-2"><a href="main_window_folder_pane.html">Next</a>
33             </p>
34           </td>
35         </tr>
36       </thead>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>File Pane</h1>
43
44   <p>The file pane displays the images contained in the active folder. It has two modes of display, allows multiple selection, and can initiate drag and drop operations.</p>
45
46   <p>A <b>context menu</b> can be displayed by clicking the right mouse button on the file pane or pressing the menu key while the file pane has the focus.</p>
47
48   <p><br />
49   <br />
50   </p>
51
52   <h2>List view</h2>
53
54   <p class="gq-file-pane-5">This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p>
55
56   <p class="gq-file-pane-5">The list view mode displays images in a standard vertical list. Three columns provide the file name, size in bytes, and the time the contents were last modified.</p>
57
58   <p class="gq-file-pane-5"><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p>
59
60   <p><br />
61   <br />
62   </p>
63
64   <h2>Icon view</h2>
65
66   <p class="gq-file-pane-5">This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p>
67
68   <p class="gq-file-pane-5">The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p>
69
70   <p class="gq-file-pane-5">The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting &ldquo;Show filename text&rdquo; from the context menu.</p>
71
72   <p><br />
73   <br />
74   </p>
75
76   <h2>Multiple selection</h2>
77
78   <p class="gq-file-pane-5">It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p>
79
80   <p class="gq-file-pane-6">Mouse:</p>
81
82   <ul>
83     <li>
84       <p>Control + Primary mouse button will add or remove the file from the selection.</p>
85     </li>
86
87     <li>
88       <p>Middle mouse button will toggle selection of the file.</p>
89     </li>
90
91     <li>
92       <p>Shift + Primary mouse button will select all images between the clicked and focused image, or it will unselect all those images if the clicked image is already selected.</p>
93     </li>
94
95     <li>
96       <p>Shift + Control + Primary mouse works as Shift + Primary, but will not change the selection of files outside the region between the focus and clicked image.</p>
97     </li>
98   </ul>
99
100   <p class="gq-file-pane-6">Keyboard:</p>
101
102   <ul>
103     <li>
104       <p>Control + Arrows will move the focus without changing the selection.</p>
105     </li>
106
107     <li>
108       <p>Control + Space will toggle selection of the focused image.</p>
109     </li>
110
111     <li>
112       <p>Shift + Arrows will select a region of images.</p>
113     </li>
114
115     <li>
116       <p>Shift + Control + Arrows works as Shift + Arrows, but will not change the selection of files outside the current focus region.</p>
117     </li>
118   </ul>
119
120   <p class="gq-file-pane-5">To select all files press Control + A, or to unselect all image press Control + Shift + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p>
121
122   <p class="gq-file-pane-5">The current number of selected images and their total size will be indicated in the File list section of the <a href="main_window_status_bar.html">status bar</a>.</p>
123
124   <p><br />
125   <br />
126   </p>
127
128   <h2>Sorting</h2>
129
130   <p class="gq-file-pane-5">The order of the images can be changed by clicking the sort area of the status bar or from the context menu. The sort methods are by file name, number, file date, or file size. The number method will sort file names by their natural order, for example files with names of file_10, file_12, and file_9 will appear in order file_9, file_10, and file_12.</p>
131
132   <p class="gq-file-pane-5">Selecting the ascending menu item will toggle between increasing and decreasing sort order.</p>
133
134   <p><br />
135   <br />
136   </p>
137
138   <h2>Context menu</h2>
139
140   <p>Right clicking the mouse or pressing the menu key while the file pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
141
142   <p class="gq-file-pane-5"><b>View in new window:</b> Opens a new window containing a list of the currently selected images.</p>
143
144   <p class="gq-file-pane-5"><b>Sort:</b> Changes the sort order of file pane.</p>
145
146   <p class="gq-file-pane-5"><b>View as icons:</b> Toggles between the list and icon view modes.</p>
147
148   <p class="gq-file-pane-5"><b>Show thumbnails:</b> Toggles display of thumbnails in the list view display mode.</p>
149
150   <p class="gq-file-pane-7"><b>Show filename text:</b> Toggles display of file names in the icon view display mode.</p>
151
152   <p><br />
153   <br />
154   </p>
155
156   <h2>Drag and Drop</h2>
157
158   <p class="gq-file-pane-5">Drag and drop can be initialized with the primary or middle mouse buttons in the file pane. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p>
159
160   <p><br />
161   <br />
162   </p>
163
164   <p><br />
165   <br />
166   </p>
167
168   <hr />
169
170   <div class="navbottom">
171     <table width="100%" border="0" cellpadding="4" cellspacing="0">
172       <col id="navbottom_col1" width="33%"></col>
173       <col id="navbottom_col2" width="33%"></col>
174       <col id="navbottom_col3" width="33%"></col>
175
176       <thead>
177         <tr>
178           <td>
179             <p class="previous"><a href="main_window_layout.html">Previous</a>
180             </p>
181           </td>
182
183           <td>
184             <p class="gq-file-pane-1"><a href="index.html">Contents</a>
185             </p>
186           </td>
187
188           <td>
189             <p class="gq-file-pane-2"><a href="main_window_folder_pane.html">Next</a>
190             </p>
191           </td>
192         </tr>
193       </thead>
194
195     </table>
196   </div>
197
198   <div class="footer">Geeqie User Manual</div>
199   <div class="bottomspacer">&nbsp;</div>
200 </body>
201 </html>