(function($) { Mousetrap.bindGlobal('esc', function() { // toggle sidebar menu $('#collapse-button').trigger('click'); }); Mousetrap.bindGlobal('alt+x', function() { window.location.replace(akSiteUrl); }); if ('post-php' === adminpage && 1 === $('#publish').length) { // coming soon } })(jQuery);