I have the following keybindings in local_conf.py for mplayer but, how can I achieve the same with xine (I know in xine you can switch the aspect ratio with 'a')? More generally speaking, is there a VIDEO_SEND_XINE_CMD?
# Teclas para cambiar la relación de aspecto # Original EVENTS['video']['0'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio -1') # 4:3 EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio 1.33333') # 16:9 EVENTS['video']['2'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio 1.77778') # Cinemascope EVENTS['video']['3'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio 2.35') Also, I have several keybindings to access the main menu items (i.e.: EVENTS['menu']['1'] = Event(MENU_GOTO_MUSIC) ). I have the Firefox plugin in the main menu, how can I bind a key to this menu? ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
