As I said, you can do it with the numpad only. And you will have to change the if-statement because Qt::KeypadModifier will be active as well:
Qt Code:
if (event->modifiers() & Qt::ShiftModifier) ...To copy to clipboard, switch view to plain text mode
Bookmarks