Re: Mapping Keys in FFR (WITH IMAGES)
;
; 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)
;
a::Send {left}
s::Send {down}
;::Send {up}
'::Send {right}
^^ thats what mine looks like. everything works fine but up button doesnt work. how i fix that?
;
; 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)
;
a::Send {left}
s::Send {down}
;::Send {up}
'::Send {right}
^^ thats what mine looks like. everything works fine but up button doesnt work. how i fix that?








Comment