Andreas Volz wrote:
Am Mon, 17 May 2004 17:56:12 +0200 schrieb Kim Woelders:


Andreas Volz wrote:

Is it possible to configure or change enlightenment to change
virtual
desktops if using the mouse wheel instead of changing multible
desktops?

I need this feature because I like switching desktops with mouse
wheel,
but I use only multible desktops because of the flickering
gnome-panel
with multible dektops I described some time ago on this list.


I expect it's possible to set that up in keybindings.cfg.


Yes, seems to be possible. I changed it to this:

  __NEXT_ACTION
    __TOOLTIP_ACTION_TEXT "Go Back a Desktop"
    __EVENT __MOUSE_PRESS
    __BUTTON 4
    __ALLOW_ANY_MODIFIER_KEYS __ON
    __ACTION __A_AREA_MOVE_BY __RIGHT
  __NEXT_ACTION
    __TOOLTIP_ACTION_TEXT "Go Forward a Desktop"
    __EVENT __MOUSE_PRESS
    __BUTTON 5
    __ALLOW_ANY_MODIFIER_KEYS __ON
    __ACTION __A_AREA_MOVE_BY __LEFT

switching right areas work great, but left doesn't work. Do you know
why?

Change "__RIGHT"/"__LEFT" to "1 0"/"-1 0".

/Kim


------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to