[mythtv] [mythtv-commits] Ticket #368: Teletext patch for DVB/IVTV cards
Frank Muenchow
beebof at gmx.de
Wed Mar 22 11:11:52 UTC 2006
>>> 2006-03-22 17:08:25.618 TV Error: Unknown menu action selected: TOGGLETT
> It's there. I still get that even with the keybindings (activate from
> OSD menu).
Oh, sorry, my fault. Please try:
--- tv_play.cpp.orig 2006-03-22 12:08:16.000000000 +0100
+++ tv_play.cpp 2006-03-22 12:07:32.000000000 +0100
@@ -1791,7 +1791,10 @@
{
int type = type_string_to_track_type(action.mid(6));
if (type == kTrackTypeTeletext)
+ {
+ handled = true;
activenvp->EnableTeletext();
+ }
else if (type >= kTrackTypeSubtitle)
{
handled = true;
> When I hit "T", I see "TXT 801 on TXT: ???", then it fades out, and
> nothing happens.
This should not happen if you have binded T to TOGGLETT. It seems that T
is binded to TOGGLECC.
-- Frank
More information about the mythtv-dev
mailing list