--- CV/README 2005/09/07 17:17:39 1.3 +++ CV/README 2007/11/25 14:16:35 1.6 @@ -94,15 +94,18 @@ m maximize to screensize M maximize to screensize, respecting image aspect ctrl-m toggle maxpect-always mode + ctrl-sift-m toggle using current image size as max image size u uncrop r set scaling mode to 'nearest' (fastest) s set scaling mode to 'bilinear' (default) shift-s set scaling mode to 'hyper' (slowest) - t rotate clockwise 90° - T rotate counterclockwise° + t rotate clockwise 90° + T rotate counterclockwise° + a apply all rotations loslessly to a jpeg file (using exiftran) ctrl-v open a new visual schnauzer window for the current dir + ctrl-c clone the current image window ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image - ctrl-p fire up the print fialog + ctrl-p fire up the print dialog escape cancel a crop action And when playing movies, these additional keys are active: @@ -126,6 +129,10 @@ to zoom into large images that CV scales down). THE VISUAL SCHNAUZER + Any image-loading action in a schnauzer window acts on the + "last-recently-activated" imagewindow, which currently is simply the + last image window that received a keypress. + You can use the following keys in the schnauzer window: ctrl-space, @@ -157,6 +164,35 @@ Right-clicking into the schnauzer window displays a pop-up menu with additional actions. + SELECTION + You can select entries in the Schnauzer in a variety of ways: + + Keyboard + Moving the cursor with the keyboard will first deselect all files + and then select the file you moved to. + + Clicking + Clicking on an entry will select the one you clicked and deselect + all others. + + Shift-Clicking + Shift-clicking will toggle the selection on the entry under the + mouse. + + Dragging + Dragging will select all entries between the one selected when + pushing the button and the one selected when releasing the button. + If you move above or below the schnauzer area while drag-selecting, + the schnauzer will move up/down one row twice per second. In + addition, horizontal mouse movement acts as a kind of invisible + horizontal scrollbar. + + Hint: double-click works while click-selecting + You can double-click any image while click-selecting to display it + without stopping the selection process. This will act as if you + normally double-clicked the image to display it, and will toggle the + selection twice, resulting in no change. + FILES When starting, CV runs the .cvrc file in your $HOME directory as if it were a perl script. in that, you will mostly load plug-ins. @@ -174,6 +210,10 @@ The program that gets executed when the user presses "CTRL-e" in the Schnauzer or image window. The default is "gimp". + CV_AUDIO_PLAYER + Program used to play all sorts of audio (wav, aif, mp3, ogg...), + default "play". Will be called like "$CV_AUDIO_PLAYER -- ". + CV_PRINT_DESTINATION The default (perl-style) destination to use in the print dialog.