Swipe in all directions equivalent for mouse?
#1
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?
>>> [zen for zen in zen_of_python if zen][0] == 'long_live_python_2'
True
Reply
#2
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.
>>> [zen for zen in zen_of_python if zen][0] == 'long_live_python_2'
True
Reply
#3
(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.
Reply
#4
It had 80 views when I posted the reply.
>>> [zen for zen in zen_of_python if zen][0] == 'long_live_python_2'
True
Reply

Logout Mark Read Team Forum Stats Members Help
Swipe in all directions equivalent for mouse?0