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.5 by root, Fri Mar 31 10:56:01 2006 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°
104 a apply all rotations loslessly to a jpeg file (using exiftran)
103 ctrl-v open a new visual schnauzer window for the current dir 105 ctrl-v open a new visual schnauzer window for the current dir
106 ctrl-c clone the current image window
104 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image 107 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image
105 ctrl-p fire up the print fialog 108 ctrl-p fire up the print dialog
106 escape cancel a crop action 109 escape cancel a crop action
107 110
108 And when playing movies, these additional keys are active: 111 And when playing movies, these additional keys are active:
109 112
110 left rewind by 10 seconds 113 left rewind by 10 seconds
124 127
125 Left-clicking into the image window will let you crop the image (usually 128 Left-clicking into the image window will let you crop the image (usually
126 to zoom into large images that CV scales down). 129 to zoom into large images that CV scales down).
127 130
128 THE VISUAL SCHNAUZER 131 THE VISUAL SCHNAUZER
132 Any image-loading action in a schnauzer window acts on the
133 "last-recently-activated" imagewindow, which currently is simply the
134 last image window that received a keypress.
135
129 You can use the following keys in the schnauzer window: 136 You can use the following keys in the schnauzer window:
130 137
131 ctrl-space, 138 ctrl-space,
132 space move to and display next image 139 space move to and display next image
133 ctrl-backspace, 140 ctrl-backspace,
155 a-z find the first filename beginning with this letter 162 a-z find the first filename beginning with this letter
156 163
157 Right-clicking into the schnauzer window displays a pop-up menu with 164 Right-clicking into the schnauzer window displays a pop-up menu with
158 additional actions. 165 additional actions.
159 166
167 SELECTION
168 You can select entries in the Schnauzer in a variety of ways:
169
170 Keyboard
171 Moving the cursor with the keyboard will first deselect all files
172 and then select the file you moved to.
173
174 Clicking
175 Clicking on an entry will select the one you clicked and deselect
176 all others.
177
178 Shift-Clicking
179 Shift-clicking will toggle the selection on the entry under the
180 mouse.
181
182 Dragging
183 Dragging will select all entries between the one selected when
184 pushing the button and the one selected when releasing the button.
185 If you move above or below the schnauzer area while drag-selecting,
186 the schnauzer will move up/down one row twice per second. In
187 addition, horizontal mouse movement acts as a kind of invisible
188 horizontal scrollbar.
189
190 Hint: double-click works while click-selecting
191 You can double-click any image while click-selecting to display it
192 without stopping the selection process. This will act as if you
193 normally double-clicked the image to display it, and will toggle the
194 selection twice, resulting in no change.
195
160FILES 196FILES
161 When starting, CV runs the .cvrc file in your $HOME directory as if it 197 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. 198 were a perl script. in that, you will mostly load plug-ins.
163 199
164 Example: 200 Example:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines