Konan--M 0 Posted October 2, 2004 I know that the following solution isn't as good as a keylogger with extern .dll, but it should be enough for the most simple scriptwriters:send("{ALTDOWN}")For $x = 1 to 26 ;setzen der Hotkeys a-z$quote = chr($x+96)HotKeySet("!"&$quote, $quote)next;example for aFunc a()Send("{ALTUP}")filewrite($files, "send("&'"'&"a"&'"'&")"&@crlf)send("a")send("{ALTDOWN}")EndFuncJust an idea --- works great for me Share this post Link to post Share on other sites
Matt @ MPCS 0 Posted October 2, 2004 I know that the following solution isn't as good as a keylogger with extern .dll, but it should be enough for the most simple scriptwriters:Just an idea --- works great for me <{POST_SNAPBACK}>If you are just trying to share your code thats great but it belongs on the scripts and scraps forum.*** Matt @ MPCS Share this post Link to post Share on other sites