Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a key sequence task in applescript #119

Open
lavinnyv opened this issue Dec 20, 2024 · 1 comment
Open

create a key sequence task in applescript #119

lavinnyv opened this issue Dec 20, 2024 · 1 comment

Comments

@lavinnyv
Copy link

in the MoreAutomationSamples.scpt, i got a handle on creating connections, but what if i wanted to create a key sequence task?

this was for a connection:
set newConId to add connection protocol "HTTP" name "Google.com" uri "http://www.google.com"
select object newConId

i'm trying to do something like this for the key sequence:
set newConId to add connection protocol "Key Seqeunce Task" name "cliclick k1"
set property value of key "KeySequenceTask" of id newConId to "cliclick t:1"

but i'm getting the error on add connection protocol.

can anyone help me through this?

thanks

@eiabea
Copy link
Contributor

eiabea commented Dec 23, 2024

Thank you for reaching out! It is currently not possible to create a "Key Seqeunce Task" via AppleScript. Unfortunately there are no plans in implementing this feature into RoyalTSX. Please consider taking a look into the "Dynamic Folder" feature to get your issue resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants