diff doc/main_window_folder_pane.html @ 1160:2562e0bc89a1

Mark keyboard keys with a span and make them look like a key through css style.
author zas_
date Wed, 19 Nov 2008 22:42:20 +0000
parents e2ca6295c5d0
children 473a7c4881cd
line wrap: on
line diff
--- a/doc/main_window_folder_pane.html	Wed Nov 19 21:36:02 2008 +0000
+++ b/doc/main_window_folder_pane.html	Wed Nov 19 22:42:20 2008 +0000
@@ -91,13 +91,13 @@
 
   <h2>List view</h2>
 
-  <p>This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing [Ctrl] + T, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p>
+  <p>This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">T</span>, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p>
 
   <p>The list view mode displays sub folders contained in the active folder in a standard vertical list. The parent folder can be selected with the folder named &ldquo;..&rdquo;.</p>
 
   <h2>Tree view</h2>
 
-  <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing [Ctrl] + T, or selecting &ldquo;View as tree&rdquo; from the context menu.</p>
+  <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>
 
   <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>
 
@@ -136,8 +136,8 @@
 
   <p>The folders can used as a drag source for drag and drop, for example to add images in a folder to a collection window. However drag and drop can not be used to move or copy folders in Geeqie.</p>
 
-  <p>Using [Shift] key while dragging is a shortcut to move action. Menu will not appear but move will occur.</p>
-  <p>Using [Ctrl] key while dragging is a shortcut to copy action. Menu will not appear but copy will occur.</p>
+  <p>Using <span class="key">Shift</span> key while dragging is a shortcut to move action. Menu will not appear but move will occur.</p>
+  <p>Using <span class="key">Ctrl</span> key while dragging is a shortcut to copy action. Menu will not appear but copy will occur.</p>
 
   <hr />