Author: duncan
Date: Tue Dec 19 07:31:11 2006
New Revision: 8743

Modified:
   branches/rel-1/freevo/src/event.py

Log:
Removed duplicate SUBTITLE event
Added K_RIGHTBRACKET and K_LEFTBRACKET for NEXT and PREV to allow control of 
detach player


Modified: branches/rel-1/freevo/src/event.py
==============================================================================
--- branches/rel-1/freevo/src/event.py  (original)
+++ branches/rel-1/freevo/src/event.py  Tue Dec 19 07:31:11 2006
@@ -362,7 +362,6 @@
     'ENTER'     : DVDNAV_SELECT,
     'SELECT'    : DVDNAV_SELECT,
     'DISPLAY'   : TOGGLE_OSD,
-    'SUBTITLE'  : VIDEO_NEXT_SUBTITLE,
     'REW'       : Event(SEEK, arg=-10),
     'FFWD'      : Event(SEEK, arg=10),
     'GUIDE'     : DVDNAV_TITLEMENU,
@@ -534,7 +533,9 @@
     key.K_F6          : 'REC',
     key.K_PERIOD      : 'EJECT',
     key.K_l           : 'SUBTITLE',
-    key.K_a           : 'LANG'
+    key.K_a           : 'LANG',
+    key.K_RIGHTBRACKET: 'NEXT',
+    key.K_LEFTBRACKET : 'PREV',
     }
 
 

-------------------------------------------------------------------------
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-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to