Tab from lister to lister

I thought there was a way of doing this in a round robin manner but seemingly not. Ctrl-Tab works as long as there is no Dual lister in the ring. Once a Dual is foreground Ctrl-Tab toggles between Source and Dest.

Ctrl+Shift+Tab will do it, even when dual-display listers are open.

Thanks Leo. I had a look at hotkey definitions under Customize and don't see either Ctrl+Tab or Ctrl+Shift+Tab. Are these hard wired into Opus or are they Windows keys?

I think it's fairly common but I'm not sure if it's something we've implemented ourselves or that Windows does automatically.

Why do you ask; are you looking for a way to do the same thing via a different hotkey?

I was initially looking for a way of moving from lister to lister from a script, and discovered that there is no (obvious) way of doing that. I checked the built-in Go command for a NEXTLISTER (or similar) option but there isn't one. It's not a big deal.

	cmd.SetSourceTab lister.activetab
	cmd.RunCommand "Set LISTERCMD=tofront"