[evolution] I#644 - Composer: Add Ctrl+K as 'Insert Link' shortcut



commit 7bfffd47cde99691813478f88fc556fde58f53e0
Author: Milan Crha <mcrha redhat com>
Date:   Mon Sep 30 11:36:57 2019 +0200

    I#644 - Composer: Add Ctrl+K as 'Insert Link' shortcut
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/644

 src/e-util/e-html-editor-actions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/e-util/e-html-editor-actions.c b/src/e-util/e-html-editor-actions.c
index 0bc78d1f1a..b65e22fbbe 100644
--- a/src/e-util/e-html-editor-actions.c
+++ b/src/e-util/e-html-editor-actions.c
@@ -1074,7 +1074,7 @@ static GtkActionEntry core_editor_entries[] = {
        { "wrap-lines",
          NULL,
          N_("_Wrap Lines"),
-         "<Control>k",
+         "<Control><Shift>k",
          NULL,
          G_CALLBACK (action_wrap_lines_cb) }
 };
@@ -1233,7 +1233,7 @@ static GtkActionEntry html_entries[] = {
        { "insert-link",
          "insert-link",
          N_("_Linkā€¦"),
-         NULL,
+         "<Control>k",
          N_("Insert Link"),
          G_CALLBACK (action_insert_link_cb) },
 


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