Kodi Community Forum

Full Version: Swipe in all directions equivalent for mouse?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have applied this followin keymap on Kodi:
 
xml:
<keymap>
<slideshow>
<mouse>
<leftclick>NextPicture</leftclick>
<rightclick>PreviousPicture</rightclick>
<middleclick>Rotate</middleclick>
<wheelup>ZoomIn</wheelup>
<wheeldown>ZoomOut</wheeldown>
<mousedrag>mousedrag</mousedrag>
<mousemove>mousemove</mousemove>
</mouse>
</slideshow>
</keymap>

I am expecting to be able to move the picture with the mouse in all directions, but clicking and holding left mouse button does nothing on slideshow. Is it possible for this to work? Any other solution?
I am guessing since noone's answering, it can't be done. Unless the OS can fool Kodi with some kind of mouse to touch emulation.
(2019-01-16, 21:35)threshold84 Wrote: [ -> ]I am guessing since noone's answering, it can't be done.
Not everyone is reading your post within a 20-hour limit.
It had 80 views when I posted the reply.