(function(jquery){jquery.fn.__bind__=jquery.fn.bind;jquery.fn.__unbind__=jquery.fn.unbind;jquery.fn.__find__=jquery.fn.find;var hotkeys={version:'0.7.9',override:/keypress|keydown|keyup/g,triggersmap:{},specialkeys:{27:'esc',9:'tab',32:'space',13:'return',8:'backspace',145:'scroll',20:'capslock',144:'numlock',19:'pause',45:'insert',36:'home',46:'del',35:'end',33:'pageup',34:'pagedown',37:'left',38:'up',39:'right',40:'down',109:'-',112:'f1',113:'f2',114:'f3',115:'f4',116:'f5',117:'f6',118:'f7',119:'f8',120:'f9',121:'f10',122:'f11',123:'f12',191:'/'},shiftnums:{"`":"~","1":"!","2":"@","3":"#","4":"$","5":"%","6":"^","7":"&","8":"*","9":"(","0":")","-":"_","=":"+",";":":","'":"\"",",":"<",".":">","/":"?","\\":"|"},newtrigger:function(type,combi,callback){var result={};result[type]={};result[type][combi]={cb:callback,disableininput:false};return result;}};hotkeys.specialkeys=jquery.extend(hotkeys.specialkeys,{96:'0',97:'1',98:'2',99:'3',100:'4',101:'5',102:'6',103:'7',104:'8',105:'9',106:'*',107:'+',109:'-',110:'.',111:'/'});jquery.fn.find=function(selector){this.query=selector;return jquery.fn.__find__.apply(this,arguments);};jquery.fn.unbind=function(type,combi,fn){if(jquery.isfunction(combi)){fn=combi;combi=null;} if(combi&&typeof combi==='string'){var selectorid=((this.prevobject&&this.prevobject.query)||(this[0].id&&this[0].id)||this[0]).tostring();var hktypes=type.split(' ');for(var x=0;x