Mercurial > geeqie
annotate doc/10_5_editor_commands.html @ 1075:578a27d20b47
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
author | zas_ |
---|---|
date | Thu, 23 Oct 2008 18:06:28 +0000 |
parents | 1b01410e6860 |
children | 1ecc4f010111 |
rev | line source |
---|---|
8 | 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"> | |
1075
578a27d20b47
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
zas_
parents:
938
diff
changeset
|
5 <TITLE>Editor Options - Geeqie User Manual</TITLE> |
8 | 6 <META NAME="CREATED" CONTENT="20040805;23590500"> |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
7 <META NAME="CHANGED" CONTENT="20050613;17101000"> |
8 | 8 </HEAD> |
9 <BODY LANG="en-US" DIR="LTR"> | |
10 <CENTER> | |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | |
12 <COL WIDTH=85*> | |
13 <COL WIDTH=85*> | |
14 <COL WIDTH=85*> | |
15 <THEAD> | |
16 <TR VALIGN=TOP> | |
17 <TD WIDTH=33%> | |
18 <P><A HREF="10_4_filtering.html">Previous</A></P> | |
19 </TD> | |
20 <TD WIDTH=33%> | |
21 <P ALIGN=CENTER>Editors – Options Explained</P> | |
22 </TD> | |
23 <TD WIDTH=33%> | |
24 <P ALIGN=RIGHT><A HREF="10_6_advanced.html">Next</A></P> | |
25 </TD> | |
26 </TR> | |
27 </THEAD> | |
28 </TABLE> | |
29 </CENTER> | |
30 <HR> | |
31 <H1>10.5 Editor Commands</H1> | |
32 <P>This section describes the options presented under the Editors Tab | |
33 of the preferences dialog.</P> | |
1075
578a27d20b47
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
zas_
parents:
938
diff
changeset
|
34 <P>Geeqie includes ten entries that can be used for executing other |
8 | 35 applications or shell commands with the selected image. These |
36 commands are accessible by menu and keyboard shortcuts. The keyboard | |
37 shortcuts use [Control] + [1] through [Control] + [0], which | |
38 correspond to lines one through ten in the preferences dialog.</P> | |
39 <P><BR><BR> | |
40 </P> | |
41 <P><B>Menu name</B>: This field is used to represent the command in | |
1075
578a27d20b47
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
zas_
parents:
938
diff
changeset
|
42 the menus of Geeqie, it is intended to describe the application or |
8 | 43 function that results from executing the command in the <U>Command |
44 Line</U> field.</P> | |
45 <P><BR><BR> | |
46 </P> | |
47 <P><B>Command Line</B>: This field is the command to execute. Several | |
48 macros are available to position image file names within the command. | |
49 If no macro is specified, the behavior will be to append the | |
50 filenames onto the end of the command (the result will be the same as | |
51 “<I>command %f</I>”).</P> | |
52 <DL> | |
53 <DL> | |
54 <DD> | |
55 <TABLE WIDTH=80% BORDER=0 CELLPADDING=4 CELLSPACING=0> | |
56 <COL WIDTH=51*> | |
57 <COL WIDTH=205*> | |
58 <TR VALIGN=TOP> | |
59 <TD WIDTH=20%> | |
60 <P ALIGN=CENTER><B>Macro</B></P> | |
61 </TD> | |
62 <TD WIDTH=80%> | |
63 <P><B>Description</B></P> | |
64 </TD> | |
65 </TR> | |
66 <TR VALIGN=TOP> | |
67 <TD WIDTH=20%> | |
68 <P ALIGN=CENTER>%f</P> | |
69 </TD> | |
70 <TD WIDTH=80%> | |
71 <P>Inserts list of selected files, may occur only once.</P> | |
72 </TD> | |
73 </TR> | |
74 <TR VALIGN=TOP> | |
75 <TD WIDTH=20%> | |
76 <P ALIGN=CENTER>%p</P> | |
77 </TD> | |
78 <TD WIDTH=80%> | |
79 <P>Command is executed once for each selected file, may occur | |
80 multiple times.</P> | |
81 </TD> | |
82 </TR> | |
83 <TR VALIGN=TOP> | |
84 <TD WIDTH=20%> | |
85 <P ALIGN=CENTER>%v</P> | |
86 </TD> | |
87 <TD WIDTH=80%> | |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
88 <P>Display the result of the command in an output window. Must |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
89 occur as the first two characters, or immediately after the “%w” |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
90 macro.</P> |
8 | 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> | |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
103 <TR VALIGN=TOP> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
104 <TD WIDTH=20%> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
105 <P ALIGN=CENTER>%w</P> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
106 </TD> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
107 <TD WIDTH=80%> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
108 <P>Prevent full screen from deactivating when command is |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
109 executed. Must occur as the first two characters.</P> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
110 </TD> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
8
diff
changeset
|
111 </TR> |
8 | 112 </TABLE> |
113 </DL> | |
114 </DL> | |
115 <P><BR><BR> | |
116 </P> | |
117 <P><B>Help</B> button: Displays reference list of the supported | |
118 command macros.</P> | |
119 <P><B>Defaults</B> button: Resets all commands to the default | |
120 settings, discarding any customizations made by the user.</P> | |
121 <P><BR><BR> | |
122 </P> | |
123 <P><BR><BR> | |
124 </P> | |
125 <HR> | |
126 <CENTER> | |
127 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | |
128 <COL WIDTH=85*> | |
129 <COL WIDTH=85*> | |
130 <COL WIDTH=85*> | |
131 <THEAD> | |
132 <TR VALIGN=TOP> | |
133 <TD WIDTH=33%> | |
134 <P><A HREF="10_4_filtering.html">Previous</A></P> | |
135 </TD> | |
136 <TD WIDTH=33%> | |
137 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | |
138 </TD> | |
139 <TD WIDTH=33%> | |
140 <P ALIGN=RIGHT><A HREF="10_6_advanced.html">Next</A></P> | |
141 </TD> | |
142 </TR> | |
143 </THEAD> | |
144 <TBODY> | |
145 <TR VALIGN=TOP> | |
146 <TD WIDTH=33%> | |
147 <P><BR> | |
148 </P> | |
149 </TD> | |
150 <TD WIDTH=33%> | |
151 <P ALIGN=CENTER><BR> | |
152 </P> | |
153 </TD> | |
154 <TD WIDTH=33%> | |
1075
578a27d20b47
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
zas_
parents:
938
diff
changeset
|
155 <P ALIGN=RIGHT>Geeqie User Manual</P> |
8 | 156 </TD> |
157 </TR> | |
158 </TBODY> | |
159 </TABLE> | |
160 </CENTER> | |
161 <P STYLE="margin-bottom: 0in"><BR> | |
162 </P> | |
163 </BODY> | |
938
1b01410e6860
dropped references to OpenOffice.org as suggested at
nadvornik
parents:
60
diff
changeset
|
164 </HTML> |