Problem disabling mouse
#1
I'm trying to get rid of the mouse with my RF remote. I thought it was an issue with my code but I just tested and this does work on the windows version Here is what I'm using (its on an Nvidia shield tv)

<keymap>
<global>
<mouse>
<leftclick>Select</leftclick>
<rightclick>Back</rightclick>
<middleclick>noop</middleclick>
<doubleclick id="0">noop</doubleclick>
<longclick id="0">noop</longclick>
<wheeldown>noop</wheeldown>
<wheelup>noop</wheelup>
<mousedrag>noop</mousedrag>
<mousemove>noop</mousemove>
<mousedragend>Select</mousedragend>
<mouserdragend>Back</mouserdragend>
</mouse>
</global>
</keymap>
Reply
#2
Does your remote work on the Shield outside of kodi??
Reply
#3
Everything works but I don't want to keep having to turn the mouse off. It has a disable button but you have to do it every time it wakes up.

I don't think there is a way to disable outside of Kodi but I am not at that bridge yet.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem disabling mouse0