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

Comparing CV/bin/cv (file contents):
Revision 1.30 by root, Mon Nov 17 04:04:49 2003 UTC vs.
Revision 1.32 by root, Sun Oct 31 21:01:40 2004 UTC

109} 109}
110 110
111if (@ARGV) { 111if (@ARGV) {
112 $_ = Glib::filename_to_unicode $_ for @ARGV; 112 $_ = Glib::filename_to_unicode $_ for @ARGV;
113 $schnauzer->set_paths (\@ARGV); 113 $schnauzer->set_paths (\@ARGV);
114 $schnauzer->show_all;
114 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 115 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
115
116 $viewer->load_image ($ARGV[0]);
117} else { 116} else {
118 $schnauzer->set_dir (File::Spec->curdir); 117 $schnauzer->set_dir (File::Spec->curdir);
119 $mainwin->show_all; 118 $mainwin->show_all;
120} 119}
121 120
156 S set scaling mode to 'hyper' (slowest) 155 S set scaling mode to 'hyper' (slowest)
157 t rotate clockwise 90° 156 t rotate clockwise 90°
158 T rotate counterclockwise° 157 T rotate counterclockwise°
159 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
160 ctrl-s rescan visual schnauzer files for updates/deletes etc. 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.
161 161
162The following keys are redirected to the default visual schnauzer window: 162The following keys are redirected to the default visual schnauzer window:
163 163
164 space next image 164 space next image
165 backspace last image 165 backspace last image
179 end move to last file 179 end move to last file
180 180
181 ctrl-d delete selected files WITHOUT ASKING AGAIN 181 ctrl-d delete selected files WITHOUT ASKING AGAIN
182 ctrl-g generate icons for the selected files 182 ctrl-g generate icons for the selected files
183 ctrl-u update selected (or all) icons if neccessary 183 ctrl-u update selected (or all) icons if neccessary
184 ctrl-a select all files
184 185
185=head1 ENVIRONMENT 186=head1 ENVIRONMENT
186 187
187=over 4 188=over 4
188 189

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines