Reply
Logi Nu
TheChristoph
Posts: 1
Registered: ‎04-23-2012
0

G13 Joystick doesn't work unless it's set to be a Joystick or Mouse.

Hello folks.

I checked the first few pages of this board and didn't see this problem, but hopefully it's been encountered before.

 

Just got a G13 and I'm digging it so far. But I've come across a hangup. The joystick doesn't work unless it's set to be a Joystick or a Mouse. By that, I mean that if I set it to be a mouse, and I move the stick around in all directions, the pointer moves. All good. But if I set it up to be a set of keys, like WASD or 1234, only the right direction works. 

 

After noticing this behavior in games, I took it into a Notepad file just to see what'd happen. Just like in the game, only the key that was set to the joystick's right direction would be typed. Or if I set it to Up, Left, Down, and Right, only right would work. 

 

Anyone have any ideas here? 

Logi Journeyman
h0rse
Posts: 430
Registered: ‎08-13-2010
0

Re: G13 Joystick doesn't work unless it's set to be a Joystick or Mouse.

[ Edited ]

.. hmmm sounds weird, i dont have an idea what it is,

but you could check key-response by script:

- rightclick on your profile -> Scripting -> overwrite everything with the following code:

OutputLogMessage("Key-Check started\n")
function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %s\n", event, arg); end

 - keep the scripting window open, make sure you see the Output - Log below the Script

- activate profile or beste set "persistant" .. you should see "Key-Check started" in the Output - Log

- now move the thumbstick and hit some other G-keys and see if they are recognized

-------------- UPIA --------------->