Jump to content

evilteapot

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by evilteapot


  1. I get pretty bad RSI in the fingers if hold the W key down for too long. Plus want to roll a cigeratte well crossing the fields. Then can just sit back and control with just the mouse.

    So was messing around trying to get this to work all last night.

    Goto : http://www.autohotkey.com/

    Download,

    Create a txt file with the extension, ahk.

    Paste in following code.

    (Between Here .... and the the next curved brackets)

    $!w::

    sleep 500

    send {w down}

    return

    $!s::

    sleep 500

    send {w up}

    return

    (... and Here)

    Save, the txt file, then open the ahk with the program.

    Open Arma 2,

    Press Alt-W to turn on run.

    Press Alt-S to stop autorun.

×