comparison doc/main_window_menus.html @ 1108:36e6014c612a

Reformat and cleanup.
author zas_
date Sun, 09 Nov 2008 17:17:19 +0000
parents 1bb220ff787e
children 79e69e5f4642
comparison
equal deleted inserted replaced
1107:1bb220ff787e 1108:36e6014c612a
120 120
121 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd> 121 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd>
122 122
123 <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</dd> 123 <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</dd>
124 124
125 <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 <u>Allow enlargement of image for zoom to fit</u> <span class="gq-menus-8">option located on the <a href="options_image.html">Image tab</a> of the preferences dialog</span>.</dd> 125 <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>
126 126
127 <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> 127 <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>
128 128
129 <dt>List</dt><dd>Changes the file list to display files in list format.</dd> 129 <dt>List</dt><dd>Changes the file list to display files in list format.</dd>
130 130
186 186
187 <h2>Changing the main window menu bar keyboard shortcuts</h2> 187 <h2>Changing the main window menu bar keyboard shortcuts</h2>
188 188
189 <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> 189 <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>
190 190
191 <p><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code> 191 <p><code>($HOME)/.geeqie/accels</code>
192 </p> 192 </p>
193 193
194 <p><span class="gq-menus-8">To change a menu item, first find the line corresponding to the menu item</span> to change. For example the File menu Quit line originally looks like this:</p> 194 <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>
195 195
196 <p><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</span></code> 196 <p><code>; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</code>
197 </p> 197 </p>
198 198
199 <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> 199 <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>
200 200
201 <p><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</span></code> 201 <p><code>(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</code>
202 </p> 202 </p>
203 203
204 <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> 204 <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>
205 205
206 <div class="accels_file_syntax"> 206 <div class="accels_file_syntax">