Since Frodo - No Remote Volume - Rumblepad 2
#1
Since I have updated to Frodo I have lost the ability to control the XBMC Volume on my Rumblepad 2.
This feature always worked before.

i have tried changing the keymap, audio settings & can't get it to work.
I can still mute the volume but no up/down.

Something must have changed. Here is an excerpt from my keymap file. Note: this code always worked prior to Frodo.

Any advise ?

Code:
<!--  <joystick name="Logitech Cordless RumblePad 2">  
<!--    Buttons                -->
<!--      ______            _______    -->
<!--     / _7__  \         / __8_  \    -->
<!--     |  5    |_________|   6   |    -->
<!--     /                          \    -->
<!--    //   |     9     10  /  4   \\    -->
<!--   ||  -=|=-  ___    ___  1   3 ||    -->
<!--   \\    |   /   \  /   \   2  //    -->
<!--    \        |11 |  | 12|       /    -->
<!--     |       \___/  \___/       |    -->
<!--     |       |          |       |    -->
<!--     \      /           \       /    -->
<!--      \____/             \_____/    -->
<!--    Axises                -->
<!--        *d.Pad = L/R = axis -1+    -->
<!--        *d.Pad = U/D = axis -2+    -->
<!--   Rgt.Tmb.Pad = L/R = axis -3+    -->
<!--   Rgt.Tmb.Pad = U/D = axis -4+    -->
<!--  *Lft.Tmb.Pad = L/R = axis -5+    -->
<!--  *Lft.Tmb.Pad = U/D = axis -6+    -->
<!-- *mode will flip d.pad & Lft.Tmb.pad -->

<keymap>
<global>
   <joystick name="Logitech Cordless RumblePad 2">  
      <button id="1">Info</button>                  
      <button id="2">Select</button>                  
      <button id="3">PreviousMenu</button>                  
      <button id="4">ParentDir</button>                        
      <button id="6">PageUp</button>                  
      <button id="5">XBMC.Skin.ToggleSetting(HomeViewToggle)</button>
      <button id="7">ContextMenu</button>                  
      <button id="8">PageDown</button>                  
      <button id="9">XBMC.ActivateWindow(ShutdownMenu)</button>                  
      <button id="10">FullScreen</button>
      <button id="12">Mute</button>
      <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">Up</axis>
      <axis limit="-1" id="2">Down</axis>
      <axis limit="+1" id="1">Left</axis>
      <axis limit="-1" id="1">Right</axis>
      <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>
      
      </joystick>
</global>
Reply
#2
An update and partial solution.

I have mapped Volume Up & Down to unused Full Screen Video trigger buttons 6 & 8.
This allows me to at least control the volume while watching Vids.

I still prefer the Right thumb stick globally but this will work for now.

Keymap changes.

Code:
<FullscreenVideo>
    <joystick name="Logitech Cordless RumblePad 2">  
      <button id="1">Info</button>
      <button id="2">Pause</button>    
      <button id="3">OSD</button>
      <button id="4">Stop</button>
      <button id="5">AspectRatio</button>    
      <button id="6">VolumeUp</button>         
      <button id="7">CodecInfo</button>
      <button id="8">VolumeDown</button>
      <axis limit="-1" id="2">BigStepBack</axis>
      <axis limit="+1" id="2">BigStepForward</axis>
      <axis limit="-1" id="1">StepBack</axis>
      <axis limit="+1" id="1">StepForward</axis>      
    </joystick>  
  </FullscreenVideo>

Will update on any progress.
Reply
#3
Same problem here! Volume control with right axis is not working anymore. (Windows 8 enterprise 64b)
Reply

Logout Mark Read Team Forum Stats Members Help
Since Frodo - No Remote Volume - Rumblepad 20