Search Results

1
vote
3answers
163 views

How can I redefine a built in keyboard shortcut’s behavior?

I am attempting to re-implement the Copy behavior for a QTextEdit object. The custom context menu I create works as expected when the 'Copy' button is clicked, but Ctrl+C isn't being handled correc …