rdev icon indicating copy to clipboard operation
rdev copied to clipboard

A small problem with `tauri` using `rdev`.

Open ayangweb opened this issue 2 years ago • 1 comments

Hey 👋, I'm using rdev inside tauri and after packing the software for the first time, there is a prompt to turn on the permissions (fig. 1), but if I reinstall the software later, the permissions are on but the keyboard keys are not listened to, and I have to go to authorize it again in order to listen to them! Why is this? I've tried the info.plist configurations I found on Google (fig. 3), but to no avail! I hope you can help me!

Figure 1: image

Figure 2: image

Figure 3: image

ayangweb avatar Nov 20 '23 03:11 ayangweb

As I know, it's the macOS policy.

This permission is so sensitive (the app works like a Keykogger) so user have to whitelist it every new version with consent.

khanhicetea avatar Feb 16 '24 04:02 khanhicetea