Basically want to make a macro script

Casey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 13 18:36:34 PST 2014


Aha!  I found a sleep command.

On this page here:

http://forum.dlang.org/thread/diuepu$2ebg$1@digitaldaemon.com

Looks like I'd do something like this

[code]
import std.c.time
msleep(1)
[/code]

Now I'm looking into if there's a way to send a key down, and 
then up.  I don't think this will be too easy to find though.


More information about the Digitalmars-d-learn mailing list