I'm working on a demo media player and I'd like to...
# announcements
p
I'm working on a demo media player and I'd like to capture the media keys even when out of scope; I succeeded doing that with the
jnativehook
library, but I'm still not convinced of its efficiency, because I accidentally blocked its thread with a breakpoint and that completely blocked all my computer's UI (shouldn't it just poll the input stack?)... anyways, my question is if you have any alternatives for kotlin jvm