Skip to content

Commit

Permalink
fix: incorrect accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
samh-nl committed Oct 8, 2023
1 parent 535a29d commit f51986b
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 @@ -330,7 +330,7 @@ const mainWindow = () => {
{
id: 'viewShortcuts',
label: Localize.translate(preferredLocale, `desktopApplicationMenu.viewShortcuts`),
accelerator: 'CmdOrCtrl+I',
accelerator: 'CmdOrCtrl+J',
click: () => {
showKeyboardShortcutsPage(browserWindow);
},
Expand Down

0 comments on commit f51986b

Please sign in to comment.