Fix up some errors.
[geeqie.git] / doc / main_window_menus.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>Menus - 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         <tr>
21           <th>
22             <p class="previous"><a href="main_window_navigation.html">Previous</a>
23             </p>
24           </th>
25
26           <th>
27             <p class="navtop_title">Menus &ndash; Main Window</p>
28           </th>
29
30           <th>
31             <p class="next"><a href="main_window_layout.html">Next</a>
32             </p>
33           </th>
34         </tr>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Menus</h1>
41
42   <p>This section describes the functions of each item on the menu bar in the Geeqie main window.</p>
43
44   <h2>File Menu</h2>
45
46   <dl class="menu_desc">
47   <dt>New window</dt><dd>Opens a new main window, with the initial path set to the current folder.</dd>
48
49   <dt>New collection</dt><dd>Opens a new collection window, the new collection will be empty.</dd>
50
51   <dt>Open collection</dt><dd>Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</dd>
52
53   <dt>Open recent</dt><dd>This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list.</dd>
54
55   <dt>Search...</dt><dd>Opens a new Search window.</dd>
56
57   <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</dd>
58
59   <dt>Print..</dt><dd>Opens a print dialog.</dd>
60
61   <dt>New folder...</dt><dd>Creates a new folder in the current path.</dd>
62
63   <dt>Copy...</dt><dd>Opens a dialog to select a destination to copy the currently selected files.</dd>
64
65   <dt>Move...</dt><dd>Opens a dialog to select a destination to move currently selected files.</dd>
66
67   <dt>Rename...</dt><dd>Renames the current file selection.</dd>
68
69   <dt>Delete...</dt><dd>Deletes the current file selection.</dd>
70
71   <dt>Close window</dt><dd>Closes the window containing the menu, if the window is the last main window Geeqie will quit.</dd>
72
73   <dt>Quit</dt><dd>Quits the Geeqie application, if collections have been changed but not saved, the user will be prompted for confirmation.</dd>
74   </dl>
75
76   <h2>Edit menu</h2>
77
78   <dl class="menu_desc">
79
80   <dt>in &lt;command name&gt;...</dt><dd>This will execute the external command associated with &lt;command name&gt;, these can be changed edited on the <a href="options_editor_commands.html">Editors tab</a> of the Option dialog.</dd>
81
82   <dt>Adjust</dt><dd>
83           <dl class="menu_desc_sublevel1">
84           <dt>Rotate clockwise</dt><dd>Rotates the current image clockwise 90 degrees, does not effect the file on disk.</dd>
85
86           <dt>Rotate counterclockwise</dt><dd>Rotates the current image counterclockwise 90 degrees, does not effect the file on disk.</dd>
87
88           <dt>Rotate 180</dt><dd>Rotates the current image 180 degrees, does not effect the file on disk.</dd>
89
90           <dt>Mirror</dt><dd>Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not effect the file on disk.</dd>
91
92           <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not effect the file on disk.</dd>
93           </dl>
94   </dd>
95
96   <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</dd>
97
98   <dt>Select all</dt><dd>Selects all files displayed in the file list.</dd>
99
100   <dt>Select none</dt><dd>Clears the current file selection.</dd>
101
102   <dt>Preferences...</dt><dd>Opens the <a href="options.html">Preferences Dialog</a> for changing of user preferences.</dd>
103
104   <dt>Thumbnail maintenance</dt><dd>Opens a dialog with utilities to manage cached thumbnails and keywords data.</dd>
105
106   <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <u>fit to window</u>; when zoom is set to <u>fit to window</u>, the image will be scaled to fill the root window.</dd>
107   </dl>
108
109   <h2>View menu</h2>
110
111   <dl class="menu_desc">
112
113   <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</dd>
114
115   <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd>
116
117   <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</dd>
118
119   <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image will fit within the display pane. The effect on images with an original size smaller than the display pane can be changed with the <span class="option_name">Allow enlargement of image for zoom to fit</span> option located on the <a href="options_image.html">Image tab</a> of the preferences dialog.</dd>
120
121   <dt>Thumbnails</dt><dd>Toggles the display of image thumbnails in the file list, this item is not available when the file list is in icon view mode. A check appears next to this item when thumbnails are enabled.</dd>
122
123   <dt>List</dt><dd>Changes the file list to display files in list format.</dd>
124
125   <dt>Icons</dt><dd>Changes the file list to display files as icons.</dd>
126
127   <dt>Tree</dt><dd>Toggles the folder list between simple and tree modes. A check appears next to this item when the folder is in tree mode.</dd>
128
129   <dt>Full screen</dt><dd>Toggles the full screen window display.</dd>
130
131   <dt>Float file list</dt><dd>Toggles the location of the menu bar, tool bar, status bar, and file lists between the main window and a second window. A check appears next to this item when the location is the second window.</dd>
132
133   <dt>Hide file list</dt><dd>Toggles visibility of the menu bar, tool bar, status bar, and file lists.</dd>
134
135   <dt>Hide toolbar</dt><dd>Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</dd>
136
137   <dt>Keywords</dt><dd>Toggles display of the Keywords sidebar.</dd>
138
139   <dt>Exif data</dt><dd>Toggles display of the EXIF sidebar.</dd>
140
141   <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</dd>
142
143   <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</dd>
144
145   <dt>Refresh</dt><dd>Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</dd>
146   </dl>
147
148   <h2>Help menu</h2>
149
150   <dl class="menu_desc">
151
152   <dt>Contents</dt><dd>Open the Geeqie user manual in a new browser window.</dd>
153
154   <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</dd>
155
156   <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</dd>
157
158   <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd>
159    
160   </dl>
161   <h2>Tear off menus</h2>
162
163   <p>Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.</p>
164
165   <h2>Keyboard shortcuts</h2>
166
167   <p>The keyboard sequence associated to each menu entry is listed within the main window menu bar. For reference, the complete list of default keyboard shortcuts can be found in section <a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</a>.</p>
168
169   <h2>Changing the main window menu bar keyboard shortcuts</h2>
170
171   <p>The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</b>:</p>
172
173   <p><code>($HOME)/.geeqie/accels</code>
174   </p>
175
176   <p>To change a menu item, first find the line corresponding to the menu item to change. For example the File menu Quit line originally looks like this:</p>
177
178   <p><code>; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</code>
179   </p>
180
181   <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</p>
182
183   <p><code>(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</code>
184   </p>
185
186   <p>Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:</p>
187
188   <div class="accels_file_syntax">
189           <table width="60%" border="0" cellpadding="4" cellspacing="0" rules="rows">
190           <col id="accels_file_syntax_col1" width="50%"></col>
191           <col id="accels_file_syntax_col2" width="50%"></col>
192          
193           <thead>
194             <tr>
195               <td>
196                 <p>Key</p>
197               </td>
198
199               <td>
200                 <p>Text to use in accels file</p>
201               </td>
202             </tr>
203           </thead>
204
205           <tbody>
206             <tr>
207               <td>
208                 <p>[Shift]</p>
209               </td>
210
211               <td>
212                 <p>&lt;shift&gt;</p>
213               </td>
214             </tr>
215
216             <tr>
217               <td>
218                 <p>[Control]</p>
219               </td>
220
221               <td>
222                 <p>&lt;control&gt;</p>
223               </td>
224             </tr>
225
226             <tr>
227               <td>
228                 <p>[Alt]</p>
229               </td>
230
231               <td>
232                 <p>&lt;alt&gt;</p>
233               </td>
234             </tr>
235           </tbody>
236           </table>
237   </div>
238
239   <p>Modifiers can be combined, for example in the exit line above, the text would be &ldquo;&lt;control&gt;&lt;shift&gt;q&rdquo; to set the exit shortcut to [Control] + [Shift] + Q.</p>
240
241   <hr id="bottomseparator" />
242
243   <div class="navbottom">
244     <table width="100%" border="0" cellpadding="4" cellspacing="0">
245       <col id="navbottom_col1" width="33%"></col>
246       <col id="navbottom_col2" width="33%"></col>
247       <col id="navbottom_col3" width="33%"></col>
248
249         <tr>
250           <th>
251             <p class="previous"><a href="main_window_navigation.html">Previous</a>
252             </p>
253           </th>
254
255           <th>
256             <p class="navbottom_title"><a href="index.html">Contents</a>
257             </p>
258           </th>
259
260           <th>
261             <p class="next"><a href="main_window_layout.html">Next</a>
262             </p>
263           </th>
264         </tr>
265
266     </table>
267   </div>
268
269   <div class="footer">Geeqie User Manual</div>
270   <div class="bottomspacer">&nbsp;</div>
271 </body>
272 </html>