Skip to content

Commit faf2aff

Browse files
committed
added in the shift key for deleting a note based on #2452
1 parent 5d54ad3 commit faf2aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const file = {
9393
{
9494
label: 'Delete Note',
9595
accelerator: macOS ? '' : 'Delete',
96-
accelerator: macOS ? 'Command+Backspace' : 'Control+Backspace',
96+
accelerator: macOS ? 'Command+Shift+Backspace' : 'Control+Shift+Backspace',
9797
click () {
9898
mainWindow.webContents.send('detail:delete')
9999
}

0 commit comments

Comments
 (0)