mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
added in the shift key for deleting a note based on https://github.com/BoostIO/Boostnote/pull/2452
This commit is contained in:
@@ -93,7 +93,7 @@ const file = {
|
||||
{
|
||||
label: 'Delete Note',
|
||||
accelerator: macOS ? '' : 'Delete',
|
||||
accelerator: macOS ? 'Command+Backspace' : 'Control+Backspace',
|
||||
accelerator: macOS ? 'Command+Shift+Backspace' : 'Control+Shift+Backspace',
|
||||
click () {
|
||||
mainWindow.webContents.send('detail:delete')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user