Hi,

I'm aware that ecomorph/ecomp are not part of the e17 repository, but I 
think that the author is reading this list, so I hope it's ok to bring 
this up here...

Attached is a _very_ short patch that alters the behavior of the expo 
pager action "cycle next/previous" a little. Since I was used to my 
desktops switching immediately when pressing the respective key binding, 
it confused me a little that the "Expo next/prev" action would not do 
that right away, but only on the second key stroke. The first one would 
only initiate expo. In order to keep the behavior one would have with 
the "normal" desktop switcher I changed expo.c a little, see below.

The original behavior was probably intentional and if so, maybe the 
"switch to next/prev immediately" feature could be made an option in 
ecomorph.

Thanks,   Nick.



--- expo.c.orig    2010-08-10 16:40:23.000000000 -0400
+++ expo.c    2010-08-10 16:30:41.000000000 -0400
@@ -265,7 +265,7 @@

                      damageScreen (s);
                  }
-                else if (action == ECO_ACT_CYCLE)
+                if (action == ECO_ACT_CYCLE)
                  {
                      if (option2 == ECO_ACT_OPT_CYCLE_NEXT)
                      {


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to