<div dir="ltr">On Sun, May 26, 2013 at 1:04 PM, Saul A. Peebsen <span dir="ltr">&lt;<a href="mailto:jaglover@gmail.com" target="_blank">jaglover@gmail.com</a>&gt;</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&#39;d like to call directly Video &gt; Adjust Fill &gt; H. Fill and Off<br>


functions. Toggling thorough all options with W is a little bit<br>
clumsy. What&#39;s the easiest way to achieve this?<br><br></blockquote><div>You are looking for a way to inject the TOGGLEFILL0 (&quot;Off&quot;) and TOGGLEFILL5 (&quot;H.Fill&quot;) 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(&quot;TV Playback&quot;, &quot;TOGGLEFILL&quot;, QT_TRANSLATE_NOOP(&quot;MythControls&quot;,</div><div>            &quot;Next Preconfigured Zoom mode&quot;), &quot;W&quot;);</div><div>and add something similar for TOGGLEFILL0 and TOGGLEFILL5.</div>

</div></div><br></div><div class="gmail_extra">If you&#39;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&#39;t help you with a key binding).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>Jim</div></div>