1
0
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:
William Grant
2018-12-02 16:02:29 +02:00
parent 5d54ad3342
commit faf2aff959

View File

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