KeySender icon indicating copy to clipboard operation
KeySender copied to clipboard

Does not work for me

Open mahush opened this issue 1 year ago • 1 comments

Hey @jordanbaird, your package is exactly what I was looking for. Thanks a lot. But unfortunately it doesn't work for me. I created a minimal console application to give it a try. I expect this line to open TextEdit and put the string "Hello".

try KeySender(for: "Hello World").openApplicationAndSend("TextEdit")

But unfortunately only TextEdit opens but not text appears. I already grant accessibility permissions for my console application. Do you have any idea what else could be missing?

EDIT 1: I found out that the behaviour described is related to that: https://stackoverflow.com/q/63094246. The conclusion is that adding a sleep after the line above helps. Does anyone knows a better solution?

Cheers mahush

mahush avatar Sep 09 '22 19:09 mahush