Mercurial > geeqie
annotate doc/main_window_image_pane.html @ 1157:0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
author | zas_ |
---|---|
date | Wed, 19 Nov 2008 20:53:53 +0000 |
parents | c564ab6c11fc |
children | 616fae3a801f |
rev | line source |
---|---|
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
1 <?xml version="1.0" encoding="iso-8859-1"?> |
1121 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
4 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
6 <head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
8 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
9 <title>Image Pane - Geeqie User Manual</title> |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1139
diff
changeset
|
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" /> |
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1139
diff
changeset
|
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" /> |
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1139
diff
changeset
|
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
13 </head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
14 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
15 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
16 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
18 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
19 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <col id="navtop_col3" width="33%"></col> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
21 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
22 <tr> |
1115 | 23 <th> |
1082 | 24 <p class="previous"><a href="main_window_folder_pane.html">Previous</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
25 </p> |
1115 | 26 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
27 |
1115 | 28 <th> |
1105 | 29 <p class="navtop_title">Image Pane – Main Window</p> |
1115 | 30 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
31 |
1115 | 32 <th> |
1105 | 33 <p class="next"><a href="main_window_status_bar.html">Next</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
34 </p> |
1115 | 35 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
36 </tr> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
37 </table> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
38 </div> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
39 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
40 <hr /> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
41 |
1079
76266496b06d
Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents:
1078
diff
changeset
|
42 <h1>Image Pane</h1> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
43 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
44 <p>The image pane is the region of the main window that displays the selected image. The image pane allows adjustment of display size and orientation; it also provides several methods to manipulate the image with the mouse and keyboard.</p> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
45 |
1087 | 46 <h2>Image display</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
47 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
48 <p>The image is drawn to the screen as it is decoded from disk. The image can be panned and zoomed while it is still loading. Image adjustment operations for rotation, mirror, and flip will delay until the image is completed. The adjustment queue will remember one operation and will retain the most recently requested function, which will be performed once the image has finished loading.</p> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
49 |
1078
ac4a4f2cf393
Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents:
1076
diff
changeset
|
50 <p>The quality of the image, especially when using the zoom feature, is dependent on the settings that are available on the <a href="options_image.html">Image tab</a> of the preferences dialog.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
51 |
1117 | 52 <p>To increase the speed of loading the next image when navigating the image list in sequence, enable the <a href="options_image.html" class="option_name">Preload next image</a> option.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
53 |
1087 | 54 <h2>Image panning and manipulation</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
55 |
1105 | 56 <p>When the image size is larger than the image pane, the visible region can be changed with the keyboard or mouse. The keyboard can also be used to adjust the orientation of the image.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
57 |
1108 | 58 <h3>Keyboard</h3> |
1116 | 59 <p>Use the arrow keys to pan the image in the desired direction, to increase the panning speed hold down the Shift key while pressing an arrow key.<br />Press Control and an arrow key to move to the respective edge of the image. The image can only be panned with the keyboard when the image has the focus, indicated by a dotted line surrounding the image pane.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
60 |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
61 <div class="shortcuts"> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
62 <table width="80%" border="1" cellpadding="2" cellspacing="0"> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
63 <col id="image_pane_shortcuts_col1" width="25%"></col> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
64 <col id="image_pane_shortcuts_col2" width="25%"></col> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
65 <col id="image_pane_shortcuts_col3" width="50%"></col> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
66 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
67 <thead> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
68 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
69 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
70 <p>Shortcut</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
71 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
72 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
73 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
74 <p>Context menu name</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
75 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
76 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
77 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
78 <p>Description</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
79 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
80 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
81 </thead> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
82 <tbody> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
83 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
84 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
85 <p>+</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
86 <p>=</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
87 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
88 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
89 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
90 <p>Zoom in</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
91 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
92 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
93 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
94 <p>Zoom in.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
95 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
96 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
97 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
98 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
99 <p>-</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
100 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
101 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
102 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
103 <p>Zoom out</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
104 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
105 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
106 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
107 <p>Zoom out.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
108 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
109 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
110 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
111 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
112 <p>X</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
113 <p>[Keypad] *</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
114 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
115 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
116 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
117 <p>Fit image to window</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
118 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
119 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
120 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
121 <p>Scale the image to fit the available display area.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
122 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
123 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
124 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
125 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
126 <p>Z</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
127 <p>[Keypad] /</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
128 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
129 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
130 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
131 <p>Zoom 1:1</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
132 </td> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
133 |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
134 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
135 <p>Reset the zoom to original image size.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
136 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
137 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
138 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
139 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
140 <p>]</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
141 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
142 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
143 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
144 <p>Adjust > Rotate clockwise</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
145 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
146 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
147 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
148 <p>Rotate the image clockwise 90 degrees.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
149 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
150 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
151 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
152 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
153 <p>[</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
154 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
155 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
156 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
157 <p>Adjust > Rotate counterclockwise</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
158 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
159 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
160 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
161 <p>Rotate the image counterclockwise 90 degrees.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
162 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
163 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
164 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
165 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
166 <p>[Shift] + R</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
167 </td> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
168 |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
169 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
170 <p>Adjust > Rotate 180</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
171 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
172 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
173 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
174 <p>Rotate the image 180 degrees.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
175 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
176 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
177 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
178 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
179 <p>[Shift] + M</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
180 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
181 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
182 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
183 <p>Adjust > Mirror</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
184 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
185 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
186 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
187 <p>Flip the image horizontally.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
188 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
189 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
190 <tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
191 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
192 <p>[Shift] + F</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
193 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
194 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
195 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
196 <p>Adjust > Flip</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
197 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
198 |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
199 <td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
200 <p>Flip the image vertically.</p> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
201 </td> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
202 </tr> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
203 </tbody> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
204 </table> |
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1151
diff
changeset
|
205 </div> |
1118 | 206 <p class="note"><span class="note_label">Note:</span> The rotation, mirror, and flip functions will not change the image file on disk.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
207 |
1108 | 208 <h3>Mouse</h3> |
1118 | 209 <p>Press the primary mouse button on the image and hold it, then move the mouse to pan the image in the desired direction. Releasing the mouse button will stop the panning operation. The mouse wheel can also be used to scroll the image when holding down the [Shift] key <a href="#bottomnote1" class="bottomnote">(*)</a>.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
210 |
1105 | 211 <p>To scale the image size hold down the [Control] key and scroll the mouse wheel up to zoom in, or down to zoom out.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
212 |
1108 | 213 <h4>Smooth Scroll</h4> |
214 <p>To start the smooth scroll function hold down the [Shift] key and click the primary mouse button. An icon will appear at the location of the mouse pointer, the mouse can then be positioned to pan the image. The image will pan in the direction of the mouse pointer relative to the icon. The pan speed will increase in proportion to the distance that the pointer is from the center of the icon. To end the smooth scroll function click the primary mouse button within the image pane.</p> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
215 |
1087 | 216 <h2>Navigation</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
217 |
1105 | 218 <p>The displayed image can be changed to the next or previous image using the keyboard or mouse.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
219 |
1108 | 220 <h3>Keyboard</h3> |
221 <p>The Page Down and Page Up keys will change the image to the next or previous image, respectively, in the list. The Home and End keys will jump to the first and last image, respectively. When the image has the focus, the Space and Back Space keys can also be used to change the image.</p> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
222 |
1108 | 223 <h3>Mouse</h3> |
1118 | 224 <p>To change to the next image in the list click the left mouse button, click the middle mouse button to change to the previous image. The mouse wheel can also be used to change the current image <a href="#bottomnote1" class="bottomnote">(*)</a>.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
225 |
1087 | 226 <h2>Context menu</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
227 |
1078
ac4a4f2cf393
Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents:
1076
diff
changeset
|
228 <p>Right clicking the mouse or pressing the menu key while the image has the focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
229 |
1102 | 230 <dl class="menu_desc"> |
231 <dt>View in new window</dt><dd>Opens a new window containing a second copy of the current image.</dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
232 |
1102 | 233 <dt>Pause slide show, Continue slide show</dt><dd>Controls the pause state of an active slide show, the text of the menu will change to reflect the action that will be performed.</dd> |
234 </dl> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
235 |
1087 | 236 <h2>Drag and Drop</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
237 |
1105 | 238 <p>Files and folders can be dropped onto the image pane, dropping a file will display the file and dropping a folder will change the main window to display the contents of the folder. When dropping multiple items on the image pane, only the first item in the list will be used, all additional items will be ignored.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
239 |
1105 | 240 <p>A drag and drop operation can be initiated from the image pane with the middle mouse button, the dragged item will contain the file path of the displayed image.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
241 |
1139 | 242 <h2>Displaying images side by side</h2> |
243 | |
244 <p>Using View > Split item from the main menu, image pane can be splitted in up to four panes, this allows to display images side by side. You may use drag'n drop to change images in each pane.</p> | |
245 | |
246 <p>Connected zoom is possible through the View > Connected zoom menu. Zoom is then applied to all displayed images.</p> | |
247 <p>Connected scrolling is also possible using [Shift] and first mouse button.</p> | |
248 | |
249 | |
250 | |
1118 | 251 <p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> The mouse wheel behavior for scrolling and image step can be swapped with the <span class="option_name">Mouse wheel scrolls image</span> option located on the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
252 |
1113 | 253 <hr id="bottomseparator" /> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
254 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
255 <div class="navbottom"> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
256 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
257 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
258 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
259 <col id="navbottom_col3" width="33%"></col> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
260 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
261 <tr> |
1115 | 262 <th> |
1082 | 263 <p class="previous"><a href="main_window_folder_pane.html">Previous</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
264 </p> |
1115 | 265 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
266 |
1115 | 267 <th> |
1105 | 268 <p class="navbottom_title"><a href="index.html">Contents</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
269 </p> |
1115 | 270 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
271 |
1115 | 272 <th> |
1105 | 273 <p class="next"><a href="main_window_status_bar.html">Next</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
274 </p> |
1115 | 275 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
276 </tr> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
277 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
278 </table> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
279 </div> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
280 |
1101 | 281 <div class="footer">Geeqie User Manual</div> |
1098
2d9c9b10e84d
Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents:
1097
diff
changeset
|
282 <div class="bottomspacer"> </div> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
283 </body> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
284 </html> |