1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-07 23:38:48 +01:00

Merge pull request #3330 from h3poteto/iss-3300/shortcut

refs #3300 Handle shortcut keys in Shortcut
This commit is contained in:
AkiraFukushima 2022-05-03 11:34:30 +09:00 committed by GitHub
commit bd3bb8d35d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')
}