Bugs item #1563005, was opened at 2006-09-21 19:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1563005&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tvtine Group: None Status: Open Resolution: None Priority: 5 Submitted By: Duncan Webb (duncanwebb) Assigned to: Nobody/Anonymous (nobody) Summary: Add Event passing to tvtime Initial Comment: Sumitted by: Jonathan Isom Here is a patch to add Event passing to tvtime examples below for local_conf.py EVENTS['tv']['VOL+'] = Event(TV_SEND_TVTIME_CMD, arg='MIXER_UP 2') EVENTS['tv']['VOL-'] = Event(TV_SEND_TVTIME_CMD, arg='MIXER_DOWN 2') EVENTS['tv']['MUTE'] = Event(TV_SEND_TVTIME_CMD, arg='MIXER_TOGGLE_MUTE') EVENTS['tv']['MENU'] = Event(TV_SEND_TVTIME_CMD, arg='SHOW_MENU') EVENTS['tv']['EXIT'] = Event(TV_SEND_TVTIME_CMD, arg='MENU_EXIT') EVENTS['tv']['SELECT'] = Event(TV_SEND_TVTIME_CMD, arg='MENU_ENTER') EVENTS['tv']['UP'] = Event(TV_SEND_TVTIME_CMD, arg='MENU_UP') EVENTS['tv']['DOWN'] = Event(TV_SEND_TVTIME_CMD, arg='MENU_DOWN') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1563005&group_id=46652 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel