use N as shortcut
This commit is contained in:
@@ -26,7 +26,7 @@ class NotesPlugin(PluginBase):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def _add_notes_tab_action(self) -> RAction:
|
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")
|
icon_from_theme="filenew")
|
||||||
return open_file
|
return open_file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user