Bug 235893 Make view source overlay the windows refresh keys only r=doron sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2006-09-14 06:10:00 +00:00
Родитель f4c3fb811c
Коммит b43ef37c90
2 изменённых файлов: 8 добавлений и 3 удалений

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

@ -111,7 +111,6 @@
<key id="key_reload" key="&reloadCmd.commandkey;" oncommand="BrowserReload();" modifiers="accel"/>
<key key="&reloadCmd.commandkey;" oncommand="BrowserReloadSkipCache();" modifiers="accel,shift"/>
<keyset id="viewZoomKeys"/>
<keyset id="navigationKeys"/>
</keyset>
<!-- context menu -->
@ -140,7 +139,7 @@
</menupopup>
</menu>
<menuitem id="menu_close"/>
<menuseparator/>
<menuseparator/>
<menuitem key="key_savePage" command="cmd_savePage"
label="&savePageCmd.label;" accesskey="&savePageCmd.accesskey;"/>
<menuseparator/>
@ -148,7 +147,7 @@
label="&editPageCmd.label;" accesskey="&editPageCmd.accesskey;"/>
<menuseparator/>
<menuitem id="printSetupMenuItem" label="&printSetupCmd.label;" accesskey="&printSetupCmd.accesskey;" command="cmd_printSetup"/>
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="Browser:Print"/>
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="Browser:Print"/>
</menupopup>
</menu>

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

@ -31,6 +31,12 @@
<key id="addBookmarkKb" key="&addCurPageCmd.commandkey;" command="Browser:AddBookmark" modifiers="accel,shift"/>
</keyset>
<keyset id="viewSourceKeys">
<!-- Supporting IE 'refresh' shortcut key in view source -->
<key keycode="VK_F5" oncommand="BrowserReload();"/>
<key keycode="VK_F5" modifiers="control" oncommand="BrowserReloadSkipCache();"/>
</keyset>
<menuitem id="menuitem_fullScreen" hidden="false"/>
</overlay>