Mercurial > geeqie
annotate doc/reference_keyboard_shortcuts.html @ 1119:829f45bf988b
Tidy up and minor fixes.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 19:37:17 +0000 |
parents | 71c5b25b371a |
children | 24c89a03ec12 |
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"?> |
1119 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>Keyboard Shortcuts - Geeqie User Manual</title> |
1095 | 10 <link rel="stylesheet" type="text/css" href="style.css" /> |
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
|
11 </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
|
12 |
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 <body lang="en-US" dir="ltr"> |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
14 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
15 <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
|
16 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
18 <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
|
19 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <tr> |
1115 | 21 <th> |
1082 | 22 <p class="previous"><a href="reference_command_line.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
|
23 </p> |
1115 | 24 </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
|
25 |
1115 | 26 <th> |
1105 | 27 <p class="navtop_title">Keyboard Shortcuts – Reference</p> |
1115 | 28 </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
|
29 |
1115 | 30 <th> |
1105 | 31 <p class="next"><a href="reference_thumbnails.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
|
32 </p> |
1115 | 33 </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
|
34 </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
|
35 </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
|
36 </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
|
37 |
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 <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
|
39 |
1079
76266496b06d
Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents:
1078
diff
changeset
|
40 <h1>Keyboard Shortcuts</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
|
41 |
1117 | 42 <div class="keyboard-shortcuts"> |
43 <table width="90%" border="1" cellpadding="2" cellspacing="0"> | |
44 <col id="keyboard_shortcuts_col1" width="33%"></col> | |
45 <col id="keyboard_shortcuts_col2" width="33%"></col> | |
46 <col id="keyboard_shortcuts_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
|
47 |
1085 | 48 <thead> |
49 <tr> | |
50 <th> | |
1105 | 51 <p>Shortcut</p> |
1085 | 52 </th> |
53 <th> | |
1105 | 54 <p>Mouse</p> |
1085 | 55 </th> |
56 <th> | |
1105 | 57 <p>Action</p> |
1085 | 58 </th> |
59 </tr> | |
60 </thead> | |
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
|
61 |
1085 | 62 <tbody> |
63 <tr> | |
1119 | 64 <td colspan="3" class="keyboard-shortcuts-separator"> |
65 <p><strong>Image Navigation</strong></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
|
66 </td> |
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
|
67 </tr> |
1085 | 68 <tr> |
69 <td> | |
1105 | 70 <p>PageDown</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
|
71 </td> |
1085 | 72 <td> |
1105 | 73 <p>Left Click on image view<br /> |
1118 | 74 Mouse Wheel down <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
|
75 </td> |
1085 | 76 <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
|
77 <p>Change to next image.</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
|
78 </td> |
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
|
79 </tr> |
1085 | 80 <tr> |
81 <td> | |
1105 | 82 <p>PageUp</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
|
83 </td> |
1085 | 84 <td> |
1105 | 85 <p>Middle Click on image view<br /> |
1118 | 86 Mouse Wheel up <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
|
87 </td> |
1085 | 88 <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
|
89 <p>Change to previous image.</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
|
90 </td> |
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
|
91 </tr> |
1085 | 92 <tr> |
93 <td> | |
1105 | 94 <p>Home</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
|
95 </td> |
1113 | 96 <td> </td> |
1085 | 97 <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
|
98 <p>Change to first image.</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
|
99 </td> |
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
|
100 </tr> |
1085 | 101 <tr> |
102 <td> | |
1105 | 103 <p>End</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
|
104 </td> |
1113 | 105 <td> </td> |
1085 | 106 <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
|
107 <p>Change to last image.</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
|
108 </td> |
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
|
109 </tr> |
1085 | 110 <tr> |
1119 | 111 <td colspan="3" class="keyboard-shortcuts-separator"> |
112 <p><strong>Image panning</strong> (image has keyboard focus)</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
|
113 </td> |
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
|
114 </tr> |
1085 | 115 <tr> |
116 <td> | |
1105 | 117 <p>Arrow Keys</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
|
118 </td> |
1085 | 119 <td> |
1105 | 120 <p>Left Drag on image view<br /> |
1118 | 121 [Shift] + Mouse Wheel <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
|
122 </td> |
1085 | 123 <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
|
124 <p>Pan image.</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
|
125 </td> |
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
|
126 </tr> |
1085 | 127 <tr> |
128 <td> | |
1105 | 129 <p>[Shift] + Arrow Keys</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
|
130 </td> |
1113 | 131 <td> </td> |
1085 | 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 <p>Pan Image faster.</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
|
134 </td> |
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
|
135 </tr> |
1085 | 136 <tr> |
137 <td> | |
1105 | 138 <p>[Control] + Arrow Keys</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
|
139 </td> |
1113 | 140 <td> </td> |
1085 | 141 <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
|
142 <p>Pan to respective edge of image.</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
|
143 </td> |
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
|
144 </tr> |
1085 | 145 <tr> |
146 <td> | |
1105 | 147 <p>SpaceBar</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
|
148 </td> |
1113 | 149 <td> </td> |
1085 | 150 <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
|
151 <p>Change to next image.</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
|
152 </td> |
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
|
153 </tr> |
1085 | 154 <tr> |
155 <td> | |
1105 | 156 <p>Backspace</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
|
157 </td> |
1113 | 158 <td> </td> |
1085 | 159 <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
|
160 <p>Change to previous image.</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
|
161 </td> |
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
|
162 </tr> |
1085 | 163 <tr> |
1119 | 164 <td colspan="3" class="keyboard-shortcuts-separator"> |
165 <p><strong>File Menu</strong></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
|
166 </td> |
1085 | 167 </tr> |
168 <tr> | |
169 <td> | |
1105 | 170 <p>[Control] + N</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
|
171 </td> |
1113 | 172 <td> </td> |
1085 | 173 <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
|
174 <p>New Window</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
|
175 </td> |
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
|
176 </tr> |
1085 | 177 <tr> |
178 <td> | |
1105 | 179 <p>C</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
|
180 </td> |
1113 | 181 <td> </td> |
1085 | 182 <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
|
183 <p>Open a new empty collection window.</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
|
184 </td> |
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
|
185 </tr> |
1085 | 186 <tr> |
187 <td> | |
1105 | 188 <p>O</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
|
189 </td> |
1113 | 190 <td> </td> |
1085 | 191 <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
|
192 <p>Display open collection dialog.</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
|
193 </td> |
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
|
194 </tr> |
1085 | 195 <tr> |
196 <td> | |
1105 | 197 <p>F3</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
|
198 </td> |
1113 | 199 <td> </td> |
1085 | 200 <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
|
201 <p>Open new search window.</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
|
202 </td> |
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
|
203 </tr> |
1085 | 204 <tr> |
205 <td> | |
1105 | 206 <p>D</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 </td> |
1113 | 208 <td> </td> |
1085 | 209 <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
|
210 <p>Open new Find Duplicates window.</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
|
211 </td> |
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 </tr> |
1085 | 213 <tr> |
214 <td> | |
1105 | 215 <p>[Shift] + P</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
|
216 </td> |
1113 | 217 <td> </td> |
1085 | 218 <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
|
219 <p>Open print dialog.</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
|
220 </td> |
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
|
221 </tr> |
1085 | 222 <tr> |
223 <td> | |
1105 | 224 <p>[Control] + F</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 </td> |
1113 | 226 <td> </td> |
1085 | 227 <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
|
228 <p>Create new folder in current path.</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
|
229 </td> |
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
|
230 </tr> |
1085 | 231 <tr> |
232 <td> | |
1105 | 233 <p>[Control] + C</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
|
234 </td> |
1113 | 235 <td> </td> |
1085 | 236 <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
|
237 <p>Copy selected images, opens destination selection dialog.</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
|
238 </td> |
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 </tr> |
1085 | 240 <tr> |
241 <td> | |
1105 | 242 <p>[Control] + M</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
|
243 </td> |
1113 | 244 <td> </td> |
1085 | 245 <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
|
246 <p>Move selected images, opens destination selection dialog.</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
|
247 </td> |
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
|
248 </tr> |
1085 | 249 <tr> |
250 <td> | |
1105 | 251 <p>[Control] + R</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 </td> |
1113 | 253 <td> </td> |
1085 | 254 <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
|
255 <p>Rename selected images, opens rename dialog.</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
|
256 </td> |
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
|
257 </tr> |
1085 | 258 <tr> |
259 <td> | |
1105 | 260 <p>[Control] + D<br /> |
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
|
261 [Delete]</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
|
262 </td> |
1113 | 263 <td> </td> |
1085 | 264 <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
|
265 <p>Delete selected images.</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
|
266 </td> |
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
|
267 </tr> |
1085 | 268 <tr> |
269 <td> | |
1105 | 270 <p>[Control] + W</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
|
271 </td> |
1113 | 272 <td> </td> |
1085 | 273 <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
|
274 <p>Close window, Geeqie exits when last window is closed.</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
|
275 </td> |
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> |
1085 | 277 <tr> |
278 <td> | |
1105 | 279 <p>[Control] + Q</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
|
280 </td> |
1113 | 281 <td> </td> |
1085 | 282 <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
|
283 <p>Quit Geeqie.</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
|
284 </td> |
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
|
285 </tr> |
1085 | 286 <tr> |
1119 | 287 <td colspan="3" class="keyboard-shortcuts-separator"> |
288 <p><strong>Edit Menu</strong></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
|
289 </td> |
1085 | 290 </tr> |
291 <tr> | |
292 <td> | |
1105 | 293 <p>[Control] + 1 ... 0</p> |
1085 | 294 </td> |
1113 | 295 <td> </td> |
1085 | 296 <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
|
297 <p>Run external edit command on selected images.</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
|
298 </td> |
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
|
299 </tr> |
1085 | 300 <tr> |
301 <td> | |
1105 | 302 <p>[Control] + 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
|
303 </td> |
1113 | 304 <td> </td> |
1085 | 305 <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
|
306 <p>Select all images.</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
|
307 </td> |
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
|
308 </tr> |
1085 | 309 <tr> |
310 <td> | |
1105 | 311 <p>[Control] + [Shift] + 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
|
312 </td> |
1113 | 313 <td> </td> |
1085 | 314 <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
|
315 <p>Unselect all images.</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
|
316 </td> |
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
|
317 </tr> |
1085 | 318 <tr> |
319 <td> | |
1105 | 320 <p>[Control] + P</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
|
321 </td> |
1113 | 322 <td> </td> |
1085 | 323 <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
|
324 <p>Open image properties window.</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
|
325 </td> |
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
|
326 </tr> |
1085 | 327 <tr> |
328 <td> | |
1105 | 329 <p>[Control] + O</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
|
330 </td> |
1113 | 331 <td> </td> |
1085 | 332 <td> |
333 <p>Open Geeqie preferences window.</p> | |
334 </td> | |
335 </tr> | |
336 <tr> | |
337 <td> | |
1105 | 338 <p>]</p> |
1085 | 339 </td> |
1113 | 340 <td> </td> |
1085 | 341 <td> |
342 <p>Rotate image clockwise 90 degrees.</p> | |
343 </td> | |
344 </tr> | |
345 <tr> | |
346 <td> | |
1105 | 347 <p>[</p> |
1085 | 348 </td> |
1113 | 349 <td> </td> |
1085 | 350 <td> |
351 <p>Rotate image counterclockwise 90 degree.</p> | |
352 </td> | |
353 </tr> | |
354 <tr> | |
355 <td> | |
1105 | 356 <p>[Shift] + R</p> |
1085 | 357 </td> |
1113 | 358 <td> </td> |
1085 | 359 <td> |
360 <p>Rotate image 180 degrees.</p> | |
361 </td> | |
362 </tr> | |
363 <tr> | |
364 <td> | |
1105 | 365 <p>[Shift] + M</p> |
1085 | 366 </td> |
1113 | 367 <td> </td> |
1085 | 368 <td> |
369 <p>Flip image horizontally (mirror).</p> | |
370 </td> | |
371 </tr> | |
372 <tr> | |
373 <td> | |
1105 | 374 <p>[Shift] + F</p> |
1085 | 375 </td> |
1113 | 376 <td> </td> |
1085 | 377 <td> |
378 <p>Flip image vertically.</p> | |
379 </td> | |
380 </tr> | |
381 <tr> | |
1119 | 382 <td colspan="3" class="keyboard-shortcuts-separator"> |
383 <p><strong>View Menu</strong></p> | |
1085 | 384 </td> |
385 </tr> | |
386 <tr> | |
387 <td> | |
1105 | 388 <p>+, =</p> |
1085 | 389 </td> |
390 <td> | |
1105 | 391 <p>[Control] + Mouse Wheel up</p> |
1085 | 392 </td> |
393 <td> | |
394 <p>Zoom image in.</p> | |
395 </td> | |
396 </tr> | |
397 <tr> | |
398 <td> | |
1105 | 399 <p>-</p> |
1085 | 400 </td> |
401 <td> | |
1105 | 402 <p>[Control + Mouse Wheel down</p> |
1085 | 403 </td> |
404 <td> | |
405 <p>Zoom image out.</p> | |
406 </td> | |
407 </tr> | |
408 <tr> | |
409 <td> | |
1105 | 410 <p>Z</p> |
1085 | 411 </td> |
1113 | 412 <td> </td> |
1085 | 413 <td> |
414 <p>Reset zoom to original size (1:1).</p> | |
415 </td> | |
416 </tr> | |
417 <tr> | |
418 <td> | |
1105 | 419 <p>X</p> |
1085 | 420 </td> |
1113 | 421 <td> </td> |
1085 | 422 <td> |
423 <p>Fit image to window size.</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
|
424 </td> |
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
|
425 </tr> |
1085 | 426 <tr> |
427 <td> | |
1105 | 428 <p>W</p> |
1085 | 429 </td> |
1113 | 430 <td> </td> |
1085 | 431 <td> |
432 <p>Zoom image to fit window width.</p> | |
433 </td> | |
434 </tr> | |
435 <tr> | |
436 <td> | |
1105 | 437 <p>H</p> |
1085 | 438 </td> |
1113 | 439 <td> </td> |
1085 | 440 <td> |
441 <p>Zoom image to fit window height.</p> | |
442 </td> | |
443 </tr> | |
444 <tr> | |
445 <td> | |
1105 | 446 <p>1</p> |
1085 | 447 </td> |
1113 | 448 <td> </td> |
1085 | 449 <td> |
450 <p>Set zoom to 1:1</p> | |
451 </td> | |
452 </tr> | |
453 <tr> | |
454 <td> | |
1105 | 455 <p>2</p> |
1085 | 456 </td> |
1113 | 457 <td> </td> |
1085 | 458 <td> |
459 <p>Set zoom to 2:1</p> | |
460 </td> | |
461 </tr> | |
462 <tr> | |
463 <td> | |
1105 | 464 <p>3</p> |
1085 | 465 </td> |
1113 | 466 <td> </td> |
1085 | 467 <td> |
468 <p>Set zoom to 3:1</p> | |
469 </td> | |
470 </tr> | |
471 <tr> | |
472 <td> | |
1105 | 473 <p>4</p> |
1085 | 474 </td> |
1113 | 475 <td> </td> |
1085 | 476 <td> |
477 <p>Set zoom to 4:1</p> | |
478 </td> | |
479 </tr> | |
480 <tr> | |
481 <td> | |
1105 | 482 <p>7</p> |
1085 | 483 </td> |
1113 | 484 <td> </td> |
1085 | 485 <td> |
486 <p>Set zoom to 1:4</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
|
487 </td> |
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
|
488 </tr> |
1085 | 489 <tr> |
490 <td> | |
1105 | 491 <p>8</p> |
1085 | 492 </td> |
1113 | 493 <td> </td> |
1085 | 494 <td> |
495 <p>Set zoom to 1:3</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
|
496 </td> |
1085 | 497 </tr> |
498 <tr> | |
499 <td> | |
1105 | 500 <p>9</p> |
1085 | 501 </td> |
1113 | 502 <td> </td> |
1085 | 503 <td> |
504 <p>Set zoom to 1:2</p> | |
505 </td> | |
506 </tr> | |
507 <tr> | |
508 <td> | |
1105 | 509 <p>T</p> |
1085 | 510 </td> |
1113 | 511 <td> </td> |
1085 | 512 <td> |
513 <p>Toggle display of thumbnails when in list view.</p> | |
514 </td> | |
515 </tr> | |
516 <tr> | |
517 <td> | |
1105 | 518 <p>[Control] + L</p> |
1085 | 519 </td> |
1113 | 520 <td> </td> |
1085 | 521 <td> |
522 <p>Display file list as detailed list view.</p> | |
523 </td> | |
524 </tr> | |
525 <tr> | |
526 <td> | |
1105 | 527 <p>[Control] + I</p> |
1085 | 528 </td> |
1113 | 529 <td> </td> |
1085 | 530 <td> |
531 <p>Display file list as icon view.</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
|
532 </td> |
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
|
533 </tr> |
1085 | 534 <tr> |
535 <td> | |
1105 | 536 <p>[Control] + T</p> |
1085 | 537 </td> |
1113 | 538 <td> </td> |
1085 | 539 <td> |
540 <p>Toggle folder display between list and tree views.</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
|
541 </td> |
1085 | 542 </tr> |
543 <tr> | |
544 <td> | |
1105 | 545 <p>R</p> |
1085 | 546 </td> |
1113 | 547 <td> </td> |
1085 | 548 <td> |
549 <p>Refresh file list.</p> | |
550 </td> | |
551 </tr> | |
552 <tr> | |
553 <td> | |
1105 | 554 <p>L</p> |
1085 | 555 </td> |
1113 | 556 <td> </td> |
1085 | 557 <td> |
558 <p>Toggle floating of file display.</p> | |
559 </td> | |
560 </tr> | |
561 <tr> | |
562 <td> | |
1105 | 563 <p>[Control] + H</p> |
1085 | 564 </td> |
1113 | 565 <td> </td> |
1085 | 566 <td> |
567 <p>Toggle hiding of file display.</p> | |
568 </td> | |
569 </tr> | |
570 <tr> | |
571 <td> | |
1105 | 572 <p>[Control] + E</p> |
1085 | 573 </td> |
1113 | 574 <td> </td> |
1085 | 575 <td> |
576 <p>Toggle EXIF sidebar.</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
|
577 </td> |
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
|
578 </tr> |
1085 | 579 <tr> |
580 <td> | |
1105 | 581 <p>[Control] + S</p> |
1085 | 582 </td> |
1113 | 583 <td> </td> |
1085 | 584 <td> |
585 <p>Toggle Sort Manager sidebar.</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
|
586 </td> |
1085 | 587 </tr> |
588 <tr> | |
589 <td> | |
1105 | 590 <p>[Control] + K</p> |
1085 | 591 </td> |
1113 | 592 <td> </td> |
1085 | 593 <td> |
594 <p>Toggle Keywords sidebar.</p> | |
595 </td> | |
596 </tr> | |
597 <tr> | |
598 <td> | |
1105 | 599 <p>F</p> |
600 <p>V</p> | |
1085 | 601 </td> |
1113 | 602 <td> </td> |
1085 | 603 <td> |
604 <p>Toggle full screen.</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
|
605 </td> |
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
|
606 </tr> |
1085 | 607 <tr> |
608 <td> | |
1105 | 609 <p>I</p> |
1085 | 610 </td> |
1113 | 611 <td> </td> |
1085 | 612 <td> |
613 <p>Toggle information overlay in full screen.</p> | |
614 </td> | |
615 </tr> | |
616 <tr> | |
617 <td> | |
1105 | 618 <p>S</p> |
1085 | 619 </td> |
1113 | 620 <td> </td> |
1085 | 621 <td> |
622 <p>Toggle slideshow.</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
|
623 </td> |
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
|
624 </tr> |
1085 | 625 <tr> |
626 <td> | |
1105 | 627 <p>P</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
|
628 </td> |
1113 | 629 <td> </td> |
1085 | 630 <td> |
631 <p>Toggle pause of slideshow.</p> | |
632 </td> | |
633 </tr> | |
634 <tr> | |
1119 | 635 <td colspan="3" class="keyboard-shortcuts-separator"> |
636 <p><strong>Help Menu</strong></p> | |
1085 | 637 </td> |
638 </tr> | |
639 <tr> | |
640 <td> | |
1105 | 641 <p>F1</p> |
1085 | 642 </td> |
1113 | 643 <td> </td> |
1085 | 644 <td> |
645 <p>Open User Manual in browser.</p> | |
646 </td> | |
647 </tr> | |
648 <tr> | |
1119 | 649 <td colspan="3" class="keyboard-shortcuts-separator"> |
650 <p><strong>Collection Window</strong></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
|
651 </td> |
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
|
652 </tr> |
1085 | 653 <tr> |
654 <td> | |
1105 | 655 <p>Arrow Keys</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
|
656 </td> |
1113 | 657 <td> </td> |
1085 | 658 <td> |
659 <p>Move selection.</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
|
660 </td> |
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
|
661 </tr> |
1085 | 662 <tr> |
663 <td> | |
1105 | 664 <p>[Shift] + Arrow Keys</p> |
1085 | 665 </td> |
1113 | 666 <td> </td> |
1085 | 667 <td> |
668 <p>Select multiple images.</p> | |
669 </td> | |
670 </tr> | |
671 <tr> | |
672 <td> | |
1105 | 673 <p>[Control] + Arrow Keys</p> |
1085 | 674 </td> |
1113 | 675 <td> </td> |
1085 | 676 <td> |
677 <p>Move focus without changing selection.</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
|
678 </td> |
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
|
679 </tr> |
1085 | 680 <tr> |
681 <td> | |
1105 | 682 <p>[SpaceBar]</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
|
683 </td> |
1113 | 684 <td> </td> |
1085 | 685 <td> |
686 <p>Select only image with focus.</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
|
687 </td> |
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
|
688 </tr> |
1085 | 689 <tr> |
690 <td> | |
1105 | 691 <p>[Control] + [SpaceBar]</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
|
692 </td> |
1113 | 693 <td> </td> |
1085 | 694 <td> |
695 <p>Toggle selection of image with focus.</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
|
696 </td> |
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
|
697 </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
|
698 <tr> |
1085 | 699 <td> |
1105 | 700 <p>[Home]</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
|
701 </td> |
1113 | 702 <td> </td> |
1085 | 703 <td> |
704 <p>Move focus to first 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
|
705 </td> |
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
|
706 </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
|
707 <tr> |
1085 | 708 <td> |
1105 | 709 <p>[End]</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
|
710 </td> |
1113 | 711 <td> </td> |
1085 | 712 <td> |
713 <p>Move focus to last 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
|
714 </td> |
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
|
715 </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
|
716 <tr> |
1085 | 717 <td> |
1105 | 718 <p>[Control] + 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
|
719 </td> |
1113 | 720 <td> </td> |
1085 | 721 <td> |
722 <p>Select all images.</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
|
723 </td> |
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
|
724 </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
|
725 <tr> |
1085 | 726 <td> |
1105 | 727 <p>[Control] + [Shift] + 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
|
728 </td> |
1113 | 729 <td> </td> |
1085 | 730 <td> |
731 <p>Unselect all images.</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
|
732 </td> |
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
|
733 </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
|
734 <tr> |
1085 | 735 <td> |
1105 | 736 <p>[Delete]</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
|
737 </td> |
1113 | 738 <td> </td> |
1085 | 739 <td> |
740 <p>Remove selected image from collection, does not delete image from 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
|
741 </td> |
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
|
742 </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
|
743 <tr> |
1085 | 744 <td> |
1105 | 745 <p>[Control] + L</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
|
746 </td> |
1113 | 747 <td> </td> |
1085 | 748 <td> |
749 <p>Add images from main window's file list.</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
|
750 </td> |
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
|
751 </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
|
752 <tr> |
1085 | 753 <td> |
1105 | 754 <p>[Control] + T</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
|
755 </td> |
1113 | 756 <td> </td> |
1085 | 757 <td> |
758 <p>Toggle display of icon filenames.</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
|
759 </td> |
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
|
760 </tr> |
1085 | 761 <tr> |
762 <td> | |
1105 | 763 <p>N</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
|
764 </td> |
1113 | 765 <td> </td> |
1085 | 766 <td> |
767 <p>Sort collection by name.</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
|
768 </td> |
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
|
769 </tr> |
1085 | 770 <tr> |
771 <td> | |
1105 | 772 <p>D</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
|
773 </td> |
1113 | 774 <td> </td> |
1085 | 775 <td> |
776 <p>Sort collection by file date.</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
|
777 </td> |
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
|
778 </tr> |
1085 | 779 <tr> |
780 <td> | |
1105 | 781 <p>B</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
|
782 </td> |
1113 | 783 <td> </td> |
1085 | 784 <td> |
785 <p>Sort collection by file size.</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
|
786 </td> |
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
|
787 </tr> |
1085 | 788 <tr> |
789 <td> | |
1105 | 790 <p>P</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
|
791 </td> |
1113 | 792 <td> </td> |
1085 | 793 <td> |
794 <p>Sort collection by file path.</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
|
795 </td> |
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
|
796 </tr> |
1085 | 797 <tr> |
798 <td> | |
1105 | 799 <p>I</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
|
800 </td> |
1113 | 801 <td> </td> |
1085 | 802 <td> |
803 <p>Sort collection by natural numerical order.</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
|
804 </td> |
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
|
805 </tr> |
1085 | 806 <tr> |
807 <td> | |
1105 | 808 <p>[Enter]</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
|
809 </td> |
1113 | 810 <td> </td> |
1085 | 811 <td> |
812 <p>View image with focus in main window.</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
|
813 </td> |
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
|
814 </tr> |
1085 | 815 <tr> |
816 <td> | |
1105 | 817 <p>V</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
|
818 </td> |
1113 | 819 <td> </td> |
1085 | 820 <td> |
821 <p>View image with focus in new window.</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
|
822 </td> |
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
|
823 </tr> |
1085 | 824 <tr> |
825 <td> | |
1105 | 826 <p>[Control] + 1 ... 0</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
|
827 </td> |
1113 | 828 <td> </td> |
1085 | 829 <td> |
830 <p>Run external edit command on selected images.</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
|
831 </td> |
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
|
832 </tr> |
1085 | 833 <tr> |
834 <td> | |
1105 | 835 <p>S</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
|
836 </td> |
1113 | 837 <td> </td> |
1085 | 838 <td> |
839 <p>Save collection.</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
|
840 </td> |
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
|
841 </tr> |
1085 | 842 <tr> |
843 <td> | |
1105 | 844 <p>[Control] + S</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
|
845 </td> |
1113 | 846 <td> </td> |
1085 | 847 <td> |
848 <p>Save collection as, opens destination 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
|
849 </td> |
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
|
850 </tr> |
1085 | 851 <tr> |
852 <td> | |
1105 | 853 <p>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
|
854 </td> |
1113 | 855 <td> </td> |
1085 | 856 <td> |
857 <p>Append to collection, opens append 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
|
858 </td> |
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
|
859 </tr> |
1085 | 860 <tr> |
861 <td> | |
1105 | 862 <p>[Control] + C</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
|
863 </td> |
1113 | 864 <td> </td> |
1085 | 865 <td> |
866 <p>Copy selected images, opens destination selection 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
|
867 </td> |
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
|
868 </tr> |
1085 | 869 <tr> |
870 <td> | |
1105 | 871 <p>[Control] + M</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
|
872 </td> |
1113 | 873 <td> </td> |
1085 | 874 <td> |
875 <p>Move selected images, opens destination selection 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
|
876 </td> |
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
|
877 </tr> |
1085 | 878 <tr> |
879 <td> | |
1105 | 880 <p>[Control] + R</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
|
881 </td> |
1113 | 882 <td> </td> |
1085 | 883 <td> |
884 <p>Rename selected images, opens rename 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
|
885 </td> |
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
|
886 </tr> |
1085 | 887 <tr> |
888 <td> | |
1105 | 889 <p>[Control] + D</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
|
890 </td> |
1113 | 891 <td> </td> |
1085 | 892 <td> |
893 <p>Delete selected images.</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
|
894 </td> |
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
|
895 </tr> |
1085 | 896 <tr> |
897 <td> | |
1105 | 898 <p>[Control] + P</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
|
899 </td> |
1113 | 900 <td> </td> |
1085 | 901 <td> |
902 <p>Open image properties window.</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
|
903 </td> |
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
|
904 </tr> |
1085 | 905 <tr> |
906 <td> | |
1105 | 907 <p>[Control] + W</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
|
908 </td> |
1113 | 909 <td> </td> |
1085 | 910 <td> |
911 <p>Close collection window.</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
|
912 </td> |
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
|
913 </tr> |
1085 | 914 <tr> |
1119 | 915 <td colspan="3" class="keyboard-shortcuts-separator"> |
916 <p><strong>Find Duplicates Window</strong> (same as Collection Window above, with the following additions)</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
|
917 </td> |
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
|
918 </tr> |
1085 | 919 <tr> |
920 <td> | |
1105 | 921 <p>1</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
|
922 </td> |
1113 | 923 <td> </td> |
1085 | 924 <td> |
1105 | 925 <p>Select group 1 duplicates.</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
|
926 </td> |
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
|
927 </tr> |
1085 | 928 <tr> |
929 <td> | |
1105 | 930 <p>2</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
|
931 </td> |
1113 | 932 <td> </td> |
1085 | 933 <td> |
1105 | 934 <p>Select group 2 duplicates.</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
|
935 </td> |
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
|
936 </tr> |
1085 | 937 <tr> |
938 <td> | |
1105 | 939 <p>C</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
|
940 </td> |
1113 | 941 <td> </td> |
1085 | 942 <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
|
943 <p>Open new collection window and add selected images.</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
|
944 </td> |
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
|
945 </tr> |
1085 | 946 </tbody> |
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
|
947 </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
|
948 </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
|
949 |
1118 | 950 <p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> Default Mouse wheel functions can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls 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
|
951 |
1113 | 952 <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
|
953 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
954 <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
|
955 <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
|
956 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
957 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
958 <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
|
959 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
960 <tr> |
1115 | 961 <th> |
1082 | 962 <p class="previous"><a href="reference_command_line.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
|
963 </p> |
1115 | 964 </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
|
965 |
1115 | 966 <th> |
1105 | 967 <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
|
968 </p> |
1115 | 969 </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
|
970 |
1115 | 971 <th> |
1105 | 972 <p class="next"><a href="reference_thumbnails.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
|
973 </p> |
1115 | 974 </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
|
975 </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
|
976 |
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
|
977 </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
|
978 </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
|
979 |
1101 | 980 <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
|
981 <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
|
982 </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
|
983 </html> |