Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7081

Modified Files:
        event.py 
Log Message:
Need a pageup/pagedown for input events.


Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** event.py    1 Jun 2003 18:32:08 -0000       1.7
--- event.py    2 Jun 2003 22:56:19 -0000       1.8
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/06/02 22:56:19  rshortt
+ # Need a pageup/pagedown for input events.
+ #
  # Revision 1.7  2003/06/01 18:32:08  rshortt
  # INPUT_EXIT was the same as INPUT_ENTER
***************
*** 278,281 ****
--- 281,286 ----
      '9'         : INPUT_9,
      '0'         : INPUT_0,
+     'CH+'       : MENU_PAGEUP,
+     'CH-'       : MENU_PAGEDOWN,
      }
  




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to