Quote Originally Posted by mnrao1230 View Post
I would like to know will k->matches(QKeySequence::Copy) works for all the OS Platforms .
Yes, provided a particular standard shortcut is defined on a particular platform. However usually you shouldn't need to do such matching yourself as you can use QShortcut instead.