GNOME Bugzilla – Bug 776813
Keyboard shortcut for "Paste As Text"
Last modified: 2017-01-05 13:11:33 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.
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+)