Skip to content

Commit

Permalink
Network control: add "jump pbb" as a short alias for "jump playbackbox".
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed Apr 12, 2012
1 parent 2531893 commit 0ba379a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythfrontend/networkcontrol.cpp
Expand Up @@ -95,6 +95,7 @@ NetworkControl::NetworkControl() :
jumpMap["statusbox"] = "Status Screen";
jumpMap["deletebox"] = "TV Recording Deletion";
jumpMap["playbackbox"] = "TV Recording Playback";
jumpMap["pbb"] = "TV Recording Playback";

keyMap["up"] = Qt::Key_Up;
keyMap["down"] = Qt::Key_Down;
Expand Down

0 comments on commit 0ba379a

Please sign in to comment.