refs #3300 Handle shortcut keys in Shortcut

This commit is contained in:
AkiraFukushima 2022-05-03 11:25:06 +09:00
parent 3443c20e16
commit 9211d6e926
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 0 deletions

View File

@ -1367,6 +1367,7 @@ const ApplicationMenu = (accountsChange: Array<MenuItemConstructorOptions>, menu
},
{
label: i18n.t('main_menu.application.shortcuts'),
accelerator: 'Shift+?',
click: () => {
mainWindow!.webContents.send('open-shortcuts-list')
}