What user input can cause kCGEventTapDisabledByUserInput

142 views Asked by At

CG Event taps can be disabled by user input, in which case they receive an event of type kCGEventTapDisabledByUserInput. But what user input would that be? What's the magic key chord to disable event taps?

1

There are 1 answers

0
volkash On

kCGEventTapDisabledByUserInput event is received when CGEventTapEnable is called with false.

However, I'm not sure if there're other options to receive kCGEventTapDisabledByUserInput.