diff options
author | spiff <spiff@xbmc.org> | 2011-12-12 15:51:08 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-12-12 15:51:08 +0100 |
commit | e76782b9f21efc6535fa2b7adfb76de9c84f1783 (patch) | |
tree | e0f345a647ee8060b00ea78e6fef2f13b3c9415c /system/keymaps | |
parent | c772f04fe094ccd2a687b0b8d5608ed8d41605be (diff) |
changed: added dedicate mouse binding in picture slideshow window
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/mouse.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/keymaps/mouse.xml b/system/keymaps/mouse.xml index 5172650f6e..7a49305b21 100644 --- a/system/keymaps/mouse.xml +++ b/system/keymaps/mouse.xml @@ -11,4 +11,12 @@ <mousemove>mousemove</mousemove> </mouse> </global> + <SlideShow> + <mouse> + <leftclick>Pause</leftclick> + <rightclick>PreviousMenu</rightclick> + <wheelup>PreviousPicture</wheelup> + <wheeldown>NextPicture</wheeldown> + </mouse> + </SlideShow> </keymap> |