LI.define("kb.ShortcutsCheatsheet");
LI.kb.ShortcutsCheatsheet=LI.BaseControl.extend(function(a){return{beforeDecoration:function(){this.shortcuts=kkjjhlhlba.getShortcuts()
},attachEventListeners:function(){var b=this;
this._$el.on("click",function(c){b._handleClick($(c.target))
})
},_handleClick:function(d){var c=this.shortcuts,b,e,f;
e=d.hasClass("shortcut")?d:d.parents(".shortcut");
if(e.length&&c){b=e.data("kb-method");
f=c[b]?c[b].method:null;
if(f){if(typeof f==="string"){window.location=f
}else{f()
}}}}}
});