Skip to content

Commit 770c8d5

Browse files
author
Benjamin Pasero
committed
global settings - align with preferences menu
1 parent bb0603c commit 770c8d5

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

src/vs/workbench/contrib/extensions/electron-browser/extensions.contribution.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@ MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
301301
order: 2
302302
});
303303

304+
MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
305+
group: '2_keybindings',
306+
command: {
307+
id: ShowRecommendedKeymapExtensionsAction.ID,
308+
title: localize('miOpenKeymapExtensions2', "Keymaps")
309+
},
310+
order: 2
311+
});
312+
304313
MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
305314
group: '1_settings',
306315
command: {

src/vs/workbench/contrib/preferences/browser/preferences.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,12 +802,12 @@ MenuRegistry.appendMenuItem(MenuId.MenubarPreferencesMenu, {
802802
});
803803

804804
MenuRegistry.appendMenuItem(MenuId.GlobalActivity, {
805-
group: '2_configuration',
805+
group: '2_keybindings',
806806
command: {
807807
id: OpenGlobalKeybindingsAction.ID,
808808
title: nls.localize('keyboardShortcuts', "Keyboard Shortcuts")
809809
},
810-
order: 4
810+
order: 1
811811
});
812812

813813
// Editor tool items

0 commit comments

Comments
 (0)