<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>You want to be a little careful, but if all you want to do is edit a keybinding for one key, I would just use sql and edit the keybindings table directly.&nbsp; No need to install a bunch of extra junk.<br><br>Something along the lines of:<br><br>mysql&gt; UPDATE keybindings SET keylist = 'Atl+M' WHERE context = 'TV Playback' AND action = 'JUMPTODVDROOTMENU';<br>Query OK, 1 row affected (0.00 sec)<br>Rows matched: 1&nbsp; Changed: 1&nbsp; Warnings: 0<br><br>Pick what you want for keylist<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Dale Pontius
 &lt;DEPontius@edgehp.net&gt;<br><b><span style="font-weight: bold;">To:</span></b> g8ecj@gilks.org; Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, April 29, 2009 4:58:37 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [mythtv-users] Key bindings for internal DVD player - "dvd root menu"<br></font><br>
Robin Gilks wrote:<br>&gt;&gt; Sounds like you've tweaked your keybindings.&nbsp; Is there some way and/or<br>&gt;&gt; documentation to do this other than MythWeb?&nbsp; It seems awfully<br>&gt;&gt; heavyweight to install Apache, php, and such, just to do what's normally<br>&gt;&gt; done with a plaintext file.<br>&gt;&gt; <br>&gt; <br>&gt; Assuming you have the mythcontrols plugin installed (its a part of the<br>&gt; standard install so I assume so), go into setup/edit keys/tv playback and<br>&gt; scroll down to JUMPTODVDROOTMENU and then assign the key of your choice<br>&gt; from the keyboard/remote. I use CLASSIC menu so YMMV on the menu routing!<br>&gt; <br>I don't appear to have such a screen.&nbsp; I have "Utilities/Setup" -&gt; "Setup" -&gt; "General", "Appearance", "Screen Setup Wizard", "TV Settings", "Media Settings", and none of them have any items under them like "Edit Keys".<br><br>However...<br><br>I'm running Gentoo, so I just tried "emerge
 -atv mythcontrols" and lo and behold, there's something there to install.&nbsp; After sending this out I'll go back as root and install it.<br><br>Other opinions on MythWeb being worth the weight?&nbsp; On my system simply trying to "emerge -atv mythweb" drags along 9 other packages, apache and php being of course the heaviest.<br><br>Thanks,<br>Dale Pontius<br>_______________________________________________<br>mythtv-users mailing list<br><a ymailto="mailto:mythtv-users@mythtv.org" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><span><a target="_blank" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></span><br></div></div></div><br>

      </body></html>