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

Comparing CV/bin/cv (file contents):
Revision 1.28 by root, Thu Nov 13 02:03:46 2003 UTC vs.
Revision 1.35 by root, Tue Feb 8 02:54:59 2005 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;
119 $viewer->show_all;
117} 120}
118 121
119$viewer->show_all; 122$viewer->show_all;
120 123
121main Gtk2; 124main Gtk2;
153 S set scaling mode to 'hyper' (slowest) 156 S set scaling mode to 'hyper' (slowest)
154 t rotate clockwise 90° 157 t rotate clockwise 90°
155 T rotate counterclockwise° 158 T rotate counterclockwise°
156 ctrl-v open a new visual schnauzer window for the current dir 159 ctrl-v open a new visual schnauzer window for the current dir
157 ctrl-s rescan visual schnauzer files for updates/deletes etc. 160 ctrl-s rescan visual schnauzer files for updates/deletes etc.
161 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image.
162
163And when playing movies, these additional keys are active:
164
165 left rewind by 10 seconds
166 right forward by 10 seconds
167 down rewind by 60 seconds
168 up forward by 60 seconds
169 pg_up rewind by 600 seconds
170 pg_down forward by 600 seconds
171 o toggle on-screen display
172 p pause/unpause
173 escape stop playing
174 9 turn volume down
175 0 turn volume up
158 176
159The following keys are redirected to the default visual schnauzer window: 177The following keys are redirected to the default visual schnauzer window:
160 178
161 space next image 179 space next image
162 backspace last image 180 backspace last image
176 end move to last file 194 end move to last file
177 195
178 ctrl-d delete selected files WITHOUT ASKING AGAIN 196 ctrl-d delete selected files WITHOUT ASKING AGAIN
179 ctrl-g generate icons for the selected files 197 ctrl-g generate icons for the selected files
180 ctrl-u update selected (or all) icons if neccessary 198 ctrl-u update selected (or all) icons if neccessary
199 ctrl-a select all files
181 200
182=head1 ENVIRONMENT 201=head1 ENVIRONMENT
183 202
184=over 4 203=over 4
185 204

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines