Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MythTV/mythtv
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Mar 22, 2011
2 parents 803c879 + 7e049de commit 4b396a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythplugins/mythbrowser/mythbrowser/mythflashplayer.cpp
Expand Up @@ -78,6 +78,8 @@ bool MythFlashPlayer::keyPressEvent(QKeyEvent *event)

if (action == "PAUSE")
evaluateJavaScript("play();");
else if (action == "INFO")
evaluateJavaScript("info();");
else if (action == "SEEKFFWD")
evaluateJavaScript(QString("seek(%1);").arg(m_fftime));
else if (action == "SEEKRWND")
Expand Down

0 comments on commit 4b396a5

Please sign in to comment.