Hello,
I'm a user of FireGestures, which allows me to bind mouse gestures to Javascript and browser commands (such as cmd_newNavigatorTab to open a new tab, for instance).
By itself, Firegestures has a "Next Tab" and "Previous Tab" function, but they are tab-history-blind (i.e. just like Firefox's default Ctrl-Tab).
Is there any (simple) way to bind LastTab's handling of Ctrl-Tab (and Shift-Ctrl-Tab) to a mouse gesture? I know next to nothing about Javascript or Firefox's command-passing structure, so any assistance would be really appreciated.
Sorry for the late reply, Outlook wasn't alerting me to new messages.
There's no simple way to do what you want. LastTab internally maintains its history and directly overrides the keystroke ctrl-tab. Still, it is a good idea. It's something I'll consider for a future version.