Skip to content

Commit

Permalink
Merge pull request #21765 from situchan/fix/21610-desktop-keyboard-sh…
Browse files Browse the repository at this point in the history
…ortcut

update shortcut key of desktop keyboard shortcut menu
  • Loading branch information
puneetlath authored Jun 28, 2023
2 parents 896736e + b904862 commit a23d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const localizeMenuItems = (browserWindow, systemMenu) => {
const keyboardShortcutsMenuItem = new MenuItem({
id: `keyboardShortcutsMenuItem-${preferredLocale}`,
label: Localize.translate(preferredLocale, 'initialSettingsPage.aboutPage.viewKeyboardShortcuts'),
accelerator: 'CmdOrCtrl+I',
accelerator: 'CmdOrCtrl+J',
click: () => {
showKeyboardShortcutsModal(browserWindow);
},
Expand Down

0 comments on commit a23d161

Please sign in to comment.