Skip to content

Commit dcea2ab

Browse files
author
Mark Kendall
committed
Convert more sundry actions to defines.
This also adds keybindings (default none) for the DVD title and Chapter menu actions.
1 parent ed422e3 commit dcea2ab

File tree

2 files changed

+98
-69
lines changed

2 files changed

+98
-69
lines changed

mythtv/libs/libmythtv/tv.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55

66
#include "videoouttypes.h"
77

8+
#define ACTION_GUIDE "GUIDE"
9+
#define ACTION_FINDER "FINDER"
10+
#define ACTION_TOGGLESLEEP QString("TOGGLESLEEP")
11+
#define ACTION_PLAY "PLAY"
12+
#define ACTION_JUMPPREV "JUMPPREV"
13+
#define ACTION_JUMPREC QString("JUMPREC")
14+
#define ACTION_VIEWSCHEDULED "VIEWSCHEDULED"
15+
#define ACTION_SIGNALMON "SIGNALMON"
16+
17+
#define ACTION_JUMPTODVDROOTMENU "JUMPTODVDROOTMENU"
18+
#define ACTION_JUMPTOPOPUPMENU "JUMPTOPOPUPMENU"
19+
#define ACTION_JUMPTODVDCHAPTERMENU "JUMPTODVDCHAPTERMENU"
20+
#define ACTION_JUMPTODVDTITLEMENU "JUMPTODVDTITLEMENU"
21+
22+
#define ACTION_SCREENSHOT "SCREENSHOT"
23+
#define ACTION_EXITSHOWNOPROMPTS "EXITSHOWNOPROMPTS"
24+
825
/* Interactive Television keys */
926
#define ACTION_MENURED "MENURED"
1027
#define ACTION_MENUGREEN "MENUGREEN"

0 commit comments

Comments
 (0)