ALT-CONTROL-TAB Component V 1.0
This is a very simple expert based on BufferList sample from Borland Delphi, that allows you to switch between open files by pressing Alt-Ctrl-Tab, on a similar way that Alt-tab switches between open applications on windows.
Pressing ctrl-alt-tab will open a form with icons for all your open files, ordered by the last time you looked at them. If you keep pressing tab without releasing ctrl-tab, it will move between the icons. When you release alt-ctrl, you will be on the selected file.
It is specially useful when you are working on a file and the debugger opens a new one (on a very distant tab). Pressing ctrl-alt-tab will send you back to your file.
The code is only tested on D7, but it is not complex and should be easy to compile on D5 and 6.