Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ángel
evolution
Commits
3c8915e0
Commit
3c8915e0
authored
Aug 01, 2017
by
Raniere Silva
Committed by
Milan Crha
Aug 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 785650 - Switch Paste Quotation and Paste as Text shortcuts
parent
74b08151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/e-util/e-html-editor-actions.c
src/e-util/e-html-editor-actions.c
+2
-2
No files found.
src/e-util/e-html-editor-actions.c
View file @
3c8915e0
...
...
@@ -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
)
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment