[evolution] I#501 - Use Ctrl+Shift+U shortcut for New Shared Memo



commit 1514bbb21622c5adcbfc9d35f253dc154248bae3
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 24 17:27:11 2019 +0200

    I#501 - Use Ctrl+Shift+U shortcut for New Shared Memo
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/501

 src/modules/calendar/e-memo-shell-backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/calendar/e-memo-shell-backend.c b/src/modules/calendar/e-memo-shell-backend.c
index f47167e2a3..5aa83ec274 100644
--- a/src/modules/calendar/e-memo-shell-backend.c
+++ b/src/modules/calendar/e-memo-shell-backend.c
@@ -82,7 +82,7 @@ static GtkActionEntry item_entries[] = {
        { "memo-shared-new",
          "stock_insert-note",
          NC_("New", "_Shared Memo"),
-         "<Shift><Control>h",
+         "<Shift><Control>u",
          N_("Create a new shared memo"),
          G_CALLBACK (action_memo_new_cb) }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]