Bug 325690: Change 'delete autocomplete entry' to Del on non-mac platforms. r=jeff. Also fixes bug 325966: Ctrl+Tab and Ctrl+Shift+Tab shortcuts now works on Mac also
git-svn-id: svn://10.0.0.236/trunk@198771 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
522643291d
commit
2005494efc
@ -267,8 +267,8 @@ Contributors:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Next Tab</td>
|
||||
<td><span class="noMac">&ctrlKey;+<kbd>Tab</kbd></span>
|
||||
<span class="mac">&accelKey;+&altKey;+Right Arrow</span><br/>
|
||||
<td>&ctrlKey;+<kbd>Tab</kbd><br/>
|
||||
<span class="mac">&accelKey;+&altKey;+Right Arrow<br/></span>
|
||||
&ctrlKey;+<kbd>Page Down</kbd></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -277,8 +277,8 @@ Contributors:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Previous Tab</td>
|
||||
<td><span class="noMac">&ctrlKey;+&shiftKey;+<kbd>Tab</kbd></span>
|
||||
<span class="mac">&accelKey;+&altKey;+Left Arrow</span><br/>
|
||||
<td>&ctrlKey;+&shiftKey;+<kbd>Tab</kbd><br/>
|
||||
<span class="mac">&accelKey;+&altKey;+Left Arrow<br/></span>
|
||||
&ctrlKey;+<kbd>Page Up</kbd></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -341,7 +341,8 @@ Contributors:
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete Selected Autocomplete Entry</td>
|
||||
<td>&shiftKey;+<kbd>Del</kbd></td>
|
||||
<td><span class="noMac"><kbd>Del</kbd></span>
|
||||
<span class="mac">&shiftKey;+<kbd>Del</kbd></span></td>
|
||||
</tr>
|
||||
<tr class="noMac">
|
||||
<td>Full Screen</td>
|
||||
@ -366,7 +367,7 @@ Contributors:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="contentsBox"><em>14 October 2005</em></div>
|
||||
<div class="contentsBox"><em>08 April 2006</em></div>
|
||||
<p>Copyright © 2003-2006 Contributors to the Mozilla Help Viewer Project.</p>
|
||||
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user