[evolution] I#504 - Use Ctrl+Shift+I shortcut for New Assigned Task



commit 3e63ed4a7aeef6bb920f1c6564c36e6f922016f5
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 24 17:36:07 2019 +0200

    I#504 - Use Ctrl+Shift+I shortcut for New Assigned Task
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/504

 src/modules/calendar/e-task-shell-backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/calendar/e-task-shell-backend.c b/src/modules/calendar/e-task-shell-backend.c
index 1e5f6a3124..dc4819932a 100644
--- a/src/modules/calendar/e-task-shell-backend.c
+++ b/src/modules/calendar/e-task-shell-backend.c
@@ -80,7 +80,7 @@ static GtkActionEntry item_entries[] = {
        { "task-assigned-new",
          "stock_task",
          NC_("New", "Assigne_d Task"),
-         NULL,
+         "<Shift><Control>i",
          N_("Create a new assigned task"),
          G_CALLBACK (action_task_new_cb) }
 };


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