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

Comparing CV/bin/cv (file contents):
Revision 1.27 by root, Wed Nov 12 23:58:01 2003 UTC vs.
Revision 1.31 by root, Sun Jan 11 23:55:34 2004 UTC

107 107
108 $schnauzer->set_geometry_hints; 108 $schnauzer->set_geometry_hints;
109} 109}
110 110
111if (@ARGV) { 111if (@ARGV) {
112 $_ = Glib::filename_to_unicode $_ for @ARGV;
112 $schnauzer->set_paths (\@ARGV); 113 $schnauzer->set_paths (\@ARGV);
114 $schnauzer->show_all;
113 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 115 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
114} else { 116} else {
115 $schnauzer->set_dir (File::Spec->curdir); 117 $schnauzer->set_dir (File::Spec->curdir);
116 $mainwin->show_all; 118 $mainwin->show_all;
117} 119}
152 s set scaling mode to 'bilinear' (default) 154 s set scaling mode to 'bilinear' (default)
153 S set scaling mode to 'hyper' (slowest) 155 S set scaling mode to 'hyper' (slowest)
154 t rotate clockwise 90° 156 t rotate clockwise 90°
155 T rotate counterclockwise° 157 T rotate counterclockwise°
156 ctrl-v open a new visual schnauzer window for the current dir 158 ctrl-v open a new visual schnauzer window for the current dir
159 ctrl-s rescan visual schnauzer files for updates/deletes etc.
160 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image.
157 161
158The following keys are redirected to the default visual schnauzer window: 162The following keys are redirected to the default visual schnauzer window:
159 163
160 space next image 164 space next image
161 backspace last image 165 backspace last image

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines