diff doc/main_window_file_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 41927ee12b0a
line wrap: on
line diff
--- a/doc/main_window_file_pane.html	Wed Nov 19 21:36:02 2008 +0000
+++ b/doc/main_window_file_pane.html	Wed Nov 19 22:42:20 2008 +0000
@@ -47,15 +47,15 @@
 
   <h2>List view</h2>
 
-  <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing [Ctrl] + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p>
+  <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">L</span> on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p>
 
   <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>
 
-  <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p>
+  <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the <span class="key">T</span> key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p>
 
   <h2>Icon view</h2>
 
-  <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing [Ctrl] + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p>
+  <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">I</span> on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p>
 
   <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p>
 
@@ -69,7 +69,7 @@
   
   <ul>
     <li>
-      <p>[Ctrl] + Primary mouse button will add or remove the file from the selection.</p>
+      <p><span class="key">Ctrl</span> + <span class="key">Primary</span> mouse button will add or remove the file from the selection.</p>
     </li>
 
     <li>
@@ -77,11 +77,11 @@
     </li>
 
     <li>
-      <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>
+      <p><span class="key">Shift</span> + <span class="key">Primary</span> 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>
     </li>
 
     <li>
-      <p>[Shift] + [Ctrl] + Primary mouse works as [Shift] + Primary, but will not change the selection of files outside the region between the focus and clicked image.</p>
+      <p><span class="key">Shift</span> + <span class="key">Ctrl</span> + <span class="key">Primary</span> mouse works as <span class="key">Shift</span> + <span class="key">Primary</span>, but will not change the selection of files outside the region between the focus and clicked image.</p>
     </li>
   </ul>
 
@@ -89,23 +89,23 @@
 
   <ul>
     <li>
-      <p>[Ctrl] + Arrows will move the focus without changing the selection.</p>
+      <p><span class="key">Ctrl</span> + <span class="key">Arrows</span> will move the focus without changing the selection.</p>
     </li>
 
     <li>
-      <p>[Ctrl] + Space will toggle selection of the focused image.</p>
+      <p><span class="key">Ctrl</span> + <span class="key">Space</span> will toggle selection of the focused image.</p>
     </li>
 
     <li>
-      <p>[Shift] + Arrows will select a region of images.</p>
+      <p><span class="key">Shift</span> + <span class="key">Arrows</span> will select a region of images.</p>
     </li>
 
     <li>
-      <p>[Shift] + [Ctrl] + Arrows works as [Shift] + Arrows, but will not change the selection of files outside the current focus region.</p>
+      <p><span class="key">Shift</span> + <span class="key">Ctrl</span> + <span class="key">Arrows</span> works as <span class="key">Shift</span> + <span class="key">Arrows</span>, but will not change the selection of files outside the current focus region.</p>
     </li>
   </ul>
 
-  <p>To select all files press [Ctrl] + A, or to unselect all image press [Ctrl] + [Shift] + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p>
+  <p>To select all files press <span class="key">Ctrl</span> + <span class="key">A</span>, or to unselect all image press <span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">A</span>. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p>
 
   <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>