Results 1 to 2 of 2

Thread: Advanced Keyboard Output...

  1. #1
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default Advanced Keyboard Output...

    I'm trying to figure out how to simulate keys like ctrl, alt, and things like that, but after searching the SCAR manual for a while, and google for a half hour, I have come up empty...

    Does anybody know how to do it?

    P.S., sorry for not posting here in like 2 months, school has taken all my time for a while...

  2. #2
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Attached are all the keystrokes that you can use in scar.

    procedure KeyDown(Key: Byte);
    Simulates pushing a key.

    procedure KeyUp(Key: Byte);
    Simulates releasing a key.


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Won't output (usually non ASCII) text. Not even the question marks.
    By R0b0t1 in forum Delphi/FPC Help and Tutorials
    Replies: 7
    Last Post: 07-18-2008, 02:26 AM
  2. popup Dlg (with editbox in it output to variable)
    By ShowerThoughts in forum Delphi/FPC Help and Tutorials
    Replies: 13
    Last Post: 03-07-2008, 10:22 PM
  3. weird java program output...
    By sherlockmeister in forum Java Help and Tutorials
    Replies: 1
    Last Post: 10-03-2007, 02:47 AM

Posting Permissions

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