Hello,
We have a requirement to capture key/ mouse activity(input events) and to log them.
Currently we use "CGEventTapCreate" , but this requires the accessibility permissions even for listening .
Is there any other way to do this, without the app having the accessibility permissions .