Request: pressing pause brings up menu
#1
I really like the menu that comes up when you hit M on the keyboard.

Is there a way to make this come up when I hit pause? instead of just the DVD or Blu ray case in the corner?
Reply
#2
Videoosd.xml

Quote:<window type="dialog" id="2901">
<defaultcontrol always="true">903</defaultcontrol>
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding</visible>
<allowoverlay>yes</allowoverlay>
<controls>

When I put this the osd comes up when I pause, but breaks the osd if i hit m.
Reply
#3
try:
<visible>Window.IsVisible(SeekBar)</visible>

if it works, you can delete all contents of DialogSeekBar.xml so both don't overlap.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Request: pressing pause brings up menu0