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

Comparing CV/bin/cv (file contents):
Revision 1.29 by root, Fri Nov 14 00:38:43 2003 UTC vs.
Revision 1.36 by root, Sat Feb 12 17:23:41 2005 UTC

107 107
108 $schnauzer->set_geometry_hints; 108 $schnauzer->set_geometry_hints;
109} 109}
110 110
111if (@ARGV) { 111if (@ARGV) {
112 $schnauzer->set_paths (\@ARGV); 112 $schnauzer->set_paths ([map Glib::filename_to_unicode $_, @ARGV]);
113 $schnauzer->show_all;
113 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 114 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
114
115 $viewer->load_image ($ARGV[0]);
116} else { 115} else {
117 $schnauzer->set_dir (File::Spec->curdir); 116 $schnauzer->set_dir (File::Spec->curdir);
118 $mainwin->show_all; 117 $mainwin->show_all;
118 $viewer->show_all;
119} 119}
120 120
121$viewer->show_all; 121$viewer->show_all;
122 122
123main Gtk2; 123main Gtk2;
155 S set scaling mode to 'hyper' (slowest) 155 S set scaling mode to 'hyper' (slowest)
156 t rotate clockwise 90° 156 t rotate clockwise 90°
157 T rotate counterclockwise° 157 T rotate counterclockwise°
158 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. 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
162And when playing movies, these additional keys are active:
163
164 left rewind by 10 seconds
165 right forward by 10 seconds
166 down rewind by 60 seconds
167 up forward by 60 seconds
168 pg_up rewind by 600 seconds
169 pg_down forward by 600 seconds
170 o toggle on-screen display
171 p pause/unpause
172 escape stop playing
173 9 turn volume down
174 0 turn volume up
160 175
161The following keys are redirected to the default visual schnauzer window: 176The following keys are redirected to the default visual schnauzer window:
162 177
163 space next image 178 space next image
164 backspace last image 179 backspace last image
178 end move to last file 193 end move to last file
179 194
180 ctrl-d delete selected files WITHOUT ASKING AGAIN 195 ctrl-d delete selected files WITHOUT ASKING AGAIN
181 ctrl-g generate icons for the selected files 196 ctrl-g generate icons for the selected files
182 ctrl-u update selected (or all) icons if neccessary 197 ctrl-u update selected (or all) icons if neccessary
198 ctrl-a select all files
183 199
184=head1 ENVIRONMENT 200=head1 ENVIRONMENT
185 201
186=over 4 202=over 4
187 203

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines