Bug 259883 - "accel" is Cmd, not Ctrl on Mac. r=steffen

This commit is contained in:
jwalden%mit.edu 2004-10-07 14:48:23 +00:00
Родитель 974c661883
Коммит a9c7574aec
6 изменённых файлов: 187 добавлений и 185 удалений

Просмотреть файл

@ -38,7 +38,7 @@ Contributors:
<p>The Download Manager will appear when you download files, when you select
<span class="menuPath">Tools &gt; Downloads</span>, and when you type
<span class="noUnix"><kbd>Ctrl</kbd>+<kbd>J</kbd></span><span class="unix"><kbd>Ctrl</kbd>+<kbd>Y</kbd></span>
<span class="noUnix">&accelKey;+<kbd>J</kbd></span><span class="unix">&accelKey;+<kbd>Y</kbd></span>
on your keyboard.</p>

Просмотреть файл

@ -37,33 +37,33 @@ Contributors:
<tbody>
<tr>
<td>Back</td>
<td><kbd>Shift</kbd>+Scroll Down</td>
<td><kbd>Shift</kbd>+Scroll Down</td>
<td><kbd>Shift</kbd>+Scroll Down</td>
<td>&shiftKey;+Scroll Down</td>
<td>&shiftKey;+Scroll Down</td>
<td>&shiftKey;+Scroll Down</td>
</tr>
<tr>
<td>Close Tab</td>
<td>Middle-click on Tab</td>
<td>&nbsp;</td>
<td><kbd>Shift</kbd>+Left-click</td>
<td>&shiftKey;+Left-click</td>
</tr>
<tr>
<td>Decrease Text Size</td>
<td><kbd>Ctrl</kbd>+Scroll up</td>
<td><kbd>Ctrl</kbd>+Scroll up</td>
<td><kbd>Ctrl</kbd>+Scroll up</td>
<td>&accelKey;+Scroll up</td>
<td>&accelKey;+Scroll up</td>
<td>&accelKey;+Scroll up</td>
</tr>
<tr>
<td>Forward</td>
<td><kbd>Shift</kbd>+Scroll up</td>
<td><kbd>Shift</kbd>+Scroll up</td>
<td><kbd>Shift</kbd>+Scroll up</td>
<td>&shiftKey;+Scroll up</td>
<td>&shiftKey;+Scroll up</td>
<td>&shiftKey;+Scroll up</td>
</tr>
<tr>
<td>Increase Text Size</td>
<td><kbd>Ctrl</kbd>+Scroll down</td>
<td><kbd>Ctrl</kbd>+Scroll down</td>
<td><kbd>Ctrl</kbd>+Scroll down</td>
<td>&accelKey;+Scroll down</td>
<td>&accelKey;+Scroll down</td>
<td>&accelKey;+Scroll down</td>
</tr>
<tr>
<td>New Tab</td>
@ -73,21 +73,21 @@ Contributors:
</tr>
<tr>
<td>Open in Background Tab</td>
<td><kbd>Ctrl</kbd>+Left-click<br/>Middle-click</td>
<td>&accelKey;+Left-click<br/>Middle-click</td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+Left-click<br/>Middle-click</td>
<td>&accelKey;+&shiftKey;+Left-click<br/>Middle-click</td>
</tr>
<tr>
<td>Open in Foreground Tab</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+Left-click<br/><kbd>Shift</kbd>+
<td>&accelKey;+&shiftKey;+Left-click<br/>&shiftKey;+
Middle-click</td>
<td>&nbsp;</td>
<td><kbd>Shift</kbd>+Left-click</td>
<td>&shiftKey;+Left-click</td>
</tr>
<tr>
<td>Open in New Window</td>
<td><kbd>Shift</kbd>+Left-click</td>
<td><kbd>Shift</kbd>+Left-click</td>
<td>&shiftKey;+Left-click</td>
<td>&shiftKey;+Left-click</td>
<td>&nbsp;</td>
</tr>
<tr class="unix">
@ -98,26 +98,26 @@ Contributors:
</tr>
<tr>
<td>Reload (override cache)</td>
<td><kbd>Shift</kbd>+Reload button</td>
<td><kbd>Shift</kbd>+Reload button</td>
<td>&shiftKey;+Reload button</td>
<td>&shiftKey;+Reload button</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Save Page As</td>
<td><kbd>Alt</kbd>+Left-click</td>
<td>&altKey;+Left-click</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Scroll line by line</td>
<td><kbd>Alt</kbd>+Scroll</td>
<td>&altKey;+Scroll</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<div class="contentsBox"><em>02 October 2004</em></div>
<div class="contentsBox"><em>06 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body>

Просмотреть файл

@ -25,8 +25,7 @@
<!-- Keys -->
<!ENTITY controlKey '<kbd class="noMac">Ctrl</kbd><kbd
class="mac">Cmd</kbd>' >
<!ENTITY controlKey '<kbd>Ctrl</kbd>' >
<!ENTITY accelKey '<kbd class="noMac">Ctrl</kbd><kbd
class="mac">Cmd</kbd>' >
<!ENTITY altKey '<kbd class="noMac">Alt</kbd><kbd

Просмотреть файл

@ -216,7 +216,7 @@ Contributors:
<h3 id="download_manager_history">Download Manager History</h3>
<p>The Download Manager (accessible from <span class="menuPath">Tools</span>
or by pressing
<span class="noUnix"><kbd>Ctrl</kbd>+<kbd>J</kbd></span><span class="unix"><kbd>Ctrl</kbd>+<kbd>Y</kbd></span>)
<span class="noUnix">&accelKey;+<kbd>J</kbd></span><span class="unix">&accelKey;+<kbd>Y</kbd></span>)
stores shortcuts to your recent downloads. The Download &pref.plural; are
available in the <strong>Downloads panel</strong>.</p>
@ -430,7 +430,7 @@ Contributors:
shown. Uncheck this &pref.singular; to always show the tab bar.</p>
<p><em>Select new tabs opened from links</em><br/>When you middle-click on
Web links (or hold down <em>Ctrl</em> while clicking with the left mouse
Web links (or hold down &accelKey; while clicking with the left mouse
button), the links will be opened in a new tab. That tab will not be shown
directly; it will be loaded in a background tab. Check this &pref.singular; to load
the link in a foreground tab instead, which will show that tab
@ -535,7 +535,7 @@ Contributors:
you can do so here. You will most likely only need to change this if your
Internet environment requires it.</p>
<div class="contentsBox"><em>02 October 2004</em></div>
<div class="contentsBox"><em>06 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body>
</html>

Просмотреть файл

@ -28,7 +28,7 @@ Contributors:
Opera. <span class="unix">If you have enabled Emacs-style text editing
shortcuts in GNOME, they will also work in &brandShortName;. When an Emacs
text editing shortcut conflicts with the default shortcuts (as occurs with
<kbd>Ctrl</kbd>+<kbd>K</kbd>), the Emacs shortcut will take preference if
&accelKey;+<kbd>K</kbd>), the Emacs shortcut will take preference if
focus is inside a textbox (which would include the location bar and search
bar). In such cases you should use the alternate keyboard shortcut
if one is listed below.</span></p>
@ -45,30 +45,31 @@ Contributors:
<tbody>
<tr>
<td>Add Bookmark</td>
<td><kbd>Ctrl</kbd>+<kbd>D</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>D</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>T</kbd></td>
<td>&accelKey;+<kbd>D</kbd></td>
<td>&accelKey;+<kbd>D</kbd></td>
<td>&accelKey;+<kbd>T</kbd></td>
</tr>
<tr>
<td>Back</td>
<td><kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Left Arrow</kbd></td>
<td><kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Left Arrow</kbd></td>
<td><kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Left Arrow</kbd><br />
<kbd>Ctrl</kbd>+<kbd>Left Arrow</kbd><br />
<td><span class="noMac"><kbd>Backspace</kbd><br/></span>
<span class="noMac">&altKey;+<kbd>Left Arrow</kbd></span>
<span class="mac">&accelKey;+<kbd>Left Arrow</kbd></span>
<span class="unix"><br/>&accelKey;+<kbd>[</kbd></span></td>
<td><kbd>Backspace</kbd><br/>
&altKey;+<kbd>Left Arrow</kbd></td>
<td><kbd>Backspace</kbd><br/>
&altKey;+<kbd>Left Arrow</kbd><br/>
&accelKey;+<kbd>Left Arrow</kbd><br/>
<kbd>Z</kbd></td>
</tr>
<tr>
<td>Bookmarks</td>
<td><kbd>Ctrl</kbd>+<kbd>B</kbd>
<span class="win"><br/>
<kbd>Ctrl</kbd>+<kbd>I</kbd></span></td>
<td><kbd>Ctrl</kbd>+<kbd>I</kbd></td>
<td>&accelKey;+<kbd>B</kbd>
<span class="win"><br/>&accelKey;+<kbd>I</kbd></span></td>
<td>&accelKey;+<kbd>I</kbd></td>
<td><kbd>F4</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>B</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>1</kbd></td>
&accelKey;+&altKey;+<kbd>B</kbd><br/>
&accelKey;+<kbd>1</kbd></td>
</tr>
<tr>
<td>Caret Browsing</td>
@ -78,54 +79,54 @@ Contributors:
</tr>
<tr>
<td>Close Tab</td>
<td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>F4</kbd></td>
<td>&accelKey;+<kbd>W</kbd><br/>
&accelKey;+<kbd>F4</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>F4</kbd></td>
<td>&accelKey;+<kbd>W</kbd><br/>
&accelKey;+<kbd>F4</kbd></td>
</tr>
<tr>
<td>Close Window</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>W</kbd><br/>
<kbd>Alt</kbd>+<kbd>F4</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
<kbd>Alt</kbd>+<kbd>F4</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>W</kbd><br/>
<kbd>Alt</kbd>+<kbd>F4</kbd></td>
<td>&accelKey;+&shiftKey;+<kbd>W</kbd><br/>
&altKey;+<kbd>F4</kbd></td>
<td>&accelKey;+<kbd>W</kbd><br/>
&altKey;+<kbd>F4</kbd></td>
<td>&accelKey;+<kbd>W</kbd><br/>
&altKey;+<kbd>F4</kbd></td>
</tr>
<tr>
<td>Complete .com Address</td>
<td><kbd>Ctrl</kbd>+<kbd>Enter</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Enter</kbd></td>
<td><kbd>Enter</kbd></td>
<td>&accelKey;+&enterKey;</td>
<td>&accelKey;+&enterKey;</td>
<td>&enterKey;</td>
</tr>
<tr>
<td>Complete .net Address</td>
<td><kbd>Shift</kbd>+<kbd>Enter</kbd></td>
<td>&shiftKey;+&enterKey;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Complete .org Address</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Enter</kbd></td>
<td>&accelKey;+&shiftKey;+&enterKey;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Copy</td>
<td><kbd>Ctrl</kbd>+<kbd>C</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>C</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>C</kbd></td>
<td>&accelKey;+<kbd>C</kbd></td>
<td>&accelKey;+<kbd>C</kbd></td>
<td>&accelKey;+<kbd>C</kbd></td>
</tr>
<tr>
<td>Cut</td>
<td><kbd>Ctrl</kbd>+<kbd>X</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>X</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>X</kbd></td>
<td>&accelKey;+<kbd>X</kbd></td>
<td>&accelKey;+<kbd>X</kbd></td>
<td>&accelKey;+<kbd>X</kbd></td>
</tr>
<tr>
<td>Decrease Text Size</td>
<td><kbd>Ctrl</kbd>+<kbd>-</kbd></td>
<td>&accelKey;+<kbd>-</kbd></td>
<td>&nbsp;</td>
<td><kbd>9</kbd></td>
</tr>
@ -137,22 +138,22 @@ Contributors:
</tr>
<tr>
<td>Delete Selected Autocomplete Entry</td>
<td><kbd>Shift</kbd>+<kbd>Del</kbd></td>
<td>&shiftKey;+<kbd>Del</kbd></td>
<td><kbd>Del</kbd></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Downloads</td>
<td><span class="noUnix"><kbd>Ctrl</kbd>+<kbd>J</kbd></span>
<span class="unix"><kbd>Ctrl</kbd>+<kbd>Y</kbd></span></td>
<td><span class="noUnix">&accelKey;+<kbd>J</kbd></span>
<span class="unix">&accelKey;+<kbd>Y</kbd></span></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>5</kbd></td>
<td>&accelKey;+&altKey;+<kbd>T</kbd><br/>
&accelKey;+<kbd>5</kbd></td>
</tr>
<tr>
<td>Find Again</td>
<td><kbd>F3</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>G</kbd></td>
&accelKey;+<kbd>G</kbd></td>
<td>&nbsp;</td>
<td><kbd>F3</kbd></td>
</tr>
@ -161,7 +162,7 @@ Contributors:
<td><kbd>'</kbd></td>
<td>&nbsp;</td>
<td><kbd>,</kbd><br/>
<kbd>Shift</kbd>+<kbd>/</kbd></td>
&shiftKey;+<kbd>/</kbd></td>
</tr>
<tr>
<td>Find As You Type Text</td>
@ -171,25 +172,27 @@ Contributors:
</tr>
<tr>
<td>Find Previous</td>
<td><kbd>Shift</kbd>+<kbd>F3</kbd></td>
<td>&shiftKey;+<kbd>F3</kbd></td>
<td>&nbsp;</td>
<td><kbd>Shift</kbd>+<kbd>F3</kbd></td>
<td>&shiftKey;+<kbd>F3</kbd></td>
</tr>
<tr>
<td>Find in This Page</td>
<td><kbd>Ctrl</kbd>+<kbd>F</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>F</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>F</kbd></td>
<td>&accelKey;+<kbd>F</kbd></td>
<td>&accelKey;+<kbd>F</kbd></td>
<td>&accelKey;+<kbd>F</kbd></td>
</tr>
<tr>
<td>Forward</td>
<td><kbd>Shift</kbd>+<kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Right Arrow</kbd></td>
<td><kbd>Shift</kbd>+<kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Right Arrow</kbd></td>
<td><kbd>Shift</kbd>+<kbd>Backspace</kbd><br />
<kbd>Alt</kbd>+<kbd>Right Arrow</kbd><br />
<kbd>Ctrl</kbd>+<kbd>Right Arrow</kbd><br />
<td><span class="noMac">&shiftKey;+<kbd>Backspace</kbd><br/></span>
<span class="noMac">&altKey;+<kbd>Right Arrow</kbd></span>
<span class="mac">&accelKey;+<kbd>Right Arrow</kbd></span>
<span class="unix"><br/>&accelKey;+<kbd>]</kbd></span></td>
<td>&shiftKey;+<kbd>Backspace</kbd><br />
&altKey;+<kbd>Right Arrow</kbd></td>
<td>&shiftKey;+<kbd>Backspace</kbd><br />
&altKey;+<kbd>Right Arrow</kbd><br />
&accelKey;+<kbd>Right Arrow</kbd><br />
<kbd>X</kbd></td>
</tr>
<tr>
@ -200,20 +203,21 @@ Contributors:
</tr>
<tr>
<td>History</td>
<td><kbd>Ctrl</kbd>+<kbd>H</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>H</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>H</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>4</kbd></td>
<td><span class="noMac">&accelKey;+<kbd>H</kbd></span>
<span class="mac">&accelKey;+&shiftKey;+<kbd>H</kbd></span></td>
<td>&accelKey;+<kbd>H</kbd></td>
<td>&accelKey;+&altKey;+<kbd>H</kbd><br/>
&accelKey;+<kbd>4</kbd></td>
</tr>
<tr>
<td>Home</td>
<td><kbd>Alt</kbd>+<kbd>Home</kbd></td>
<td><kbd>Alt</kbd>+<kbd>Home</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Space</kbd></td>
<td>&altKey;+<kbd>Home</kbd></td>
<td>&altKey;+<kbd>Home</kbd></td>
<td>&accelKey;+<kbd>Space</kbd></td>
</tr>
<tr>
<td>Increase Text Size</td>
<td><kbd>Ctrl</kbd>+<kbd>+</kbd></td>
<td>&accelKey;+<kbd>+</kbd></td>
<td>&nbsp;</td>
<td><kbd>0</kbd></td>
</tr>
@ -225,7 +229,7 @@ Contributors:
</tr>
<tr>
<td>Move to Previous Frame</td>
<td><kbd>Shift</kbd>+<kbd>F6</kbd></td>
<td>&shiftKey;+<kbd>F6</kbd></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
@ -243,141 +247,142 @@ Contributors:
</tr>
<tr class="win">
<td>New Message</td>
<td><kbd>Ctrl</kbd>+<kbd>M</kbd></td>
<td>&accelKey;+<kbd>M</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>E</kbd></td>
<td>&accelKey;+<kbd>E</kbd></td>
</tr>
<tr>
<td>New Tab</td>
<td><kbd>Ctrl</kbd>+<kbd>T</kbd></td>
<td>&accelKey;+<kbd>T</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>N</kbd></td>
<td>&accelKey;+&altKey;+<kbd>N</kbd></td>
</tr>
<tr>
<td>Next Tab</td>
<td><kbd>Ctrl</kbd>+<kbd>Tab</kbd><br />
<kbd>Ctrl</kbd>+<kbd>PageDown</kbd></td>
<td>&accelKey;+<kbd>Tab</kbd><br />
&accelKey;+<kbd>PageDown</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>Tab</kbd><br/>
<kbd>Alt</kbd>+<kbd>Page Down</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>F6</kbd><br/>
<td>&accelKey;+<kbd>Tab</kbd><br/>
&altKey;+<kbd>Page Down</kbd><br/>
&accelKey;+<kbd>F6</kbd><br/>
<kbd>2</kbd></td>
</tr>
<tr>
<td>New Window</td>
<td><kbd>Ctrl</kbd>+<kbd>N</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>N</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>N</kbd></td>
<td>&accelKey;+<kbd>N</kbd></td>
<td>&accelKey;+<kbd>N</kbd></td>
<td>&accelKey;+&altKey;+<kbd>N</kbd></td>
</tr>
<tr>
<td>Open File</td>
<td><kbd>Ctrl</kbd>+<kbd>O</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>O</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>O</kbd></td>
<td>&accelKey;+<kbd>O</kbd></td>
<td>&accelKey;+<kbd>O</kbd></td>
<td>&accelKey;+<kbd>O</kbd></td>
</tr>
<tr>
<td>Open Address in New Tab</td>
<td><kbd>Alt</kbd>+<kbd>Enter</kbd></td>
<td>&altKey;+&enterKey;</td>
<td>&nbsp;</td>
<td><kbd>Shift</kbd>+<kbd>Enter</kbd></td>
<td>&shiftKey;+&enterKey;</td>
</tr>
<tr class="noWin">
<td>Page Info</td>
<td><kbd>Ctrl</kbd>+<kbd>I</kbd></td>
<td>&accelKey;+<kbd>I</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>8</kbd></td>
<td>&accelKey;+<kbd>8</kbd></td>
</tr>
<tr>
<td>Page Source</td>
<td><kbd>Ctrl</kbd>+<kbd>U</kbd></td>
<td>&accelKey;+<kbd>U</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>F3</kbd></td>
<td>&accelKey;+<kbd>F3</kbd></td>
</tr>
<tr>
<td>Paste</td>
<td><kbd>Ctrl</kbd>+<kbd>V</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>V</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>V</kbd></td>
<td>&accelKey;+<kbd>V</kbd></td>
<td>&accelKey;+<kbd>V</kbd></td>
<td>&accelKey;+<kbd>V</kbd></td>
</tr>
<tr>
<td>Previous Tab</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Tab</kbd><br />
<kbd>Ctrl</kbd>+<kbd>PageUp</kbd></td>
<td>&accelKey;+&shiftKey;+<kbd>Tab</kbd><br />
&accelKey;+<kbd>PageUp</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Tab</kbd><br/>
<kbd>Alt</kbd>+<kbd>Page Up</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F6</kbd><br/>
<td>&accelKey;+&shiftKey;+<kbd>Tab</kbd><br/>
&altKey;+<kbd>Page Up</kbd><br/>
&accelKey;+&shiftKey;+<kbd>F6</kbd><br/>
<kbd>I</kbd></td>
</tr>
<tr>
<td>Print</td>
<td><kbd>Ctrl</kbd>+<kbd>P</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>P</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>P</kbd></td>
<td>&accelKey;+<kbd>P</kbd></td>
<td>&accelKey;+<kbd>P</kbd></td>
<td>&accelKey;+<kbd>P</kbd></td>
</tr>
<tr>
<td>Redo</td>
<td><span class="win"><kbd>Ctrl</kbd>+<kbd>Y</kbd></span>
<span class="noWin"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Z</kbd></span></td>
<td><kbd>Ctrl</kbd>+<kbd>Y</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Y</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Z</kbd></td>
<td><span class="win">&accelKey;+<kbd>Y</kbd></span>
<span class="noWin">&accelKey;+&shiftKey;+<kbd>Z</kbd></span></td>
<td>&accelKey;+<kbd>Y</kbd></td>
<td>&accelKey;+<kbd>Y</kbd><br/>
&accelKey;+&shiftKey;+<kbd>Z</kbd></td>
</tr>
<tr>
<td>Reload</td>
<td><kbd>F5<br/></kbd>
<kbd>Ctrl</kbd>+<kbd>R</kbd></td>
&accelKey;+<kbd>R</kbd></td>
<td><kbd>F5</kbd><br />
<kbd>Ctrl</kbd>+<kbd>R</kbd></td>
&accelKey;+<kbd>R</kbd></td>
<td><kbd>F5</kbd><br />
<kbd>Ctrl</kbd>+<kbd>R</kbd></td>
&accelKey;+<kbd>R</kbd></td>
</tr>
<tr>
<td>Reload (override cache)</td>
<td><kbd>Ctrl</kbd>+<kbd>F5</kbd><br/>
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>F5</kbd></td>
<td>&accelKey;+<kbd>F5</kbd><br/>
&accelKey;+&shiftKey;+<kbd>R</kbd></td>
<td>&accelKey;+<kbd>F5</kbd></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Restore Text Size</td>
<td><kbd>Ctrl</kbd>+<kbd>0</kbd></td>
<td>&accelKey;+<kbd>0</kbd></td>
<td>&nbsp;</td>
<td><kbd>6</kbd></td>
</tr>
<tr>
<td>Save Page As</td>
<td><kbd>Ctrl</kbd>+<kbd>S</kbd></td>
<td>&accelKey;+<kbd>S</kbd></td>
<td>&nbsp;</td>
<td><kbd>Ctrl</kbd>+<kbd>S</kbd></td>
<td>&accelKey;+<kbd>S</kbd></td>
</tr>
<tr>
<td>Select All</td>
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>
<td>&accelKey;+<kbd>A</kbd></td>
<td>&accelKey;+<kbd>A</kbd></td>
<td>&accelKey;+<kbd>A</kbd></td>
</tr>
<tr>
<td>Select Location Bar</td>
<td><kbd>Alt</kbd>+<kbd>D</kbd><br />
<td>&altKey;+<kbd>D</kbd><br />
<kbd>F6</kbd><br />
<kbd>Ctrl</kbd>+<kbd>L</kbd></td>
<td><kbd>Alt</kbd>+<kbd>D</kbd><br />
&accelKey;+<kbd>L</kbd></td>
<td>&altKey;+<kbd>D</kbd><br />
<kbd>F6</kbd><br />
<kbd>F4</kbd><br />
<kbd>Ctrl</kbd>+<kbd>Tab</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>H</kbd><br />
&accelKey;+<kbd>Tab</kbd></td>
<td>&accelKey;+<kbd>H</kbd><br />
<kbd>F8</kbd></td>
</tr>
<tr>
<td>Select Next Search Engine in Search Bar</td>
<td><kbd>Ctrl</kbd>+<kbd>Down</kbd></td>
<td>&accelKey;+<kbd>Down</kbd></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Select Tab (1 to 9)</td>
<td><kbd>Ctrl</kbd>+(<kbd>1</kbd> to <kbd>9</kbd>)</td>
<td><span class="noUnix">&accelKey;</span><span
class="unix">&altKey;</span>+(<kbd>1</kbd> to <kbd>9</kbd>)</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
@ -389,22 +394,22 @@ Contributors:
</tr>
<tr>
<td>Undo</td>
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
<td>&accelKey;+<kbd>Z</kbd></td>
<td>&accelKey;+<kbd>Z</kbd></td>
<td>&accelKey;+<kbd>Z</kbd></td>
</tr>
<tr>
<td>Web Search</td>
<td><kbd>Ctrl</kbd>+<kbd>K</kbd>
<span class="win"><br/><kbd>Ctrl</kbd>+<kbd>E</kbd></span>
<span class="unix"><br/><kbd>Ctrl</kbd>+<kbd>J</kbd></span></td>
<td><kbd>Ctrl</kbd>+<kbd>E</kbd></td>
<td><kbd>Shift</kbd>+<kbd>F8</kbd></td>
<td>&accelKey;+<kbd>K</kbd>
<span class="win"><br/>&accelKey;+<kbd>E</kbd></span>
<span class="unix"><br/>&accelKey;+<kbd>J</kbd></span></td>
<td>&accelKey;+<kbd>E</kbd></td>
<td>&shiftKey;+<kbd>F8</kbd></td>
</tr>
</tbody>
</table>
<div class="contentsBox"><em>02 October 2004</em></div>
<div class="contentsBox"><em>06 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body>

