зеркало из https://github.com/mozilla/gecko-dev.git
Bug 305955 - Mapping Ctrl+Shift+D to 'Bookmark All Tabs' (excluding GTK2). r=mconnor.
This commit is contained in:
Родитель
3a0c0b0387
Коммит
5cec95c907
|
@ -370,7 +370,10 @@
|
|||
label="&addCurPageAsCmd.label;"
|
||||
command="Browser:AddBookmarkAs"/>
|
||||
<menuitem id="bookmarkAllCmd"
|
||||
key="addBookmarkGroupKb"
|
||||
# Accel+Shit+A-F is reserved on GTK2
|
||||
#ifndef MOZ_WIDGET_GTK2
|
||||
key="bookmarkAllTabsKb"
|
||||
#endif
|
||||
label="&bookmarkAllCmd.label;"
|
||||
command="Browser:BookmarkAllTabs"/>
|
||||
<menuitem key="manBookmarkKb"
|
||||
|
|
|
@ -298,6 +298,10 @@
|
|||
<key keycode="&findAgainCmd.commandkey2;" command="cmd_findPrevious" modifiers="shift"/>
|
||||
|
||||
<key id="addBookmarkAsKb" key="&addCurPageAsCmd.commandkey;" command="Browser:AddBookmarkAs" modifiers="accel"/>
|
||||
# Accel+Shit+A-F is reserved on GTK2
|
||||
#ifndef MOZ_WIDGET_GTK2
|
||||
<key id="bookmarkAllTabsKb" key="&addCurPageAsCmd.commandkey;" command="Browser:BookmarkAllTabs" modifiers="accel,shift"/>
|
||||
#endif
|
||||
<key id="viewBookmarksSidebarKb" key="&bookmarksSidebarCmd.commandkey;" command="viewBookmarksSidebar" modifiers="accel"/>
|
||||
#ifdef XP_WIN
|
||||
# Cmd+I is conventially mapped to Info on MacOS X, thus it should not be
|
||||
|
|
Загрузка…
Ссылка в новой задаче