is it possible to include in a QKeySequence Qt::Key_CapsLock or is the state of a capslock always determined in an EventFilter method function with QEvent::KeyPress?
I'm just wondering if I can create QShortcut's that include capslock...... as I have for example
Qt Code:
  1. new QShortcut(QKeySequence(Qt::SHIFT + Qt::Key_A), this, SLOT(mySlotFor_A() ) );
To copy to clipboard, switch view to plain text mode