annotate doc/reference_keyboard_shortcuts.html @ 1119:829f45bf988b

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