I would like to emulate Alt-Tab as it works with individual windows on GTK, but with Ctrl-Tab within buffers in emacs.
So, for example, if I have ten buffers open in emacs, and I am working on two at the moment, say Buffer1 and Buffer2, and I am in Buffer1 currently, I would like Ctrl-Tab to take me to Buffer2, and on pressing Ctrl-Tab again, back to Buffer1.
In case I need to go to Buffer3, or Buffer4 etc, I keep Ctrl pressed while I press Tab.
Does this make sense? If so, please tell me how I can do this.