After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776813 - Keyboard shortcut for "Paste As Text"
Keyboard shortcut for "Paste As Text"
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Composer
3.22.x (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: Tomas Popela
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2017-01-03 13:40 UTC by Christian Gogolin
Modified: 2017-01-05 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Gogolin 2017-01-03 13:40:18 UTC
When composing html emails the text from the clipboard can be pasted without keeping the formatting with the "Paste As Text" entry in the right click context menu. This is a function I use very often and I imagine I am not alone . Unfortunately, to the best of my knowledge, there is no keyboard shortcut for this action.

It would be ge great if "Past As Text" could be bound to Ctrl-Shift-V, for example, as is the case in some other applications (libreoffice for example), that have a similar functionality.
Comment 1 Milan Crha 2017-01-05 13:11:33 UTC
Thanks for a bug report. The gtk+ allows to redefine shortcuts for menu items, when it is enabled in some preferences, but as I do not recall exact details, I made the change in the code as you suggested, except Ctrl+Shift+V is already used for Paste as Quotation, thus I used Ctrl+Alt+V (paste alternative text).

Created commit 6b64a92 in evo master (3.23.4+)
Created commit 78c2cd9 in evo gnome-3-22 (3.22.4+)