зеркало из https://github.com/mozilla/gecko-dev.git
Bug 365439 - Delete keyboard shortcuts are not working places organizer. Bug 333924 - [Mac] No Window menu in Places Organizer. r=sspitzer.
This commit is contained in:
Родитель
09e0871a51
Коммит
e7400f2c0a
|
@ -81,6 +81,8 @@
|
||||||
</stringbundleset>
|
</stringbundleset>
|
||||||
|
|
||||||
<commandset id="editMenuCommands"/>
|
<commandset id="editMenuCommands"/>
|
||||||
|
<commandset id="baseMenuCommandSet"/>
|
||||||
|
<keyset id="baseMenuKeyset"/>
|
||||||
|
|
||||||
#include commands.inc
|
#include commands.inc
|
||||||
<commandset id="organizerCommandSet">
|
<commandset id="organizerCommandSet">
|
||||||
|
@ -168,7 +170,13 @@
|
||||||
command="placesCmd_reload"
|
command="placesCmd_reload"
|
||||||
key="&cmd.reload.key;" modifiers="accel"/>
|
key="&cmd.reload.key;" modifiers="accel"/>
|
||||||
</keyset>
|
</keyset>
|
||||||
|
|
||||||
|
<keyset id="editMenuKeys">
|
||||||
|
#ifdef XP_MACOSX
|
||||||
|
<key id="key_delete2" keycode="VK_BACK" command="cmd_delete"/>
|
||||||
|
#endif
|
||||||
|
</keyset>
|
||||||
|
|
||||||
<popupset id="placesPopupset">
|
<popupset id="placesPopupset">
|
||||||
#include context.inc
|
#include context.inc
|
||||||
</popupset>
|
</popupset>
|
||||||
|
@ -257,16 +265,11 @@
|
||||||
oncommand="ViewMenu.setSortColumn(null, 'descending'); event.stopPropagation();"/>
|
oncommand="ViewMenu.setSortColumn(null, 'descending'); event.stopPropagation();"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="helpMenu">
|
#ifdef XP_MACOSX
|
||||||
<menupopup id="menu_HelpPopup">
|
<menu id="windowMenu"/>
|
||||||
<menuitem id="helpUsingBookmarks"
|
<menupopup id="menu_ToolsPopup"/>
|
||||||
label="&help.usingBookmarks.label;" accesskey="&help.usingBookmarks.accesskey;"/>
|
#endif
|
||||||
<menuitem id="helpUsingHistory"
|
<menu id="helpMenu"/>
|
||||||
label="&help.usingHistory.label;" accesskey="&help.usingHistory.accesskey;"/>
|
|
||||||
<menuitem id="helpAdvancedTips"
|
|
||||||
label="&help.advancedTips.label;" accesskey="&help.advancedTips.accesskey;"/>
|
|
||||||
</menupopup>
|
|
||||||
</menu>
|
|
||||||
</menubar>
|
</menubar>
|
||||||
<toolbar class="chromeclass-toolbar">
|
<toolbar class="chromeclass-toolbar">
|
||||||
<textbox id="searchFilter" style="width: 23em;" timeout="500"
|
<textbox id="searchFilter" style="width: 23em;" timeout="500"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче