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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user