<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm hoping to be able to push one button and move forward or back<br>bigger intervals than we can do so now (while still retaining the
<br>option to jump smaller intervals), instead of two, three, or four.<br></blockquote></div><br>I assume this is with a remote, correct? If so, why not just set up your lircrc to do this? According to the lirc docs, you can have multiple 'config' lines for a given button definition, which results in those keys being sent in sequence. So, you should be able to do something like:
<br><br>begin<br> prog = mythtv<br> button = pageup<br> config = i<br> config = 6<br> config = 0<br>end<br><br>Note, I haven't tried this, but it might work as a stopgap.<br><br>Brett.<br>