comparison doc/10_5_editor_commands.html @ 8:e0d0593d519e

Sync to GQview 1.5.9 release. ######## DO NOT BASE ENHANCEMENTS OR TRANSLATION UPDATES ON CODE IN THIS CVS! This CVS is never up to date with current development and is provided solely for reference purposes, please use the latest official release package when making any changes or translation updates. ########
author gqview
date Sat, 26 Feb 2005 00:07:07 +0000
parents
children 9c0c402b0ef3
comparison
equal deleted inserted replaced
7:990fcf466906 8:e0d0593d519e
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
5 <TITLE>Editor Options - GQview User Manual</TITLE>
6 <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
7 <META NAME="CREATED" CONTENT="20040805;23590500">
8 <META NAME="CHANGED" CONTENT="20050131;8430800">
9 </HEAD>
10 <BODY LANG="en-US" DIR="LTR">
11 <CENTER>
12 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always">
13 <COL WIDTH=85*>
14 <COL WIDTH=85*>
15 <COL WIDTH=85*>
16 <THEAD>
17 <TR VALIGN=TOP>
18 <TD WIDTH=33%>
19 <P><A HREF="10_4_filtering.html">Previous</A></P>
20 </TD>
21 <TD WIDTH=33%>
22 <P ALIGN=CENTER>Editors &ndash; Options Explained</P>
23 </TD>
24 <TD WIDTH=33%>
25 <P ALIGN=RIGHT><A HREF="10_6_advanced.html">Next</A></P>
26 </TD>
27 </TR>
28 </THEAD>
29 </TABLE>
30 </CENTER>
31 <HR>
32 <H1>10.5 Editor Commands</H1>
33 <P>This section describes the options presented under the Editors Tab
34 of the preferences dialog.</P>
35 <P>GQview includes ten entries that can be used for executing other
36 applications or shell commands with the selected image. These
37 commands are accessible by menu and keyboard shortcuts. The keyboard
38 shortcuts use [Control] + [1] through [Control] + [0], which
39 correspond to lines one through ten in the preferences dialog.</P>
40 <P><BR><BR>
41 </P>
42 <P><B>Menu name</B>: This field is used to represent the command in
43 the menus of GQview, it is intended to describe the application or
44 function that results from executing the command in the <U>Command
45 Line</U> field.</P>
46 <P><BR><BR>
47 </P>
48 <P><B>Command Line</B>: This field is the command to execute. Several
49 macros are available to position image file names within the command.
50 If no macro is specified, the behavior will be to append the
51 filenames onto the end of the command (the result will be the same as
52 &ldquo;<I>command %f</I>&rdquo;).</P>
53 <DL>
54 <DL>
55 <DD>
56 <TABLE WIDTH=80% BORDER=0 CELLPADDING=4 CELLSPACING=0>
57 <COL WIDTH=51*>
58 <COL WIDTH=205*>
59 <TR VALIGN=TOP>
60 <TD WIDTH=20%>
61 <P ALIGN=CENTER><B>Macro</B></P>
62 </TD>
63 <TD WIDTH=80%>
64 <P><B>Description</B></P>
65 </TD>
66 </TR>
67 <TR VALIGN=TOP>
68 <TD WIDTH=20%>
69 <P ALIGN=CENTER>%f</P>
70 </TD>
71 <TD WIDTH=80%>
72 <P>Inserts list of selected files, may occur only once.</P>
73 </TD>
74 </TR>
75 <TR VALIGN=TOP>
76 <TD WIDTH=20%>
77 <P ALIGN=CENTER>%p</P>
78 </TD>
79 <TD WIDTH=80%>
80 <P>Command is executed once for each selected file, may occur
81 multiple times.</P>
82 </TD>
83 </TR>
84 <TR VALIGN=TOP>
85 <TD WIDTH=20%>
86 <P ALIGN=CENTER>%v</P>
87 </TD>
88 <TD WIDTH=80%>
89 <P>Display the result of the command in an output window, must
90 occur as the first two characters.</P>
91 </TD>
92 </TR>
93 <TR VALIGN=TOP>
94 <TD WIDTH=20%>
95 <P ALIGN=CENTER>%V</P>
96 </TD>
97 <TD WIDTH=80%>
98 <P>Like %v above, but when used with %p, only displays output
99 window when multiple files are selected; The output of a single
100 file is suppressed.</P>
101 </TD>
102 </TR>
103 </TABLE>
104 </DL>
105 </DL>
106 <P><BR><BR>
107 </P>
108 <P><B>Help</B> button: Displays reference list of the supported
109 command macros.</P>
110 <P><B>Defaults</B> button: Resets all commands to the default
111 settings, discarding any customizations made by the user.</P>
112 <P><BR><BR>
113 </P>
114 <P><BR><BR>
115 </P>
116 <HR>
117 <CENTER>
118 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
119 <COL WIDTH=85*>
120 <COL WIDTH=85*>
121 <COL WIDTH=85*>
122 <THEAD>
123 <TR VALIGN=TOP>
124 <TD WIDTH=33%>
125 <P><A HREF="10_4_filtering.html">Previous</A></P>
126 </TD>
127 <TD WIDTH=33%>
128 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P>
129 </TD>
130 <TD WIDTH=33%>
131 <P ALIGN=RIGHT><A HREF="10_6_advanced.html">Next</A></P>
132 </TD>
133 </TR>
134 </THEAD>
135 <TBODY>
136 <TR VALIGN=TOP>
137 <TD WIDTH=33%>
138 <P><BR>
139 </P>
140 </TD>
141 <TD WIDTH=33%>
142 <P ALIGN=CENTER><BR>
143 </P>
144 </TD>
145 <TD WIDTH=33%>
146 <P ALIGN=RIGHT>GQview User Manual</P>
147 </TD>
148 </TR>
149 </TBODY>
150 </TABLE>
151 </CENTER>
152 <P STYLE="margin-bottom: 0in"><BR>
153 </P>
154 </BODY>
155 </HTML>