Hi!
Hi!
I would like to have my pages shaped like a cross ➕. How can I do that?
if my desktop has nine pages like this:
1 2 3
4 5 6
7 8 9
I would like to ignore 1,3,7,9 so each left swipe From 2,5,8 will go to 4, and left will go to 6.
Up from 4,5,6 will go to 2 and down to 8.
thanks!
« In app drawer/my drawer i use different grid size. (Previous Post)
Pin all items on 2 & 8 horitontally and those on 4 & 6 vertically.
That’s the easy way. It has one problem: If you go from 2 down (4 left, 6 right, 8 up) you don’t know which page you will reach. Solving this requires advanced scripting. I don’t think anyone has already implemented that (At least I didn’t).
Thanks!
If I would like to script this, could you give me pointers where to look and what to learn?
I’m a new LL user but I have setup my lockscreen with an invisible rectangle which on swipe executes an action. Maybe you can add an invisible ‘swipe box’ that sends you to different screens on different swipes?
Shlomi Stampfer
All on scripting can be found here http://www.lightninglauncher.com/wiki/doku.php?id=scripting
https://plus.google.com/+LukasMorawietz/posts/GhYPzcyi7qy
Danbar Danbar 404
Harald Klann
that link points to the private community, you’d have to join there to see it.
You might also be able to use stop points for this. I don’t personally use them, so I don’t know how much help this is, but I’m pretty sure there’s a way to get stop points to prevent you from scrolling past them. So, you could have your main screen be in the center, and then scroll up, down, left, or right, but not in any of the diagonals.