Skip to content

Commit

Permalink
update shortcut key of desktop keyboard shortcut menu
Browse files Browse the repository at this point in the history
  • Loading branch information
situchan committed Jun 27, 2023
1 parent 82558a1 commit b904862
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 b904862

Please sign in to comment.