Results 1 to 3 of 3

Thread: Sendkeys(CTRL)

  1. #1
    Join Date
    Jan 2010
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Sendkeys(CTRL)

    How do I make scar simulate a "CTRL" key press? I want to know how to do it.

  2. #2
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    KeyDown(VK_CONTROL);
    Wait(40);
    KeyUp(VK_CONTROL);
    Would simulate a human ctrl press

  3. #3
    Join Date
    Jan 2010
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh yeh, problem solved within the first post. Thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •