Mercurial > geeqie.yaz
comparison doc/main_window_file_pane.html @ 1112:b223ad7f4867
Reformat more pages.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 13:00:29 +0000 |
parents | 215e102c1819 |
children | 79e69e5f4642 |
comparison
equal
deleted
inserted
replaced
1111:2b1121de1a66 | 1112:b223ad7f4867 |
---|---|
75 | 75 |
76 <h2>Multiple selection</h2> | 76 <h2>Multiple selection</h2> |
77 | 77 |
78 <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p> | 78 <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p> |
79 | 79 |
80 <p>Mouse:</p> | 80 <h3>Mouse</h3> |
81 | 81 |
82 <ul> | 82 <ul> |
83 <li> | 83 <li> |
84 <p>Control + Primary mouse button will add or remove the file from the selection.</p> | 84 <p>Control + Primary mouse button will add or remove the file from the selection.</p> |
85 </li> | 85 </li> |
86 | 86 |
95 <li> | 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> | 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> | 97 </li> |
98 </ul> | 98 </ul> |
99 | 99 |
100 <p>Keyboard:</p> | 100 <h3>Keyboard</h3> |
101 | 101 |
102 <ul> | 102 <ul> |
103 <li> | 103 <li> |
104 <p>Control + Arrows will move the focus without changing the selection.</p> | 104 <p>Control + Arrows will move the focus without changing the selection.</p> |
105 </li> | 105 </li> |
139 | 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> | 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 | 141 |
142 <dl class="menu_desc"> | 142 <dl class="menu_desc"> |
143 | 143 |
144 <dt>View in new window</dt><dd>Opens a new window containing a list of the currently selected images.</dd> | 144 <dt>View in new window</dt> |
145 | 145 <dd>Opens a new window containing a list of the currently selected images.</dd> |
146 <dt>Sort</dt><dd>Changes the sort order of file pane.</dd> | 146 |
147 | 147 <dt>Sort</dt> |
148 <dt>View as icons</dt><dd>Toggles between the list and icon view modes.</dd> | 148 <dd>Changes the sort order of file pane.</dd> |
149 | 149 |
150 <dt>Show thumbnails</dt><dd>Toggles display of thumbnails in the list view display mode.</dd> | 150 <dt>View as icons</dt> |
151 | 151 <dd>Toggles between the list and icon view modes.</dd> |
152 <dt>Show filename text</dt><dd>Toggles display of file names in the icon view display mode.</dd> | 152 |
153 <dt>Show thumbnails</dt> | |
154 <dd>Toggles display of thumbnails in the list view display mode.</dd> | |
155 | |
156 <dt>Show filename text</dt> | |
157 <dd>Toggles display of file names in the icon view display mode.</dd> | |
153 | 158 |
154 </dl> | 159 </dl> |
155 | 160 |
156 <p><br /> | 161 <p><br /> |
157 <br /> | 162 <br /> |