Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8813773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:56:36+00:00 2026-06-14T03:56:36+00:00

I am trying to script some data entry using a applescript. I need it

  • 0

I am trying to script some data entry using a applescript.

I need it to paste and then tab seven times and then paste again….. 2700 times.

While I am very new to programming, I was at least able to get something working.

What I have so far:

set the clipboard to "blah"
tell application "blah"
    activate
    tell application "System Events"
        repeat 4 times
            keystroke "v" using {command down}
            keystroke "                         "
        end repeat
    end tell
end tell

Now this will paste into the first form and then skip one and paste into the next one. I dont know why. So this just pastes into every other form.

Any help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T03:56:38+00:00Added an answer on June 14, 2026 at 3:56 am

    Try:

    set the clipboard to "blah"
    tell application "blah"
        activate
        tell application "System Events"
            repeat 4 times
                keystroke "v" using {command down}
                delay 1
                repeat 7 times
                    keystroke tab
                    delay 1
                end repeat
            end repeat
        end tell
    end tell
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi everyone Im trying to post some data to a php script using AppMancer
I'm trying to write an MsBuild script to zip some files up. I need
I've got a script to post some data to wordpress using xmlrpc. If I
I'm trying to write down a script to fetch some online data; script should
I'm trying to get some data from a PHP script in a project right
I am trying to export some data using sqlplus and the Oracle spool functionality.
I am trying to parse some data from external site to local script. Local
I'm trying to write some data to a CSV file from TCL script with
I'm trying to parse some data out of a file using Perl & Parse::RecDescent.
so i am trying to migrate some data in a migration script, but the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.