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

Comparing CV/bin/cv (file contents):
Revision 1.49 by root, Sun Jul 31 07:01:31 2005 UTC vs.
Revision 1.51 by root, Sun Aug 14 02:25:44 2005 UTC

130 130
131if (@ARGV) { 131if (@ARGV) {
132 $schnauzer->set_paths ([map Glib::filename_to_unicode $_, @ARGV]); 132 $schnauzer->set_paths ([map Glib::filename_to_unicode $_, @ARGV]);
133 $schnauzer->show_all; 133 $schnauzer->show_all;
134 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 134 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
135 $viewer->show_all;
136} else { 135} else {
137 $schnauzer->set_dir (File::Spec->curdir); 136 $schnauzer->set_dir (File::Spec->curdir);
138 $mainwin->show_all; 137 $mainwin->show_all;
139 $viewer->show_all;
140} 138}
141 139
142$viewer->show_all; 140$viewer->show_all;
143 141
144main Gtk2; 142main Gtk2;
228 226
229=head2 THE IMAGE WINDOW 227=head2 THE IMAGE WINDOW
230 228
231You can use the following keys in the image window: 229You can use the following keys in the image window:
232 230
233 q quit the program 231 q quit the program
234 < half the image size 232 < half the image size
235 > double the image size 233 > double the image size
236 , shrink the image by 10% 234 , shrink the image by 10%
237 . enlarge the image by 10% 235 . enlarge the image by 10%
238 n reset to normal size 236 n reset to normal size
239 m maximize to screensize 237 m maximize to screensize
240 M maximize to screensize, respecting image aspect 238 M maximize to screensize, respecting image aspect
241 ctrl-m toggle maxpect-always mode 239 ctrl-m toggle maxpect-always mode
242 u uncrop 240 u uncrop
243 r set scaling mode to 'nearest' (fastest) 241 r set scaling mode to 'nearest' (fastest)
244 s set scaling mode to 'bilinear' (default) 242 s set scaling mode to 'bilinear' (default)
245 shift-s set scaling mode to 'hyper' (slowest) 243 shift-s set scaling mode to 'hyper' (slowest)
246 t rotate clockwise 90° 244 t rotate clockwise 90°
247 T rotate counterclockwise° 245 T rotate counterclockwise°
248 ctrl-v open a new visual schnauzer window for the current dir 246 ctrl-v open a new visual schnauzer window for the current dir
249 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image 247 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image
250 ctrl-p fire up the print fialog 248 ctrl-p fire up the print fialog
251 escape cancel a crop action 249 escape cancel a crop action
252 250
253And when playing movies, these additional keys are active: 251And when playing movies, these additional keys are active:
254 252
255 left rewind by 10 seconds 253 left rewind by 10 seconds
256 right forward by 10 seconds 254 right forward by 10 seconds
257 down rewind by 60 seconds 255 down rewind by 60 seconds
258 up forward by 60 seconds 256 up forward by 60 seconds
259 pg_up rewind by 600 seconds 257 pg_up rewind by 600 seconds
260 pg_down forward by 600 seconds 258 pg_down forward by 600 seconds
261 o toggle on-screen display 259 o toggle on-screen display
262 p pause/unpause 260 p pause/unpause
263 escape stop playing 261 escape stop playing
264 9 turn volume down 262 9 turn volume down
265 0 turn volume up 263 0 turn volume up
266 264
267Any other keys will be sent to the default schnauzer window, which can be 265Any other keys will be sent to the default schnauzer window, which can be
268toggled on and off by right-clicking into the image window. 266toggled on and off by right-clicking into the image window.
269 267
270Left-clicking into the image window will let you crop the image (usually 268Left-clicking into the image window will let you crop the image (usually
273=head2 THE VISUAL SCHNAUZER 271=head2 THE VISUAL SCHNAUZER
274 272
275You can use the following keys in the schnauzer window: 273You can use the following keys in the schnauzer window:
276 274
277 ctrl-space, 275 ctrl-space,
278 space move to and display next image 276 space move to and display next image
279 ctrl-backspace, 277 ctrl-backspace,
280 backspace move to and display previous image 278 backspace move to and display previous image
281 ctrl-return, 279 ctrl-return,
282 return display selected picture, or enter directory 280 return display selected picture, or enter directory
283 281
284 cursor keys move selection 282 cursor keys move selection
285 page-up move one page up 283 page-up move one page up
286 page-down move one page down 284 page-down move one page down
287 home move to first file 285 home move to first file
288 end move to last file 286 end move to last file
289 287
290 ctrl-a select all files 288 ctrl-a select all files
289 ctrl-shift-a select all files currently displayed in the schnauzer window
291 ctrl-d delete selected files WITHOUT ASKING AGAIN 290 ctrl-d delete selected files WITHOUT ASKING AGAIN
292 ctrl-g force generation of thumbnais for the selected files 291 ctrl-g force generation of thumbnais for the selected files
293 ctrl-s rescan current direcory or files updates/deletes etc. 292 ctrl-s rescan current direcory or files updates/deletes etc.
294 ctrl-u update selected (or all) icons if neccessary 293 ctrl-u update selected (or all) icons if neccessary
295 ctrl-l don't use, will become a plug-in eventually 294 ctrl-l don't use, will become a plug-in eventually
296 295
297 0-9, 296 0-9,
298 a-z find the first filename beginning with this letter 297 a-z find the first filename beginning with this letter
299 298
300Right-clicking into the schnauzer window displays a pop-up menu with 299Right-clicking into the schnauzer window displays a pop-up menu with
301additional actions. 300additional actions.
302 301
303=head1 FILES 302=head1 FILES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines