[evolution] Bug 785650 - Switch Paste Quotation and Paste as Text shortcuts



commit 3c8915e0d0db3cd9abf8dcb2cb0f92587e81970d
Author: Raniere Silva <raniere rgaiacs com>
Date:   Tue Aug 1 07:43:26 2017 +0200

    Bug 785650 - Switch Paste Quotation and Paste as Text shortcuts

 src/e-util/e-html-editor-actions.c |    4 ++--
 1 files 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 6ccb30f..1cddfc2 100644
--- a/src/e-util/e-html-editor-actions.c
+++ b/src/e-util/e-html-editor-actions.c
@@ -1000,7 +1000,7 @@ static GtkActionEntry core_editor_entries[] = {
        { "paste-quote",
          NULL,
          N_("Paste _Quotation"),
-         "<Shift><Control>v",
+         "<Control><Alt>v",
          NULL,
          G_CALLBACK (action_paste_quote_cb) },
 
@@ -1283,7 +1283,7 @@ static GtkActionEntry html_entries[] = {
        { "paste-as-text",
          NULL,
          N_("Paste As _Text"),
-         "<Control><Alt>v",
+         "<Shift><Control>v",
          NULL,
          G_CALLBACK (action_paste_as_text_cb) },
 


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