derpmacos
Results
1
issues of
derpmacos
PKPowerKeyEventListener.m - (void)monitorPowerKey { .. bug: NSEventTypeSystemDefined is not a mask. Instead use CGEventMask eventTypeMask = NX_SYSDEFINEDMASK and skip the loop adding masks for other event types. suggestion: CGEventTapCreate(...) would...