I got this new keyboard for this game and here is what I want to do:
Assign my BOFF skills to my G keys.
So let say I have jam target on key 1
I can press 1 and it works. I want to assign G1 to do the same so I went into the Profiler and assigned a key stroke "1" - Nothing
I made a macro and started recording and pressed "1" and stopped recording. - nothing
So I made a script:
function OnEvent(event, arg, family)
if event == "G_PRESSED" and arg == 1 then
ToggleState = not ToggleState
if ToggleState then
PressKey("1")
else
ReleaseKey("1")
end
end
end
Nothing
I am starting to wonder if this key board is bad.
O I also went into the game pressed MR then G1 then 1 then MR and nothing.
I am on my second day of goggling "G11, 110, 15, 19 and script, macro, G keys and I really suck at searching or there just isn't allot of info on it.
Any ideas? Not looking for anything complicated just was use the G keys to do things like Jam, Fwd shields, consumables ect.
Thanks for any help you G key board vets.
Red
Comments
I've never had to make any macros like that with my g15. The key profiler has a few different ways you can do it, assigning a keystroke or using the macro manager are 2 options.
So rolling back driver to 3.03