1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Added shortcut Cmd+Option+N to open note in new window, and added command to menu bar

This commit is contained in:
Laurent Cozic
2025-01-21 15:08:20 +00:00
parent 60b2f69620
commit 23f75f8784
3 changed files with 5 additions and 0 deletions

View File

@@ -877,7 +877,9 @@ function useMenu(props: Props) {
note: {
label: _('&Note'),
submenu: [
menuItemDic.openNoteInNewWindow,
menuItemDic.toggleExternalEditing,
separator(),
menuItemDic.setTags,
menuItemDic.showShareNoteDialog,
separator(),