Skip to content

Commit

Permalink
TV: Register keybindings for 3D actions.
Browse files Browse the repository at this point in the history
Which default to unbound.
  • Loading branch information
Mark Kendall committed Jan 3, 2012
1 parent 551196a commit 6b2bdae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -805,6 +805,18 @@ void TV::InitKeys(void)
REG_KEY("TV Playback", ACTION_TOGGLEOSDDEBUG,
QT_TRANSLATE_NOOP("MythControls", "Toggle OSD playback information"), "");

/* 3D/Frame compatible/Stereoscopic TV */
REG_KEY("TV_PLAYBACK", ACTION_3DNONE,
QT_TRANSLATE_NOOP("MythControls", "No 3D"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DSIDEBYSIDE,
QT_TRANSLATE_NOOP("MythControls", "3D Side by Side"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DSIDEBYSIDEDISCARD,
QT_TRANSLATE_NOOP("MythControls", "Discard 3D Side by Side"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DTOPANDBOTTOM,
QT_TRANSLATE_NOOP("MythControls", "3D Top and Bottom"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DTOPANDBOTTOMDISCARD,
QT_TRANSLATE_NOOP("MythControls", "Discard 3D Top and Bottom"), "");

/*
keys already used:
Expand Down

0 comments on commit 6b2bdae

Please sign in to comment.