PDA

View Full Version : Volume + & - on the remote


jokko
2005-05-21, 19:01
hi,
so i wanted to controll xbmc volume just like before : on the remote 2 => volume up & 5 => volume down
here is the change i made to keymap.xml :

in the global section :

before :
* *<action>
* * *<description>volumeup</description>
* * *<id>88</id>
* * *<gamepad>rightthumbstickup</gamepad>
* * *<remote>volumeplus</remote>
* * *<keyboard>+</keyboard>
* *</action>
* *<action>
* * *<description>volumedown</description>
* * *<id>89</id>
* * *<gamepad>rightthumbstickdown</gamepad>
* * *<remote>volumeminus</remote>
* * *<keyboard>-</keyboard>
* *</action>
after :
* * * *<action>
* * *<description>volumeup</description>
* * *<id>88</id>
* * *<gamepad>rightthumbstickup</gamepad>
* * *<remote>2</remote>
* * *<keyboard>+</keyboard>
* *</action>
* *<action>
* * *<description>volumedown</description>
* * *<id>89</id>
* * *<gamepad>rightthumbstickdown</gamepad>
* * *<remote>5</remote>
* * *<keyboard>-</keyboard>
* *</action>

in the full screen section :

before :
* * * *<action>
* * *<description>remote button 2</description>
* * *<id>60</id>
* * *<remote>2</remote>
* * *<keyboard>2</keyboard>
* *</action>
after :
* * * *<action>
* * *<description>remote button 2</description>
* * *<id>60</id>
* * *<remote>volumeup</remote>
* * *<keyboard>2</keyboard>
* *</action>
before :
* * * * *<action>
* * *<description>remote button 5</description>
* * *<id>63</id>
* * *<remote>5</remote>
* * *<keyboard>5</keyboard>
* *</action>
after :
* * * *<action>
* * *<description>remote button 5</description>
* * *<id>63</id>
* * *<remote>volumedown</remote>
* * *<keyboard>5</keyboard>
* *</action>

whats wrong ?

jokko
2005-05-21, 19:55
[resolved] ;)
http://www.xboxmediaplayer.de/cgi-bin....064;r=1 (http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl?act=st;f=8;t=13064;r=1)

HarshReality
2005-05-21, 22:46
not to sound like a prude or anything (mainly because i'd like to try this one myself) but i think its far better on the whole if/when you post a problem and then figure it out that you also include what you did.

maybe its just me but that would make alot more searches go smoother around here.