<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. No need to install a bunch of extra junk.<br><br>Something along the lines of:<br><br>mysql> 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 Changed: 1 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
<DEPontius@edgehp.net><br><b><span style="font-weight: bold;">To:</span></b> g8ecj@gilks.org; Discussion about mythtv <mythtv-users@mythtv.org><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>>> Sounds like you've tweaked your keybindings. Is there some way and/or<br>>> documentation to do this other than MythWeb? It seems awfully<br>>> heavyweight to install Apache, php, and such, just to do what's normally<br>>> done with a plaintext file.<br>>> <br>> <br>> Assuming you have the mythcontrols plugin installed (its a part of the<br>> standard install so I assume so), go into setup/edit keys/tv playback and<br>> scroll down to JUMPTODVDROOTMENU and then assign the key of your choice<br>> from the keyboard/remote. I use CLASSIC menu so YMMV on the menu routing!<br>> <br>I don't appear to have such a screen. I have "Utilities/Setup" -> "Setup" -> "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. After sending this out I'll go back as root and install it.<br><br>Other opinions on MythWeb being worth the weight? 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>