3aee7c644bd3a19491d0f7905fdc338244041b9e
[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 <style type="text/css">
11 /*<![CDATA[*/
12  p.gq-editor-commands-7 {margin-bottom: 0in}
13  p.gq-editor-commands-6 {font-weight: bold}
14  p.gq-editor-commands-5 {font-weight: bold; text-align: center}
15  div.gq-editor-commands-4 {text-align: center}
16  table.gq-editor-commands-3 {page-break-before: always}
17  p.gq-editor-commands-2 {text-align: right}
18  p.gq-editor-commands-1 {text-align: center}
19 /*]]>*/
20 </style>
21 </head>
22
23 <body lang="en-US" dir="ltr" xml:lang="en-US">
24   <div class="gq-editor-commands-4">
25     <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-editor-commands-3">
26       <col width="85*" />
27       <col width="85*" />
28       <col width="85*" />
29
30       <thead>
31         <tr valign="top">
32           <td width="33%">
33             <p><a href="options_filtering.html">Previous</a>
34             </p>
35           </td>
36
37           <td width="33%">
38             <p class="gq-editor-commands-1">Editors &ndash; Options Explained</p>
39           </td>
40
41           <td width="33%">
42             <p class="gq-editor-commands-2"><a href="options_advanced.html">Next</a>
43             </p>
44           </td>
45         </tr>
46       </thead>
47     </table>
48   </div>
49
50   <hr />
51
52   <h1>Editor Commands</h1>
53
54   <p>This section describes the options presented under the Editors Tab of the preferences dialog.</p>
55
56   <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>
57
58   <p><br />
59   <br />
60   </p>
61
62   <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>
63
64   <p><br />
65   <br />
66   </p>
67
68   <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>
69
70   <dl>
71     <dd>
72       <dl>
73         <dd>
74           <table width="80%" border="0" cellpadding="4" cellspacing="0">
75             <col width="51*" />
76             <col width="205*" />
77
78             <tr valign="top">
79               <td width="20%">
80                 <p class="gq-editor-commands-5">Macro</p>
81               </td>
82
83               <td width="80%">
84                 <p class="gq-editor-commands-6">Description</p>
85               </td>
86             </tr>
87
88             <tr valign="top">
89               <td width="20%">
90                 <p class="gq-editor-commands-1">%f</p>
91               </td>
92
93               <td width="80%">
94                 <p>Inserts list of selected files, may occur only once.</p>
95               </td>
96             </tr>
97
98             <tr valign="top">
99               <td width="20%">
100                 <p class="gq-editor-commands-1">%p</p>
101               </td>
102
103               <td width="80%">
104                 <p>Command is executed once for each selected file, may occur multiple times.</p>
105               </td>
106             </tr>
107
108             <tr valign="top">
109               <td width="20%">
110                 <p class="gq-editor-commands-1">%v</p>
111               </td>
112
113               <td width="80%">
114                 <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>
115               </td>
116             </tr>
117
118             <tr valign="top">
119               <td width="20%">
120                 <p class="gq-editor-commands-1">%V</p>
121               </td>
122
123               <td width="80%">
124                 <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>
125               </td>
126             </tr>
127
128             <tr valign="top">
129               <td width="20%">
130                 <p class="gq-editor-commands-1">%w</p>
131               </td>
132
133               <td width="80%">
134                 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p>
135               </td>
136             </tr>
137           </table>
138         </dd>
139       </dl>
140     </dd>
141   </dl>
142
143   <p><br />
144   <br />
145   </p>
146
147   <p><b>Help</b> button: Displays reference list of the supported command macros.</p>
148
149   <p><b>Defaults</b> button: Resets all commands to the default settings, discarding any customizations made by the user.</p>
150
151   <p><br />
152   <br />
153   </p>
154
155   <p><br />
156   <br />
157   </p>
158
159   <hr />
160
161   <div class="gq-editor-commands-4">
162     <table width="100%" border="0" cellpadding="4" cellspacing="0">
163       <col width="85*" />
164       <col width="85*" />
165       <col width="85*" />
166
167       <thead>
168         <tr valign="top">
169           <td width="33%">
170             <p><a href="options_filtering.html">Previous</a>
171             </p>
172           </td>
173
174           <td width="33%">
175             <p class="gq-editor-commands-1"><a href="index.html">Contents</a>
176             </p>
177           </td>
178
179           <td width="33%">
180             <p class="gq-editor-commands-2"><a href="options_advanced.html">Next</a>
181             </p>
182           </td>
183         </tr>
184       </thead>
185
186       <tbody>
187         <tr valign="top">
188           <td width="33%">
189             <p><br />
190             </p>
191           </td>
192
193           <td width="33%">
194             <p class="gq-editor-commands-1"><br />
195             </p>
196           </td>
197
198           <td width="33%">
199             <p class="gq-editor-commands-2">Geeqie User Manual</p>
200           </td>
201         </tr>
202       </tbody>
203     </table>
204   </div>
205
206   <p class="gq-editor-commands-7"><br />
207   </p>
208 </body>
209 </html>