Various fixes and cleanup.
[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="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20         <tr>
21           <th>
22             <p class="previous"><a href="options_filtering.html">Previous</a>
23             </p>
24           </th>
25
26           <th>
27             <p class="navtop_title">Editors &ndash; Options Explained</p>
28           </th>
29
30           <th>
31             <p class="next"><a href="options_advanced.html">Next</a>
32             </p>
33           </th>
34         </tr>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Editor Commands</h1>
41
42   <p>This section describes the options presented under the Editors Tab of the preferences dialog.</p>
43
44   <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>
45
46   <dl class="dialog_desc">
47   <dt>Menu name</dt>
48   <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>
49
50  
51   <dt>Command Line</dt>
52   <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>
53
54   <div class="macro_description">
55        <table width="80%" border="0" cellpadding="4" cellspacing="0" rules="rows">
56        <col id="macro_description_col1" width="20%"></col>
57        <col id="macro_description_col2" width="80%"></col>
58        
59        <thead>
60             <tr>
61               <td>
62                 <p>Macro</p>
63               </td>
64
65               <td>
66                 <p>Description</p>
67               </td>
68             </tr>
69        </thead>
70        <tbody>
71             <tr>
72               <td>
73                 <p>%f</p>
74               </td>
75
76               <td>
77                 <p>Inserts list of selected files, may occur only once.</p>
78               </td>
79             </tr>
80
81             <tr>
82               <td>
83                 <p>%p</p>
84               </td>
85
86               <td>
87                 <p>Command is executed once for each selected file, may occur multiple times.</p>
88               </td>
89             </tr>
90
91             <tr>
92               <td>
93                 <p>%v</p>
94               </td>
95
96               <td>
97                 <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>
98               </td>
99             </tr>
100
101             <tr>
102               <td>
103                 <p>%V</p>
104               </td>
105
106               <td>
107                 <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>
108               </td>
109             </tr>
110
111             <tr>
112               <td>
113                 <p>%w</p>
114               </td>
115
116               <td>
117                 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p>
118               </td>
119             </tr>
120           </tbody>
121           </table>
122   </div>
123   </dd>
124
125
126   <dt>Help button</dt>
127   <dd><p>Displays reference list of the supported command macros.</p></dd>
128
129   <dt>Defaults button</dt>
130   <dd><p>Resets all commands to the default settings, discarding any customizations made by the user.</p></dd>
131   
132   </dl>
133
134   <hr id="bottomseparator" />
135
136   <div class="navbottom">
137     <table width="100%" border="0" cellpadding="4" cellspacing="0">
138       <col id="navbottom_col1" width="33%"></col>
139       <col id="navbottom_col2" width="33%"></col>
140       <col id="navbottom_col3" width="33%"></col>
141
142         <tr>
143           <th>
144             <p class="previous"><a href="options_filtering.html">Previous</a>
145             </p>
146           </th>
147
148           <th>
149             <p class="navbottom_title"><a href="index.html">Contents</a>
150             </p>
151           </th>
152
153           <th>
154             <p class="next"><a href="options_advanced.html">Next</a>
155             </p>
156           </th>
157         </tr>
158
159     </table>
160   </div>
161
162   <div class="footer">Geeqie User Manual</div>
163   <div class="bottomspacer">&nbsp;</div>
164 </body>
165 </html>