Searched refs:mod (Results 1 – 2 of 2) sorted by relevance
119 const auto mod = event->modifiers(); in keyPressEvent() local125 if ( ( mod == Qt::ControlModifier && key == Qt::Key_Tab ) || in keyPressEvent()126 …( mod == ( Qt::ControlModifier | Qt::AltModifier | Qt::KeypadModifier ) && key == Qt::Key_Right ) … in keyPressEvent()130 else if ( ( mod == ( Qt::ControlModifier | Qt::ShiftModifier ) && key == Qt::Key_Tab ) || in keyPressEvent()131 …( mod == ( Qt::ControlModifier | Qt::AltModifier | Qt::KeypadModifier ) && key == Qt::Key_Left ) )… in keyPressEvent()135 else if ( mod == Qt::ControlModifier && ( key >= Qt::Key_1 && key <= Qt::Key_8 ) ) { in keyPressEvent()141 else if ( mod == Qt::ControlModifier && key == Qt::Key_9 ) { in keyPressEvent()144 else if ( mod == Qt::ControlModifier && (key == Qt::Key_Q || key == Qt::Key_W) ) { in keyPressEvent()