Просмотреть файл

@ -47,8 +47,8 @@ Contributors:
toolbar. To enable Full Screen mode, simply select
<span class="menuPath">View &gt; Full Screen</span> or press
<kbd>F11</kbd>.</li>
<li>To go to your home page quickly, press <kbd class="noMac">Alt</kbd>
<kdb class="mac">Cmd</kdb>+<kbd>Home</kbd></li>
<li>To go to your home page quickly, press <span class="noMac">&altKey;</span><span
class="mac">&accelKey;</span>+<kbd>Home</kbd>.</li>
</ul>
<h3><strong id="moving_to_another_page">Moving to Another Page</strong></h3>
@ -61,11 +61,11 @@ Contributors:
<li>Click the Location Bar to select the URL that is already there.</li>
<li>Type the URL of the page you want to visit. The URL you type replaces
any text already in the Location Bar.</li>
<li>Press <kbd>Enter</kbd>.</li>
<li>Press &enterKey;.</li>
</ol>
<p><strong>Tip:</strong> To quickly select the URL of the Location Bar, press
<kbd>Ctrl</kbd>+<kbd>L</kbd>.</p>
&accelKey;+<kbd>L</kbd>.</p>
<p><img src="http://mozilla.org/projects/firefox/help/1.0/urlbar.png"
width="320" height="30" alt=""/></p>
@ -122,8 +122,7 @@ Contributors:
click the <em>Stop</em> button.</p>
<p>To refresh the current page or to get the most up-to-date version, click
the <em>Reload</em> button or press <kbd class="noMac">Ctrl</kbd>
<kbd class="mac">Cmd</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd>.</p>
the <em>Reload</em> button or press &accelKey;+&shiftKey;+<kbd>R</kbd>.</p>
<h3 id="tabbed_browsing">Tabbed Browsing</h3>
<p>When you visit more then one web page at a time, you can use Tabbed
@ -157,7 +156,7 @@ Contributors:
<li>Click in the Search Bar.</li>
<li>Type the phrase <kbd>baby doll</kbd>. Your typing replaces any text
currently in the search bar.</li>
<li>Hit <kbd>Enter</kbd> to search.</li>
<li>Hit &enterKey; to search.</li>
</ol>
<p>Search results for "baby doll" appear in the &brandShortName; window.</p>
@ -170,9 +169,9 @@ Contributors:
<ol>
<li>Select (highlight) any words in a web page.</li>
<li>Right-click and choose "Search Web for [your selected words]" from the
menu. (To right-click on Mac OS, press <kbd>Ctrl</kbd> and click the mouse
button.)</li>
<li><span class="noMac">Right-click</span><span class="mac">Press &accelKey;,
click the mouse button,</span> and choose "Search Web for [your selected
words]" from the menu.</li>
</ol>
<p>&brandShortName; opens a new window and uses your default search engine to
@ -226,8 +225,8 @@ Contributors:
<ol>
<li>Position the pointer over the link or image.</li>
<li>Right-click the link or image to display a popup menu. (On Mac OS, press
<kbd>Ctrl</kbd> and click the mouse button.)</li>
<li><span class="noMac">Right-click</span><span class="mac">Press &accelKey;</span>
on the link or image to display a popup menu.</li>
<li>Choose Copy Link Location or Copy Image Location. If an image is also a
link, you can choose either menu item.</li>
</ol>
@ -267,8 +266,8 @@ Contributors:
<ol>
<li>Position the mouse pointer within the frame.</li>
<li>Right-click the frame (on Mac OS, press <kbd>Ctrl</kbd> and click the
mouse button) to display a popup menu.</li>
<li><span class="mac">Press &accelKey; and click the mouse button on</span><span
class="noMac">Right-click</span> the frame to display a popup menu.</li>
<li>Select <span class="menuPath">This Frame &gt; Save Frame As</span> from
the submenu. You will see the Save As dialog box.</li>
<li>Choose a location for the saved page.</li>
@ -282,8 +281,8 @@ Contributors:
<p>To save an image from a page:</p>
<ol>
<li>Position the mouse pointer over the image.</li>
<li>Right-click the image (on Mac OS, press <kbd>Ctrl</kbd> and click the
mouse button) to display a popup menu.</li>
<li><span class="noMac">Right-click</span><span class="mac">Press &accelKey; and
click the mouse button on</span> the image to display a popup menu.</li>
<li>Select <span class="menuPath">Save Image As</span>. You will see the
Save Image dialog box.</li>
<li>Choose a location for the saved image.</li>
@ -295,9 +294,8 @@ Contributors:
<ol>
<li>Position the mouse pointer over a link to the page.</li>
<li><span class="noMac">Right-click the link</span>
<span class="mac">Press <kbd>Ctrl</kbd> and click the mouse button</span>
to display a popup menu.</li>
<li><span class="noMac">Right-click the link</span><span class="mac">Press
&accelKey; and click the mouse button</span> to display a popup menu.</li>
<li>Select <span class="menuPath">Save Link to Disk</span>. You will see the
Save As dialog box.</li>
<li>Choose a location for the saved page.</li>
@ -311,7 +309,7 @@ Contributors:
sound, or movie files and can launch helper applications that support the
files.</p>
<p><strong>Tip</strong>: To set an image as your desktop wallpaper on Windows,
<p class="win"><strong>Tip</strong>: To set an image as your desktop wallpaper on Windows,
right-click on an image and choose <em>Set As Wallpaper</em> from the popup
menu. You can choose various display &pref.plural; through the dialog that is shown.</p>
@ -373,11 +371,11 @@ Contributors:
pages.</li>
</ul>
<p><strong>Note</strong>: Some Print Preview functions are different or
<p class="noWin"><strong>Note</strong>: Some Print Preview functions are different or
unavailable on Mac OS and Linux.</p>
<h3 id="using_page_setup">Using Page Setup</h3>
<p><strong>Note</strong>: Some Page Setup functions are different or
<p class="noWin"><strong>Note</strong>: Some Page Setup functions are different or
unavailable on Mac OS and Linux.</p>
<p>To customize how pages are printed in &brandShortName;, you can use Page Setup:</p>
@ -564,7 +562,7 @@ Contributors:
latest version of the page.</li>
</ul>
<div class="contentsBox"><em>02 October 2004</em></div>
<div class="contentsBox"><em>06 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body>
</html>