sveinbjornt/Platypus

Input monitoring

Opened this issue · 0 comments

I have been experimenting with a couple of keyboard customisation tools: Kmonad and Kanata. In the state they are in now, I have to run them from the terminal and ensure the terminal has input monitoring permissions.

I was hoping that I could wrap a the command to run them with Platypus and then only give input monitoring permissions to the created app. However, when I run the app with administrator priviledges, I can see the logs from the terminal and the command seems to be running successfully, but no inputs are intercepted.

I am wondering if the command is technically not being executed by the generated App but by a different process. Any tips on how to overcome the issue will be very welcome. Thanks!