Listen to global keyboard and mouse events Tauri app(Mac os)
`In a tauri app(MacOS primarily) want to listen global keypress and mouse events.
I tried using rdev(https://github.com/Narsil/rdev.git) and here’s the code but it doesn’t seem to work. Nothing is printed in terminal.