Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13436
Modified Files:
freevo_config.py
Log Message:
reworked input handling
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.362
retrieving revision 1.363
diff -C2 -d -r1.362 -r1.363
*** freevo_config.py 25 Sep 2004 05:23:09 -0000 1.362
--- freevo_config.py 27 Sep 2004 18:45:48 -0000 1.363
***************
*** 303,320 ****
#
# See src/event.py for a list of all possible events.
! EVENTS = {
! 'menu' : MENU_EVENTS,
! 'tvmenu' : TVMENU_EVENTS,
! 'input' : INPUT_EVENTS,
! 'tv' : TV_EVENTS,
! 'video' : VIDEO_EVENTS,
! 'dvd' : DVD_EVENTS, # only used by xine
! 'vcd' : VCD_EVENTS, # only used by xine
! 'audio' : AUDIO_EVENTS,
! 'games' : GAMES_EVENTS,
! 'image' : IMAGE_EVENTS,
! 'image_zoom' : IMAGE_ZOOM_EVENTS,
! 'global' : GLOBAL_EVENTS
! }
#
--- 303,308 ----
#
# See src/event.py for a list of all possible events.
! #
! EVENTS = input.EVENTMAP
#
***************
*** 327,331 ****
# here, e.g. KEYMAP[K_x] = 'SUBTITLE'. The K_-names are defined by pygame.
#
! # KEYMAP = DEFAULT_KEYMAP
#
--- 315,319 ----
# here, e.g. KEYMAP[K_x] = 'SUBTITLE'. The K_-names are defined by pygame.
#
! KEYMAP = input.KEYMAP
#
***************
*** 1012,1015 ****
--- 1000,1006 ----
LIRCRC = '/etc/freevo/lircrc'
+ if os.path.exists('/dev/lirc'):
+ plugin.activate('input.lirc')
+
#
# Set the Joy device to 0 to disable, 1 for js0, 2 for js1, etc...
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog