Hi George,<br><br><br>&nbsp; Sounds about on the right track, but I couldn't seem to get it working this way (for game or video).&nbsp; If I knew a little more about how the keybindings table worked
internally I could possibly debug the issue with your solution, but I
am not really sure on how this table actually maps to the code or why
your solution didn't work for me.<br>
<br><br>&nbsp;What did eventually work for me was adding an entry to my .lircrc file which binds button 9 to &quot;Page Down&quot;.&nbsp; Of course this might screw up the button when I'm using it for TV channels, but right now I'm actually using myth for just about everything but tv... Surprisingly even with the entry before the binding keypad digit 9 to number 9 its still using my newly defined page down action. Perhaps lirc takes the first assignment and sticks with it, i'm not sure.
<br><br><br>&nbsp; One thing I really like in mythmusic is how you can use the keys on the numberpad to jump down the list.&nbsp; I'm wondering if this is in the mythmusic code or where this action is defined.... perhaps I can port it into mythgame...&nbsp; Anyone have any more insight??
<br><br><br>Thanks!<br>John<br><br><br><div><span class="gmail_quote">On 5/21/06, <b class="gmail_sendername">George Nassas</b> &lt;<a href="mailto:gnassas@mac.com">gnassas@mac.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 21-May-06, at 6:08 PM, John Goulah wrote:<br><br>&gt; Is there an easy way to page down the mythgame list with a remote? Or<br>&gt; perhaps entering the letter (via number keypad) such as the mythmusic<br>&gt; plugin supports? I have over 500 Nes roms and its really hard to get
<br>&gt; to the end of the list....<br><br>Not sure about mythgame but I solved a similar problem with mythvideo<br>by adding bindings to the &quot;qt&quot; context.<br><br>In mysql do something like this:<br><br>insert into keybindings (context, action, description, keylist,
<br>hostname) values ('qt', 'PAGEDOWN', 'Page Down', '9', ###);<br><br>the ### bit depends on where your frontend lives. To see a list of<br>possible values do this and pick the appropriate hostname:<br><br>select distinct hostname from keybindings;
<br><br>The mythcontrols plugin allows you mess with what key does what in<br>various contexts but so far as I know there isn't a UI way to add<br>actions to a context. That's why I started with a sql insert.<br><br>Of course, if there's a UI way to add new actions and I've missed it
<br>then never mind. Just use the plugin.<br><br>- George<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>