- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
G13 Joystick doesn't work unless it's set to be a Joystick or Mouse.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-23-2012 04:50 PM
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?
Re: G13 Joystick doesn't work unless it's set to be a Joystick or Mouse.
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-24-2012 07:57 AM - edited 04-24-2012 07:59 AM
.. 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
