test content
What is the Arc Client?
Install Arc

G 110 Keyboard help

SystemSystem Member, NoReporting Posts: 178,019 Arc User
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
Post edited by Unknown User on

Comments

  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    Okay I just tryed this in Torchlight and it wont work in there too. is there a way to enable the G keys i haven't figured out?
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    do you have the logitech g-series key profiler?

    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.
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    Ahh never mind I got it! FYI if anyone has this problem it is because the new drivers on their web site are bad.
    Thanks for the input everyone!



    An admission: I took the wrong screenshot above. I have posted a new screen shot. Please see the new screenshot and check to see if you have that image in your device manager.



    On an ETA for new drivers: Until we identify the "Why" behind it, I cannot even begin to speculate when new drivers will be out. Ideally, we could:



    Identify why this is happening

    Define a manual workaround

    Build a solution into a patched 3.04 or roll it into 3.05

    So rolling back driver to 3.03
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    Does STO show up for avaliable games with the G series keyboard? I wouldnt mind setting my G keys to use my BO skills. Be easier than having to click around on my keyboard.
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    Why the heck are you using scripts for simple key press? Just assign key stroke. If you want it to be togglable, then select the repeat options.
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited February 2010
    okay I am new to the key board i will try an figure that out
Sign In or Register to comment.