http://www.autohotkey.com/docs/Hotkeys.htm - This page describes how to map some key combination to Alt+Tab and Shift+Alt+Tab, and the examples
LAlt & j::AltTab
LAlt & k::ShiftAltTab
when I write this code it doesn't work and it even disable the regular Alt+Tab.
Any ideas? Thanks!
AltTab
is dysfunctional on Windows 8. – MCL