2015-07-27, 14:42
Hello, I am using an Ebay 2.4GHz Fly Air Mouse Remote Control :
203623 (thread)
I would like to disable the air mouse cursor "permanently" when using Kodi, only using the arrow keys to control Kodi instead of the air mouse.
On the above link, for Windows machine, they could stop the air mouse cursor just by installing Kodi v15 + some simple changes.
I am running Kodi v15 on my Samsung Homesync Android 4.4.2 and have tried this from wiki without luck:
"Special Considerations for Mouse-Clicks (available starting in version 15)
RF remotes often have an integrated Air Mouse. Most KODI users will only wish to use the left and right button of the Air-mouse
To disable the mouse-cursor place these 2 entries in mouse.xml
<mousemove>noop</mousemove> <mousedrag>noop</mousedrag>
To properly capture a left-click, you need to place 2 entries in mouse.xml
<leftclick>Select</leftclick> <mousedragend>Select</mousedragend>
To properly capture a right-click, you also need to place 2 entries in mouse.xml
<rightclick>Back</rightclick> <mouserdragend>Back</mouserdragend>"
Have I missed something?
203623 (thread)
I would like to disable the air mouse cursor "permanently" when using Kodi, only using the arrow keys to control Kodi instead of the air mouse.
On the above link, for Windows machine, they could stop the air mouse cursor just by installing Kodi v15 + some simple changes.
I am running Kodi v15 on my Samsung Homesync Android 4.4.2 and have tried this from wiki without luck:
"Special Considerations for Mouse-Clicks (available starting in version 15)
RF remotes often have an integrated Air Mouse. Most KODI users will only wish to use the left and right button of the Air-mouse
To disable the mouse-cursor place these 2 entries in mouse.xml
<mousemove>noop</mousemove> <mousedrag>noop</mousedrag>
To properly capture a left-click, you need to place 2 entries in mouse.xml
<leftclick>Select</leftclick> <mousedragend>Select</mousedragend>
To properly capture a right-click, you also need to place 2 entries in mouse.xml
<rightclick>Back</rightclick> <mouserdragend>Back</mouserdragend>"
Have I missed something?