--- CV/README 2005/09/07 17:17:39 1.3 +++ CV/README 2005/10/28 13:53:16 1.4 @@ -94,6 +94,7 @@ 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) @@ -101,8 +102,9 @@ t rotate clockwise 90° T rotate counterclockwise° 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 +128,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 +163,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.