Results 1 to 8 of 8

Thread: What are the chr controls for SendKeys ?

  1. #1
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default What are the chr controls for SendKeys ?

    Hi, I need help with the "chr" keys in SCAR.

    All i know is : 13 = enter

    I need the key for escape key.

    Thanks in advance.

    PS : I searched in SCAR Manual

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I believe 13 is the enter key.

  3. #3
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    oh yeah i mean enter XD

  4. #4
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Take a look at the scar manual again xD
    There's a nice table over there, the ASCII table which shows the codes
    I made a new script, check it out!.

  5. #5
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Okay but I don't understand alot of this :



    Which one is it ?

    EDIT : Wait, could it by any means by 27 ? Or am I a total noob ?

  6. #6
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Try and see?
    I made a new script, check it out!.

  7. #7
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Yayz it works although it crashed my comp xD

    SCAR Code:
    program New;
    begin
      repeat
        SendKeys(chr(27));
        Writeln('Key Pressed');
      until(false);
    end;



    Anyways : Thanks alot

  8. #8
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    27 = escape

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MoveMouse, Clickmouse, Sendkeys isn't safe for RS?
    By RuneItBack2Front in forum OSR Help
    Replies: 4
    Last Post: 11-29-2008, 10:33 PM
  2. SendKeys doesn't work with Runescape
    By Waffles in forum OSR Help
    Replies: 8
    Last Post: 02-04-2008, 08:13 PM
  3. sendkeys too fast?
    By yanix in forum C#/Visual Basic Help and Tutorials
    Replies: 5
    Last Post: 01-17-2008, 09:37 AM
  4. How Do I Do SendKeys(Enter)?
    By papenco in forum OSR Help
    Replies: 3
    Last Post: 11-30-2007, 09:45 AM
  5. sendkeys
    By lefamaster in forum OSR Help
    Replies: 3
    Last Post: 03-20-2007, 04:52 PM

Posting Permissions

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