[SOLVED] WindowList Order

Good day, everyone.

I have function:

Key Tab A M	WindowList Root c c CurrentDesk, CurrentAtEnd, NoGeometry, SelectOnRelease Alt_L

But its behavior is not clear for me.

For example, I have window 1 and window 2.
Window 2 is focused.
I press hotkey for open window 3 and window 3 became focused.
I press Alt-Tab for switching to previously focused window 1, but focus switches to window 2.

How can I fix it?

(Sorry for my english, it is not my native language)

If I understand what you are looking for it is in the FAQ:

http://www.fvwm.org/documentation/faq/#3.3

John

Thank you, jmccue.

Problem was in other function, where used Focus instead of FlipFocus.