comparison doc/main_window_folder_pane.html @ 1165:473a7c4881cd

Fix up yet unmarked keys.
author zas_
date Thu, 20 Nov 2008 17:23:46 +0000
parents 2562e0bc89a1
children
comparison
equal deleted inserted replaced
1164:3692efcbd325 1165:473a7c4881cd
75 75
76 <h2>Path entry</h2> 76 <h2>Path entry</h2>
77 77
78 <p>This displays the active folder of the window and allows typing a location.</p> 78 <p>This displays the active folder of the window and allows typing a location.</p>
79 79
80 <p>A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the Enter key. Tab completion is also available in the path entry.</p> 80 <p>A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the <span class="key">Enter</span> key. Tab completion is also available in the path entry.</p>
81 81
82 <p class="note"><span class="note_label">Note:</span> Tab completion uses the tab key, press the down arrow to move the focus from the entry.</p> 82 <p class="note"><span class="note_label">Note:</span> Tab completion uses the <span class="key">Tab</span> key, press the <span class="key">Down</span> key to move the focus from the entry.</p>
83 83
84 <p>Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p> 84 <p>Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p>
85 85
86 <h2>Folder list</h2> 86 <h2>Folder list</h2>
87 87
97 97
98 <h2>Tree view</h2> 98 <h2>Tree view</h2>
99 99
100 <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">T</span>, or selecting &ldquo;View as tree&rdquo; from the context menu.</p> 100 <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">T</span>, or selecting &ldquo;View as tree&rdquo; from the context menu.</p>
101 101
102 <p>The tree view mode displays all folders in the file system, starting with the root folder and branching out to include sub folders. A folder branch can be expanded or collapsed by clicking the expander next to each folder icon, or by pressing the respective &ldquo;+&rdquo; or &ldquo;-&rdquo; keys when the folder branch has the focus.</p> 102 <p>The tree view mode displays all folders in the file system, starting with the root folder and branching out to include sub folders. A folder branch can be expanded or collapsed by clicking the expander next to each folder icon, or by pressing the respective <span class="key">+</span> or <span class="key">-</span> keys when the folder branch has the focus.</p>
103 103
104 <h2>Sorting</h2> 104 <h2>Sorting</h2>
105 105
106 <p>The order of the folder names will match the order selected for the file pane. Sort order can be changed by clicking the sort area of the status bar or from the context menu of the file pane.</p> 106 <p>The order of the folder names will match the order selected for the file pane. Sort order can be changed by clicking the sort area of the status bar or from the context menu of the file pane.</p>
107 107