[evolution/gnome-3-34] I#644 - Composer: Add Ctrl+K as 'Insert Link' shortcut
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-34] I#644 - Composer: Add Ctrl+K as 'Insert Link' shortcut
- Date: Mon, 30 Sep 2019 09:38:55 +0000 (UTC)
commit a804967185489f9c05dc7ac347dc215bbe898d98
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]