Dan Mancini wrote:
> Hi,
>
> I upgraded to 1.70. Looks like the LIRCRC file changed? I tried to
> edit the file and it is reallllly long now. (why?) When I put the key
> codes from my lirc.conf file they don't work any longer. For example,
> I make my "fullscreen" button 'z' and it doesn't work, yet when I press
> the 'z' on the keyboard it works great. What codes changed, and where
> would I find them? Also, the makelircrc helper gives me and error:
>
> Traceback (most recent call last):
> File "/usr/lib/python2.4/site-packages/freevo/helpers/makelircrc.py",
> line 96, in ?
> for line in x.readlines():
> NameError: name 'x' is not defined
You only need to copy the old lircrc file. No codes have changed but
some new events have been added.
MENU_GOTO_TV = Event('MENU_GOTO_TV')
MENU_GOTO_VIDEOS = Event('MENU_GOTO_VIDEOS')
MENU_GOTO_MUSIC = Event('MENU_GOTO_MUSIC')
MENU_GOTO_IMAGES = Event('MENU_GOTO_IMAGES')
MENU_GOTO_GAMES = Event('MENU_GOTO_GAMES')
MENU_GOTO_SHUTDOWN = Event('MENU_GOTO_SHUTDOWN')
Keys h (help), z (zoom, full-screen) and F10 (screen-shot) are not
mapped to events so the remote won't do anything. If you want them to
you can add some events to local_conf.py.
This *may* work if you have a ZOOM event
EVENTS['global']['ZOOM'] = key.K_z
Duncan
-------------------------------------------------------------------------
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