Bug 307061 - Don't support Cmd+F5 for 'Force Reload' on OS X. r=gavin.

This commit is contained in:
mozilla.mano%sent.com 2005-09-04 22:38:30 +00:00
Родитель 60903ce73c
Коммит e27f71a6cf
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -284,7 +284,9 @@
<key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="alt"/>
<key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/>
<key keycode="VK_F5" command="Browser:Reload"/>
#ifndef XP_MACOSX
<key keycode="VK_F5" command="Browser:ReloadSkipCache" modifiers="accel"/>
#endif
<key key="&reloadCmd.commandkey;" command="Browser:Reload" modifiers="accel" id="key_reload"/>
<key key="&reloadCmd.commandkey;" command="Browser:ReloadSkipCache" modifiers="accel,shift"/>
<key id="key_viewSource" key="&pageSourceCmd.commandkey;" command="View:PageSource" modifiers="accel"/>

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

@ -118,7 +118,7 @@ Contributors:
</tr>
<tr>
<td>Reload (override cache)</td>
<td>&ctrlKey;+<kbd>F5</kbd><br/>
<td><span class="noMac">&accelKey;+<kbd>F5</kbd><br/></span>
&accelKey;+&shiftKey;+<kbd>R</kbd></td>
<td>&accelKey;+<kbd>F5</kbd></td>
<td>&nbsp;</td>