Please sir/madam consider the following idea and excuse me if this is already a feature or suggestion (I didn't see it):
I took Kyurim's grid and modified it for my liking (planning to post it, thinking about changes first) and this produced the following idea:
It would be awesome if the user could create / set a group of grids to cycle windows through with keystrokes. ie.
Grids:
62,63,64,65
130,131,132,133
198,199,200,201
Are 1/4 width full height grids on 3 monitors
Grids:
57,58,59,60,61
125,126,127,128,129
193.194,195,196,197
Are 1/5 width full height windows on 3 monitors
What I propose:
Allow the user to create MoveGroups ie Win+G+<hotkey> (F1) that points to a group that rotates through the grids (listed by number) in the group.
If possible store them in the grid file so that user's downloading the grid will also get the grid rotation groups. Maybe a variable like NumberOfGroups?
To follow your current convention:
[GridGroup<x>] = [62][63][64][65]
or
GridGroup<x> = <grid_to_rotate1>,<grid_to_rotate2> LIKE : GridGroup<x> = 62,63,64,65
Ideally, implementing this in a way existing grids available for downloading continue to work.
Thanks for your time and for considering this feature suggestion!