Skip to content

Fix rich text being pasted by Ctrl+V in plain text embedded composers

Michael Gratton requested to merge wip/730495-fix-inline-plain-text-paste into master

This restores normal key handling MainWindow:key_press_event when a keyboard modifier (Ctrl, Shift, etc) is down, keeping the ordering hack only for plain key presses, so that we can handle Ctrl+V before WebKitGTK does, and hence letting us paste plain text default when rich text is not enabled.

Fixes Bug 730495.

Merge request reports