Slide-out left menu when mouse moved to left?
#1
On many screens (this is in 17 with estuary) moving the mouse to the extreme left slides out a menu (id=9000) from the left. Where is this mouse action picked up? Is it somewhere in the skin, or a keymap, or hard coded?
HDHomerun Quatro, RaspPi/TVHeadend, NUC/Win10/Kodi, Mousetuary skin, Mouse on couch!
Reply
#2
Found it. This control just touches the edge of the screen (original left was 50) and when it gets focus, other things happen. I moved it off screen to disable.

<include name="MediaMenuMouseOverlay">
<control type="button" id="6130">
<label></label>
<height>100%</height>
<width>50</width>
<left>-60</left> <!-- completely off screen -->
<top>0</top>
<texturefocus />
<texturenofocus />
</control>
</include>
HDHomerun Quatro, RaspPi/TVHeadend, NUC/Win10/Kodi, Mousetuary skin, Mouse on couch!
Reply

Logout Mark Read Team Forum Stats Members Help
Slide-out left menu when mouse moved to left?0