Results 1 to 3 of 3

Thread: PressKey not working? Or I just cant use it?

  1. #1
    Join Date
    Dec 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default PressKey not working? Or I just cant use it?

    First I tried this and it just wrote the text
    SendKeys('Hello world', 10,20);
    didnt send so I added this
    Wait (RandomRange(100, 200));
    PressKey(13);
    however i cant still get it work.

    Could you guys help me? I also checked other threads but couldn't find anything about this

  2. #2
    Join Date
    Jan 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use "KeyDown(13);"
    Followed with a "KeyDown(13);"

  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Meh..

    Simba Code:
    Typesend('fdsgdshsdhsghs');

    Simba Code:
    TypesendEx('fdsgdshshs', true);
    I am Ggzz..
    Hackintosher

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
  •