Move css styles to an external stylesheet.
[geeqie.git] / doc / options_editor_commands.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Editor Options - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="gq-editor-commands-4">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-editor-commands-3">
16
17       <thead>
18         <tr valign="top">
19           <td width="33%">
20             <p class="previous"><a href="options_filtering.html">Previous</a>
21             </p>
22           </td>
23
24           <td width="33%">
25             <p class="gq-editor-commands-1">Editors &ndash; Options Explained</p>
26           </td>
27
28           <td width="33%">
29             <p class="gq-editor-commands-2"><a href="options_advanced.html">Next</a>
30             </p>
31           </td>
32         </tr>
33       </thead>
34     </table>
35   </div>
36
37   <hr />
38
39   <h1>Editor Commands</h1>
40
41   <p>This section describes the options presented under the Editors Tab of the preferences dialog.</p>
42
43   <p>Geeqie includes ten entries that can be used for executing other applications or shell commands with the selected image. These commands are accessible by menu and keyboard shortcuts. The keyboard shortcuts use [Control] + [1] through [Control] + [0], which correspond to lines one through ten in the preferences dialog.</p>
44
45   <p><br />
46   <br />
47   </p>
48
49   <p><b>Menu name</b>: 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>
50
51   <p><br />
52   <br />
53   </p>
54
55   <p><b>Command Line</b>: 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>
56
57   <dl>
58     <dd>
59       <dl>
60         <dd>
61           <table width="80%" border="0" cellpadding="4" cellspacing="0">
62
63             <tr valign="top">
64               <td width="20%">
65                 <p class="gq-editor-commands-5">Macro</p>
66               </td>
67
68               <td width="80%">
69                 <p class="gq-editor-commands-6">Description</p>
70               </td>
71             </tr>
72
73             <tr valign="top">
74               <td width="20%">
75                 <p class="gq-editor-commands-1">%f</p>
76               </td>
77
78               <td width="80%">
79                 <p>Inserts list of selected files, may occur only once.</p>
80               </td>
81             </tr>
82
83             <tr valign="top">
84               <td width="20%">
85                 <p class="gq-editor-commands-1">%p</p>
86               </td>
87
88               <td width="80%">
89                 <p>Command is executed once for each selected file, may occur multiple times.</p>
90               </td>
91             </tr>
92
93             <tr valign="top">
94               <td width="20%">
95                 <p class="gq-editor-commands-1">%v</p>
96               </td>
97
98               <td width="80%">
99                 <p>Display the result of the command in an output window. Must occur as the first two characters, or immediately after the &ldquo;%w&rdquo; macro.</p>
100               </td>
101             </tr>
102
103             <tr valign="top">
104               <td width="20%">
105                 <p class="gq-editor-commands-1">%V</p>
106               </td>
107
108               <td width="80%">
109                 <p>Like %v above, but when used with %p, only displays output window when multiple files are selected; The output of a single file is suppressed.</p>
110               </td>
111             </tr>
112
113             <tr valign="top">
114               <td width="20%">
115                 <p class="gq-editor-commands-1">%w</p>
116               </td>
117
118               <td width="80%">
119                 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p>
120               </td>
121             </tr>
122           </table>
123         </dd>
124       </dl>
125     </dd>
126   </dl>
127
128   <p><br />
129   <br />
130   </p>
131
132   <p><b>Help</b> button: Displays reference list of the supported command macros.</p>
133
134   <p><b>Defaults</b> button: Resets all commands to the default settings, discarding any customizations made by the user.</p>
135
136   <p><br />
137   <br />
138   </p>
139
140   <p><br />
141   <br />
142   </p>
143
144   <hr />
145
146   <div class="gq-editor-commands-4">
147     <table width="100%" border="0" cellpadding="4" cellspacing="0">
148
149       <thead>
150         <tr valign="top">
151           <td width="33%">
152             <p class="previous"><a href="options_filtering.html">Previous</a>
153             </p>
154           </td>
155
156           <td width="33%">
157             <p class="gq-editor-commands-1"><a href="index.html">Contents</a>
158             </p>
159           </td>
160
161           <td width="33%">
162             <p class="gq-editor-commands-2"><a href="options_advanced.html">Next</a>
163             </p>
164           </td>
165         </tr>
166       </thead>
167
168       <tbody>
169         <tr valign="top">
170           <td width="33%">
171             <p><br />
172             </p>
173           </td>
174
175           <td width="33%">
176             <p class="gq-editor-commands-1"><br />
177             </p>
178           </td>
179
180           <td width="33%">
181             <p class="gq-editor-commands-2">Geeqie User Manual</p>
182           </td>
183         </tr>
184       </tbody>
185     </table>
186   </div>
187
188   <p class="gq-editor-commands-7"><br />
189   </p>
190 </body>
191 </html>