Here's the script for Autohotkey.
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
Joy4::Send {left}
Joy3::Send {down}
Joy2::Send {up}
Joy16::Send {right}
;Do not delete this, it allows you suspend and unsuspend the script at any ;time with
;a simple press of the ` button (next to the number on on the number row ;above the letters on your keyboard
`::Suspend
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
Joy4::Send {left}
Joy3::Send {down}
Joy2::Send {up}
Joy16::Send {right}
;Do not delete this, it allows you suspend and unsuspend the script at any ;time with
;a simple press of the ` button (next to the number on on the number row ;above the letters on your keyboard
`::Suspend



Comment