Skip to content

LineEdit/TextEdit: Add Shift+Delete shortcut for cut

Ghost User requested to merge github/fork/neikeq/pr-issue-4060 into master

Closes #4060 (closed)

This PR was only supposed to add this shortcut, but I found some inconsistencies with the copy, cut and paste code in TextEdit, which produced weird results when combining shortcuts and menu actions (e.x.: cutting with Ctrl+X and pasting with Edit -> Paste).

Now both the shortcuts and the menu actions use the same code.

Let me know if you prefer this to go into a separate PR.

Merge request reports

Loading