We're running a little tool called Hej Stylus! - a global application which reads mouse & tablet events, alters them and re-infuses them back into the event stream by using:
CGEvent.tapCreate(tap: .cgSessionEventTap,
place: .headInsertEventTap,
options: .defaultTap,
...
Obviously this can't be made without violating the sandboxing rules.
Is there a way of realising this by using a helper app/kext (with user consent) and make it into the mac app store?
Any help highly appreciated!
CGEvent.tapCreate(tap: .cgSessionEventTap,
place: .headInsertEventTap,
options: .defaultTap,
...
Obviously this can't be made without violating the sandboxing rules.
Is there a way of realising this by using a helper app/kext (with user consent) and make it into the mac app store?
Any help highly appreciated!