[evolution/gnome-3-22] Bug 776813 - Keyboard shortcut for "Paste As Text"



commit 78c2cd98f8202abdef79b200e9c39f1673a9f75e
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jan 5 14:08:41 2017 +0100

    Bug 776813 - Keyboard shortcut for "Paste As Text"

 e-util/e-html-editor-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index 4d12544..bb834e8 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -1285,7 +1285,7 @@ static GtkActionEntry html_entries[] = {
        { "paste-as-text",
          NULL,
          N_("Paste As _Text"),
-         NULL,
+         "<Control><Alt>v",
          NULL,
          G_CALLBACK (action_paste_as_text_cb) },
 


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