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 ?
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 ?