From f33c8b0da5897d48620571abcb8b307b17124872 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 30 Jan 2022 07:57:15 +0100 Subject: [PATCH] use N as shortcut --- raven/plugins/notesplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raven/plugins/notesplugin.py b/raven/plugins/notesplugin.py index ed51f70..cc2dfb2 100644 --- a/raven/plugins/notesplugin.py +++ b/raven/plugins/notesplugin.py @@ -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