Logitech Dual Action Support
#1
I've been trying to get my Logitech Dual Action to work within XBMC to no avail

I used this setup https://github.com/vdemeester/configs/bl...Action.xml
placed in the user data keymaps folder

The keymap file showed "Logitech Logitech Dual Action" as the joystick
where as "Enabled joystick" in xbmc.log showed "Logitech Dual Action USB"
I replaced all instances of the later with the former and saved it as joystick.logitech.DualAction.xml

So all lines that said "Logitech Logitech Dual Action, now say "Logitech Dual Action USB"

I start xmbc and there is no input at all. The joystick does nothing.

This is the joystick I am using Image

Logitech Dual Action USB
Model number (G-UD8)

It works outside of xbmc fine and is responsive in windows usb controller setup-callibration.

I'm pretty new to this so I'd appreciate a little help. I kind of get the feeling that I am missing something very obvious. :lol:
Reply
#2
I just had this issue. Used the same script you are linking to but used this instead:

<keymap>
<global>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="1">ParentDir</button>
<button id="2">select</button>
<button id="3">Pause</button>
<button id="4">Stop</button>
<button id="5">skipPrevious</button>
<button id="6">skipNext</button>
<button id="7">Rewind</button>
<button id="8">FastForward</button>
<button id="9">ContextMenu</button>
<button id="10">FullScreen</button>
<hat id="1" position="left">Left</hat>
<hat id="1" position="right">Right</hat>
<hat id="1" position="up">Up</hat>
<hat id="1" position="down">Down</hat>
<axis limit="+1" id="4">VolumeDown</axis>
<axis limit="-1" id="4">VolumeUp</axis>
<axis limit="+1" id="3">AnalogSeekForward</axis>
<axis limit="-1" id="3">AnalogSeekBack</axis>
<axis limit="-1" id="2">ScrollUp</axis>
<axis limit="+1" id="2">ScrollDown</axis>
</joystick>
</global>
<FullscreenVideo>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="9">OSD</button>
</joystick>
</FullscreenVideo>
<ContextMenu>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="9">Close</button>
</joystick>
</ContextMenu>
<VideoOSD>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="9">Close</button>
</joystick>
</VideoOSD>
<MusicOSD>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="9">Close</button>
</joystick>
</MusicOSD>
<Visualisation>
<joystick name="Logitech Dual Action">
<altname>Joystick 0</altname>
<button id="9">ActivateWindow(MusicOSD)</button>
</joystick>
</Visualisation>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
Logitech Dual Action Support0