<div dir="ltr">On Sun, May 26, 2013 at 1:04 PM, Saul A. Peebsen <span dir="ltr"><<a href="mailto:jaglover@gmail.com" target="_blank">jaglover@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'd like to call directly Video > Adjust Fill > H. Fill and Off<br>
functions. Toggling thorough all options with W is a little bit<br>
clumsy. What's the easiest way to achieve this?<br><br></blockquote><div>You are looking for a way to inject the TOGGLEFILL0 ("Off") and TOGGLEFILL5 ("H.Fill") events during playback. If you feel like making local modifications and building from source, you could look for this line in tv_play.cpp:</div>
<div><div> REG_KEY("TV Playback", "TOGGLEFILL", QT_TRANSLATE_NOOP("MythControls",</div><div> "Next Preconfigured Zoom mode"), "W");</div><div>and add something similar for TOGGLEFILL0 and TOGGLEFILL5.</div>
</div></div><br></div><div class="gmail_extra">If you're running Master, there is a new feature in progress (<a href="http://code.mythtv.org/trac/ticket/11533">http://code.mythtv.org/trac/ticket/11533</a>) that lets you customize the OSD Playback menu, and you might use that to bring the action higher up in the menu hierarchy (but it won't help you with a key binding).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>Jim</div></div>