Mercurial > geeqie
comparison doc/main_window_file_pane.html @ 1158:616fae3a801f
Unify [Shift] and [Control] notation.
author | zas_ |
---|---|
date | Wed, 19 Nov 2008 21:16:27 +0000 |
parents | c564ab6c11fc |
children | e2ca6295c5d0 |
comparison
equal
deleted
inserted
replaced
1157:0186f9c7d9e4 | 1158:616fae3a801f |
---|---|
45 | 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> | 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 | 47 |
48 <h2>List view</h2> | 48 <h2>List view</h2> |
49 | 49 |
50 <p>This mode can be enabled by selecting “List” from the View menu, pressing Control + L on the keyboard, or unselecting “View as icons” from the context menu.</p> | 50 <p>This mode can be enabled by selecting “List” from the View menu, pressing [Control] + L on the keyboard, or unselecting “View as icons” from the context menu.</p> |
51 | 51 |
52 <p>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> | 52 <p>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> |
53 | 53 |
54 <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting “Thumbnails” from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting “Show thumbnails” from the context menu.</p> | 54 <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting “Thumbnails” from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting “Show thumbnails” from the context menu.</p> |
55 | 55 |
56 <h2>Icon view</h2> | 56 <h2>Icon view</h2> |
57 | 57 |
58 <p>This mode can be enabled by selecting “Icons” from the View menu, pressing Control + I on the keyboard, or selecting “View as icons” from the context menu.</p> | 58 <p>This mode can be enabled by selecting “Icons” from the View menu, pressing [Control] + I on the keyboard, or selecting “View as icons” from the context menu.</p> |
59 | 59 |
60 <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p> | 60 <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p> |
61 | 61 |
62 <p>The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting “Show filename text” from the context menu.</p> | 62 <p>The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting “Show filename text” from the context menu.</p> |
63 | 63 |
67 | 67 |
68 <h3>Mouse</h3> | 68 <h3>Mouse</h3> |
69 | 69 |
70 <ul> | 70 <ul> |
71 <li> | 71 <li> |
72 <p>Control + Primary mouse button will add or remove the file from the selection.</p> | 72 <p>[Control] + Primary mouse button will add or remove the file from the selection.</p> |
73 </li> | 73 </li> |
74 | 74 |
75 <li> | 75 <li> |
76 <p>Middle mouse button will toggle selection of the file.</p> | 76 <p>Middle mouse button will toggle selection of the file.</p> |
77 </li> | 77 </li> |
78 | 78 |
79 <li> | 79 <li> |
80 <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> | 80 <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> |
81 </li> | 81 </li> |
82 | 82 |
83 <li> | 83 <li> |
84 <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> | 84 <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> |
85 </li> | 85 </li> |
86 </ul> | 86 </ul> |
87 | 87 |
88 <h3>Keyboard</h3> | 88 <h3>Keyboard</h3> |
89 | 89 |
90 <ul> | 90 <ul> |
91 <li> | 91 <li> |
92 <p>Control + Arrows will move the focus without changing the selection.</p> | 92 <p>[Control] + Arrows will move the focus without changing the selection.</p> |
93 </li> | 93 </li> |
94 | 94 |
95 <li> | 95 <li> |
96 <p>Control + Space will toggle selection of the focused image.</p> | 96 <p>[Control] + Space will toggle selection of the focused image.</p> |
97 </li> | 97 </li> |
98 | 98 |
99 <li> | 99 <li> |
100 <p>Shift + Arrows will select a region of images.</p> | 100 <p>[Shift] + Arrows will select a region of images.</p> |
101 </li> | 101 </li> |
102 | 102 |
103 <li> | 103 <li> |
104 <p>Shift + Control + Arrows works as Shift + Arrows, but will not change the selection of files outside the current focus region.</p> | 104 <p>[Shift] + [Control] + Arrows works as [Shift] + Arrows, but will not change the selection of files outside the current focus region.</p> |
105 </li> | 105 </li> |
106 </ul> | 106 </ul> |
107 | 107 |
108 <p>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 “Select all” and “Select none”.</p> | 108 <p>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 “Select all” and “Select none”.</p> |
109 | 109 |
110 <p>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> | 110 <p>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> |
111 | 111 |
112 <h2>Sorting</h2> | 112 <h2>Sorting</h2> |
113 | 113 |