Aha! I found a sleep command. On this page here:
http://forum.dlang.org/thread/[email protected] 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.
