turn volume up/down?
#1
Is there a way to turn the volume up and down within xbmc?
I can;t seem to find a way to do it with the mouse.
Reply
#2
Which skin?

In XeeBo you just move the mouse to the top left of the screen.
Reply
#3
Hitcher Wrote:Which skin?

In XeeBo you just move the mouse to the top left of the screen.

Rapier.
I tried Xeebo but it says it isn;t compatible with my mouse.
Reply
#4
You need to be using Eden.
Reply
#5
qwertyjjj Wrote:I can't seem to find a way to do it with the mouse.

When the video is playing move the mouse. This will make the OSD appear. Click on the volume icon, and you can adjust the volume slider with the mouse. This works both in v10.1 and Eden.

In Eden you could map the mouse wheel to control the volume using:

Code:
<keymap>
  <global>
    <mouse>
      <wheelup>VolumeUp</wheelup>
      <wheeldown>VolumeDown</wheeldown>
    </mouse>
  </global>
</keymap>

JR
Reply

Logout Mark Read Team Forum Stats Members Help
turn volume up/down?0