Search Result

Collapse
2 results in 0.0043 seconds.
Keywords
Members
Tags
simulate
  •  

  • how simulate keyboard and mouse whilst in game?

    hi i am trying to make a program that whilst ingame (magicka if anyone is interested) reads what is pressed on the keyboard and the simulates a combination of keyboard key down and keyboar key up and mouse press.

    eg if i press NumPad0 it would simulate Key Press A, Key Press S, Key Press F

    or if i press NumPad1 it would simulate Shift Down, LButton Press, Shift Up

    i have already managed to read what is...
    See more | Go to post

  • Joshua2010
    started a topic open webpage and simulate key press events

    open webpage and simulate key press events

    I have been trying to merge two command scripts, and have gotten nothing. I am trying to use javascript commands to open a new window on Firefox, and on that opened window simulate a Tab key press.

    This is the full script that I have come up with so far to open two windows, with the websites being yahoo.com and google.com. ***To fully help me please copy this script, paste to Notepad, save as a .html file and run it on Firefox. You...
    See more | Go to post
    Last edited by gits; May 9 '10, 08:50 AM. Reason: added code tags
Working...