Searched defs:hasCtrl (Results 1 – 2 of 2) sorted by relevance
34 const hasCtrl = modifier.includes('Ctrl'); constant
551 const __u32 values[], bool hasShift, bool hasCtrl) in cycleMenu()581 bool hasCtrl = event->modifiers() & Qt::ControlModifier; in keyPressEvent() local