1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
XV Mouse and Keyboard Usage
===========================
Part 1: Mouse Usage in the Image Window
----------------------------------------
Button1 - draws a selection rectangle
Button2 - pixel values, measures distance, picks color
Button3 - opens/closes the 'xv controls' window
ctrl + Button1 - zooms in
ctrl + Button2 - pans
ctrl + Button3 - zooms out
shift + Button1 - draws a square selection rectangle
shift + Button2 - freehand drawing tool
shift + ctrl + Button2 - draws lines
shift + Button3 - smudging tool
Part 1a: Mouse Usage in Selection Rectangle
--------------------------------------------
Button1 - moves selection rectangle
shift + Button1 - moves selection, constrains motion
Button2 - 'drag-and-drop' cut and paste
shift + Button2 - 'drag-and-drop' cut and paste, constrain
ctrl + Button2 - 'drag-and-drop' copy and paste
shift + ctrl + Button2 - 'drag-and-drop' copy and paste, constrain
Part 2: Normal Keyboard Equivalents
------------------------------------
The following keys can be used in most xv windows, including the image,
controls, and color editor windows, but *not* the visual schnauzer.
Tab or
Space - 'Next' command
Return - reload currently displayed image file
Del or
Backspace - 'Prev' command
ctrl+'l' - 'Load' command
ctrl+'s' - 'Save' command
ctrl+'p' - 'Print' command
ctrl+'d' - 'Delete' command
'q' or
ctrl+'q' - 'Quit' command
meta+'x' - 'cut' command
meta+'c' - 'copy' command
meta+'v' - 'paste' command
meta+'d' - 'clear' command
'n' - reset image to normal (unexpanded) size
'm' - maximum image size
'M' - maximum image size, maintaining aspect ratio
'>' - double image size
'<' - half image size
'.' - make image 10% larger
',' - make image 10% smaller
'S' - set image to specified size/expansion
'a' - reset image to normal aspect ratio
'4' - make image have a 4x3 width/height ratio
'I' - round image size to integer expansion/compression ratios
't' - turn image 90 degrees clockwise
'T' - turn image 90 degrees counter-clockwise
'h' - flip image horizontally
'v' - flip image vertically
'P' - pad image
'A' - image annotation
'c' - 'Crop' command
'u' - 'UnCrop' command
'C' - 'AutoCrop' command
'r' - raw mode
'd' - dithered mode
's' - smooth mode
meta+'8' - toggle 8/24 bit mode
'V' or
ctrl+'v' - Visual Schnauzer
'e' - Color Editor
'i' - Image Info
ctrl+'c' - Image Comments
ctrl+'t' - Text View
ctrl+'g' - 'Grab' command
ctrl+'a' - 'About XV' command
meta+'b' - Blur algorithm
meta+'s' - Sharpen algorithm
meta+'e' - Edge Detection algorithm
meta+'m' - Emboss algorithm
meta+'o' - Oil Paint algorithm
meta+'B' - Blend algorithm
meta+'t' - Copy rotate algorithm
meta+'T' - Clear rotate algorithm
meta+'p' - Pixelize algorithm
meta+'S' - Spread algorithm
'R' or
meta+'r' or
meta+'0' - 'Reset' command in color editor
meta+'1' - select preset 1 in color editor
meta+'2' - select preset 2 in color editor
meta+'3' - select preset 3 in color editor
meta+'4' - select preset 4 in color editor
meta+'a' - 'Apply' command in color editor
Part 2a: Image Window Keys
---------------------------
The following keys can *only* be used inside the image window.
ctrl + Up - crops 1 pixel off the bottom of the image
ctrl + Down - crops 1 pixel off the top of the image
ctrl + Left - crops 1 pixel off the right side of the image
ctrl + Right - crops 1 pixel off the left side of the image
If you're viewing a multi-page document:
'p' - opens a 'go to page #' dialog box
PageUp, or
Prev, or
shift+Up - previous page
PageDown, or
Next, or
shift+Down - next page
If a selection rectangle is active
Up - move rectangle up 1 pixel
Down - move rectangle down 1 pixel
Left - move rectangle left 1 pixel
Right - move rectangle right 1 pixel
shift+Up - shrink rectangle vertically by 1 pixel
shift+Down - expand rectangle vertically by 1 pixel
shift+Left - shrink rectangle horizontally by 1 pixel
shift+Right - expand rectangle horizontally by 1 pixel
Part 2b: Visual Schnauzer Keys
-------------------------------
The following keys can only be used in the visual schnauzer windows.
ctrl+'d' - delete file(s)
ctrl+'n' - create new directory
ctrl+'r' - rename file
ctrl+'s' - rescan directory
ctrl+'w' - open new window
ctrl+'u' - update icons
ctrl+'g' - generate icons for selected files
ctrl+'a' - select all files
ctrl+'t' - view selected file as text
ctrl+'q' - quit XV
ctrl+'c' - change directory
Esc - close window
Return - load currently selected file(s)
Space - load next file
Backspace - load previous file
|