use N as shortcut

This commit is contained in:
2022-01-30 07:57:15 +01:00
parent 77fb8c0ea4
commit f33c8b0da5

View File

@@ -26,7 +26,7 @@ class NotesPlugin(PluginBase):
]
def _add_notes_tab_action(self) -> RAction:
open_file = RAction("&Add Notes", self._add_notes_tab, shortcut='Ctrl+Shift+N',
open_file = RAction("Add &Notes", self._add_notes_tab, shortcut='Ctrl+Shift+N',
icon_from_theme="filenew")
return open_file