TW.workbench.keyboard.createShortcut("shift+3", "Select third tab", "Hub", function () {
      document.querySelector('#hub_tabs li:nth-child(3) a').click();
    });