Hi,
After changing keyPressEvent(..) to catch CTRL+V,
else if (event->modifiers() & Qt::ControlModifier && event->key() == Qt::Key_V)
copy/paste works as expected.
As it turns out, the original post used Qt::Key_P which is a post-midnight coding bug. Using that catch, paste works using CTRL+P.
Thanks.




Reply With Quote
Bookmarks