1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

you can't have multiple accelerators on a single menu item. Bye bye delete key :(

This commit is contained in:
William Grant
2018-12-02 16:29:10 +02:00
parent faf2aff959
commit 102d13bbae

View File

@@ -92,7 +92,6 @@ const file = {
},
{
label: 'Delete Note',
accelerator: macOS ? '' : 'Delete',
accelerator: macOS ? 'Command+Shift+Backspace' : 'Control+Shift+Backspace',
click () {
mainWindow.webContents.send('detail:delete')