2012-10-13, 23:08
Hi there!
I have been trying to find the answer to my question before I created a new post but, unfortunately I have not been able so, there we go.
I am using XBMC in Windows 7 (11.0 Eden) and I have recently bought a remote control, Mele F10 which acts as keyboard and mouse at the same time. The mouse option acts like a wiimote.
Info here
The remote side has the usual 4-way buttons but the central and back are shared with left and right mouse buttons, so when I am in XBMC I have to keep "use mouse" in the settings, otherwise I would have to remap some other buttons which I have found not very convenient. The question is that every time I click either left (OK) or right (back) buttons, the mouse cursor appears on the screen, making it quite messy.
I have tried to make the mouse cursor disappear using the next setting in my "mouse.xml" in both user appdata and also in the general settings, unsuccessfully.
What am I doing wrong? I think those options are for removing the cursor, but I can still see it in the screen.
Can anyone help me, please?
Regards.
I have been trying to find the answer to my question before I created a new post but, unfortunately I have not been able so, there we go.
I am using XBMC in Windows 7 (11.0 Eden) and I have recently bought a remote control, Mele F10 which acts as keyboard and mouse at the same time. The mouse option acts like a wiimote.
Info here
The remote side has the usual 4-way buttons but the central and back are shared with left and right mouse buttons, so when I am in XBMC I have to keep "use mouse" in the settings, otherwise I would have to remap some other buttons which I have found not very convenient. The question is that every time I click either left (OK) or right (back) buttons, the mouse cursor appears on the screen, making it quite messy.
I have tried to make the mouse cursor disappear using the next setting in my "mouse.xml" in both user appdata and also in the general settings, unsuccessfully.
Code:
<keymap>
<global>
<mouse>
<mousemove>noop</mousemove>
</mouse>
</global>
<Home>
<mouse>
<mousemove>noop</mousemove>
</mouse>
</Home>
</keymap>
What am I doing wrong? I think those options are for removing the cursor, but I can still see it in the screen.
Can anyone help me, please?
Regards.