Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494448
Collapse All | Expand All

(-)qxtglobalshortcut_x11.cpp.orig (-1 / +1 lines)
Lines 59-65 Link Here
59
            // Mod1Mask == Alt, Mod4Mask == Meta
59
            // Mod1Mask == Alt, Mod4Mask == Meta
60
            key->state & (ShiftMask | ControlMask | Mod1Mask | Mod4Mask));
60
            key->state & (ShiftMask | ControlMask | Mod1Mask | Mod4Mask));
61
    }
61
    }
62
    return false;
62
    return prevEventFilter ? prevEventFilter(message) : false;
63
}
63
}
64
64
65
quint32 QxtGlobalShortcutPrivate::nativeModifiers(Qt::KeyboardModifiers modifiers)
65
quint32 QxtGlobalShortcutPrivate::nativeModifiers(Qt::KeyboardModifiers modifiers)

Return to bug 494448