Posts: 4
Joined: Aug 2020
Reputation:
0
Currently the playback controls stay on the screen for 10 seconds if I move my mouse while a video is playing.
How do I change this to a shorter duration, like 2 seconds? Is there an XML file that can be edited to adjust this variable?
Posts: 18,222
Joined: Aug 2007
Reputation:
719
Hitcher
Team-Kodi Member
Posts: 18,222
It's coded in core so disable the mouse altogether.
Posts: 18,222
Joined: Aug 2007
Reputation:
719
Hitcher
Team-Kodi Member
Posts: 18,222
As I said it's coded in core so there's nothing a skin can do to reduce the time.
Posts: 10,775
Joined: Oct 2011
Reputation:
673
jjd-uk
Team-Kodi Member
Posts: 10,775
Just for your understanding noop is keymap shorthand for no operation, so in mousemove and mousedrag it forces Kodi to do nothing for those mouse actions. Then placing them in FullscreenVideo means the change only applies when playing video.