You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is absolutely no recording of any kind on an M2 with accessibility allowed for Iiput monitoring, full disk access
running:
openjdk 20.0.1 2023-04-18
OpenJDK Runtime Environment Temurin-20.0.1+9 (build 20.0.1+9)
OpenJDK 64-Bit Server VM Temurin-20.0.1+9 (build 20.0.1+9, mixed mode)
The text was updated successfully, but these errors were encountered:
I suspect that the natively compiled machine code for the keyboard/mouse listener no longer works. However, that's quite unlikely because the code is using ApplicationServices/ApplicationServices.h which is already OSX abstraction.
I don't have an M2, so I can't try this out.
First, please test if the compiled listener still works. You can find the listener at
<repeat_folder>/resources/nativehooks/osx/RepeatHook.out
Try running that (e.g. ./resources/nativehooks/osx/RepeatHook.out) and see whether that still works. When you run the program, it should print out stuff on every key stroke/mouse movements/mouse click.
there is absolutely no recording of any kind on an M2 with accessibility allowed for Iiput monitoring, full disk access
running:
openjdk 20.0.1 2023-04-18
OpenJDK Runtime Environment Temurin-20.0.1+9 (build 20.0.1+9)
OpenJDK 64-Bit Server VM Temurin-20.0.1+9 (build 20.0.1+9, mixed mode)
The text was updated successfully, but these errors were encountered: