Move (and update) image pane shortcuts to a table. Simplify css styles for those...
[geeqie.git] / doc / options_editor_commands.html
index 76c4c8d..0e4d6ed 100644 (file)
@@ -1,13 +1,15 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
 
   <title>Editor Options - Geeqie User Manual</title>
-  <link rel="stylesheet" type="text/css" href="style.css" />
+  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
+  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
 </head>
 
 <body lang="en-US" dir="ltr" xml:lang="en-US">
@@ -28,7 +30,7 @@
           </th>
 
           <th>
-            <p class="next"><a href="options_advanced.html">Next</a>
+            <p class="next"><a href="options_properties.html">Next</a>
             </p>
           </th>
         </tr>
 
   <dl class="dialog_desc">
   <dt>Menu name</dt>
-  <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <u>Command Line</u> field.</p></dd>
+  <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <em>Command Line</em> field.</p>
+  <p>External command Copy/Move/Rename/Delete/New Folder allows to specify commands to use for these operations. When set, internal operations will be disabled and these commands used instead.</p>
+  </dd>
 
  
   <dt>Command Line</dt>
   <dd><p>This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as &ldquo;<i>command %f</i>&rdquo;).</p>
-
+  
   <div class="macro_description">
        <table width="80%" border="0" cellpadding="4" cellspacing="0" rules="rows">
        <col id="macro_description_col1" width="20%"></col>
                 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p>
               </td>
             </tr>
+           <tr>
+              <td>
+                <p>%%</p>
+              </td>
+
+              <td>
+                <p>This will be replaced by one '%'. This is the way to escape '%'.</p>
+              </td>
+            </tr>
+           <tr>
+              <td>
+                <p>%d</p>
+              </td>
+
+              <td>
+                <p>This only makes sense for external commands like copy or move as this is replaced by the destination.</p>
+              </td>
+            </tr>
+
          </tbody>
           </table>
   </div>
           </th>
 
           <th>
-            <p class="next"><a href="options_advanced.html">Next</a>
+            <p class="next"><a href="options_properties.html">Next</a>
             </p>
           </th>
         </tr>