diff doc/main_window_file_pane.html @ 1158:616fae3a801f

Unify [Shift] and [Control] notation.
author zas_
date Wed, 19 Nov 2008 21:16:27 +0000
parents c564ab6c11fc
children e2ca6295c5d0
line wrap: on
line diff
--- a/doc/main_window_file_pane.html	Wed Nov 19 20:53:53 2008 +0000
+++ b/doc/main_window_file_pane.html	Wed Nov 19 21:16:27 2008 +0000
@@ -47,7 +47,7 @@
 
   <h2>List view</h2>
 
-  <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + 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 [Control] + L 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>
 
@@ -55,7 +55,7 @@
 
   <h2>Icon view</h2>
 
-  <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + 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 [Control] + I 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>Control + Primary mouse button will add or remove the file from the selection.</p>
+      <p>[Control] + Primary 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>[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>
     </li>
 
     <li>
-      <p>Shift + Control + 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>[Shift] + [Control] + Primary mouse works as [Shift] + Primary, 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>Control + Arrows will move the focus without changing the selection.</p>
+      <p>[Control] + Arrows will move the focus without changing the selection.</p>
     </li>
 
     <li>
-      <p>Control + Space will toggle selection of the focused image.</p>
+      <p>[Control] + Space will toggle selection of the focused image.</p>
     </li>
 
     <li>
-      <p>Shift + Arrows will select a region of images.</p>
+      <p>[Shift] + Arrows will select a region of images.</p>
     </li>
 
     <li>
-      <p>Shift + Control + Arrows works as Shift + Arrows, but will not change the selection of files outside the current focus region.</p>
+      <p>[Shift] + [Control] + Arrows works as [Shift] + Arrows, but will not change the selection of files outside the current focus region.</p>
     </li>
   </ul>
 
-  <p>To select all files press Control + A, or to unselect all image press Control + 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 [Control] + A, or to unselect all image press [Control] + [Shift] + A. 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>