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