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

Comparing CV/bin/cv (file contents):
Revision 1.32 by root, Sun Oct 31 21:01:40 2004 UTC vs.
Revision 1.35 by root, Tue Feb 8 02:54:59 2005 UTC

114 $schnauzer->show_all; 114 $schnauzer->show_all;
115 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []); 115 $schnauzer->handle_key ($Gtk2::Gdk::Keysyms{space}, []);
116} else { 116} else {
117 $schnauzer->set_dir (File::Spec->curdir); 117 $schnauzer->set_dir (File::Spec->curdir);
118 $mainwin->show_all; 118 $mainwin->show_all;
119 $viewer->show_all;
119} 120}
120 121
121$viewer->show_all; 122$viewer->show_all;
122 123
123main Gtk2; 124main Gtk2;
157 T rotate counterclockwise° 158 T rotate counterclockwise°
158 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
159 ctrl-s rescan visual schnauzer files for updates/deletes etc. 160 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 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image.
161 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
176
162The following keys are redirected to the default visual schnauzer window: 177The following keys are redirected to the default visual schnauzer window:
163 178
164 space next image 179 space next image
165 backspace last image 180 backspace last image
166 181

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines