ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/README
(Generate patch)

Comparing CV/README (file contents):
Revision 1.3 by root, Wed Sep 7 17:17:39 2005 UTC vs.
Revision 1.4 by root, Fri Oct 28 13:53:16 2005 UTC

92 . enlarge the image by 10% 92 . enlarge the image by 10%
93 n reset to normal size 93 n reset to normal size
94 m maximize to screensize 94 m maximize to screensize
95 M maximize to screensize, respecting image aspect 95 M maximize to screensize, respecting image aspect
96 ctrl-m toggle maxpect-always mode 96 ctrl-m toggle maxpect-always mode
97 ctrl-sift-m toggle using current image size as max image size
97 u uncrop 98 u uncrop
98 r set scaling mode to 'nearest' (fastest) 99 r set scaling mode to 'nearest' (fastest)
99 s set scaling mode to 'bilinear' (default) 100 s set scaling mode to 'bilinear' (default)
100 shift-s set scaling mode to 'hyper' (slowest) 101 shift-s set scaling mode to 'hyper' (slowest)
101 t rotate clockwise 90° 102 t rotate clockwise 90°
102 T rotate counterclockwise° 103 T rotate counterclockwise°
103 ctrl-v open a new visual schnauzer window for the current dir 104 ctrl-v open a new visual schnauzer window for the current dir
105 ctrl-c clone the current image window
104 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image 106 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image
105 ctrl-p fire up the print fialog 107 ctrl-p fire up the print dialog
106 escape cancel a crop action 108 escape cancel a crop action
107 109
108 And when playing movies, these additional keys are active: 110 And when playing movies, these additional keys are active:
109 111
110 left rewind by 10 seconds 112 left rewind by 10 seconds
124 126
125 Left-clicking into the image window will let you crop the image (usually 127 Left-clicking into the image window will let you crop the image (usually
126 to zoom into large images that CV scales down). 128 to zoom into large images that CV scales down).
127 129
128 THE VISUAL SCHNAUZER 130 THE VISUAL SCHNAUZER
131 Any image-loading action in a schnauzer window acts on the
132 "last-recently-activated" imagewindow, which currently is simply the
133 last image window that received a keypress.
134
129 You can use the following keys in the schnauzer window: 135 You can use the following keys in the schnauzer window:
130 136
131 ctrl-space, 137 ctrl-space,
132 space move to and display next image 138 space move to and display next image
133 ctrl-backspace, 139 ctrl-backspace,
155 a-z find the first filename beginning with this letter 161 a-z find the first filename beginning with this letter
156 162
157 Right-clicking into the schnauzer window displays a pop-up menu with 163 Right-clicking into the schnauzer window displays a pop-up menu with
158 additional actions. 164 additional actions.
159 165
166 SELECTION
167 You can select entries in the Schnauzer in a variety of ways:
168
169 Keyboard
170 Moving the cursor with the keyboard will first deselect all files
171 and then select the file you moved to.
172
173 Clicking
174 Clicking on an entry will select the one you clicked and deselect
175 all others.
176
177 Shift-Clicking
178 Shift-clicking will toggle the selection on the entry under the
179 mouse.
180
181 Dragging
182 Dragging will select all entries between the one selected when
183 pushing the button and the one selected when releasing the button.
184 If you move above or below the schnauzer area while drag-selecting,
185 the schnauzer will move up/down one row twice per second. In
186 addition, horizontal mouse movement acts as a kind of invisible
187 horizontal scrollbar.
188
189 Hint: double-click works while click-selecting
190 You can double-click any image while click-selecting to display it
191 without stopping the selection process. This will act as if you
192 normally double-clicked the image to display it, and will toggle the
193 selection twice, resulting in no change.
194
160FILES 195FILES
161 When starting, CV runs the .cvrc file in your $HOME directory as if it 196 When starting, CV runs the .cvrc file in your $HOME directory as if it
162 were a perl script. in that, you will mostly load plug-ins. 197 were a perl script. in that, you will mostly load plug-ins.
163 198
164 Example: 199 Example:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines