Andreas,
I think you can easily change the rotation behavior by swaping two events in
the file Event.py.
You can find this file as a part of Freevo in my system it is in
/usr/lib/python2.5/site-packages/freevo/event.py directory.

You must modify lines 443 and 444 in the IMAGE_EVENTS array.
    'LEFT'      : Event(IMAGE_ROTATE, arg='left'),
    'RIGHT'     : Event(IMAGE_ROTATE, arg='right'),
has to become:
    'LEFT'      : Event(IMAGE_ROTATE, arg='right'),
    'RIGHT'     : Event(IMAGE_ROTATE, arg='left'),

Just try this and tell me if it works.
Beware that this change will be overwritten next time you upgrade Freevo.
Cheers,
Pirlouwi.

On Nov 10, 2007 7:07 PM, Andreas Dick <[EMAIL PROTECTED]> wrote:

> hei list
> I would like to exchange the meaning of the "right" and "left" buttons for
> rotating images...
> in my setup, the right button rotates the image in CCW, I would expect
> CW...
> (how do others feel?)
>
> is there an easy way to change this in local_conf.py?
> thanks
> Andreas
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to