Switch between open windows on Maya(like Alt+Tab in windows)
Drag and drop the install_hotkey.mel
file into the Maya viewport.
Press Ctrl+Shift+T
to launch the tool.
Drag and drop the install_shelf.mel file into the Maya viewport.
Change to simple mode.(disable create thumbnail previews)
from window_switcher import settings
settings.enable_simple_mode()
Return to normal mode.
from window_switcher import settings
settings.disable_simple_mode()
tm8r (https://github.com/tm8r)