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

Comparing CV/README (file contents):
Revision 1.1 by root, Tue Mar 8 20:21:40 2005 UTC vs.
Revision 1.2 by root, Mon Jul 11 03:49:38 2005 UTC

27 T rotate counterclockwise° 27 T rotate counterclockwise°
28 ctrl-v open a new visual schnauzer window for the current dir 28 ctrl-v open a new visual schnauzer window for the current dir
29 ctrl-s rescan visual schnauzer files for updates/deletes etc. 29 ctrl-s rescan visual schnauzer files for updates/deletes etc.
30 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image. 30 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image.
31 31
32 And when playing movies, these additional keys are active:
33
34 left rewind by 10 seconds
35 right forward by 10 seconds
36 down rewind by 60 seconds
37 up forward by 60 seconds
38 pg_up rewind by 600 seconds
39 pg_down forward by 600 seconds
40 o toggle on-screen display
41 p pause/unpause
42 escape stop playing
43 9 turn volume down
44 0 turn volume up
45
32 The following keys are redirected to the default visual schnauzer 46 The following keys are redirected to the default visual schnauzer
33 window: 47 window:
34 48
35 space next image 49 space next image
36 backspace last image 50 backspace last image
49 end move to last file 63 end move to last file
50 64
51 ctrl-d delete selected files WITHOUT ASKING AGAIN 65 ctrl-d delete selected files WITHOUT ASKING AGAIN
52 ctrl-g generate icons for the selected files 66 ctrl-g generate icons for the selected files
53 ctrl-u update selected (or all) icons if neccessary 67 ctrl-u update selected (or all) icons if neccessary
68 ctrl-a select all files
54 69
55ENVIRONMENT 70ENVIRONMENT
71 CV_EDITOR
72 The program that gets executed when the user presses "CTRL-e" in the
73 Schnauzer or image window. The default is "gimp".
74
56 CV_PRINT_DESTINATION 75 CV_PRINT_DESTINATION
57 The default (perl-style) destination to use in the print dialog. 76 The default (perl-style) destination to use in the print dialog.
77
78 CV_TRASHCAN
79 When set, must point to a directory where all files that are deleted
80 are moved to. If unset, files that are deleted are really being
81 deleted.
58 82
59SECURITY CONSIDERATIONS 83SECURITY CONSIDERATIONS
60 CV uses Pixbuf to load images. Pixbuf is not considered safe for this 84 CV uses Pixbuf to load images. Pixbuf is not considered safe for this
61 purpose, though (from the gtk-2.2 release notes): 85 purpose, though (from the gtk-2.2 release notes):
62 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines