Snippet of JavaScript code:
KT_initKeyHandler(b)
Firebug console output:
KT_initKeyHandler(b=keydown charCode=0, keyCode=90)
Corresponding JavaScript function call:
KT_initKeyHandler(?)
Example:
Snippet of JavaScript code:
KT_event(b,c)
Firebug console output:
KT_event(b=Object { k=90, m=0, t="1"}, c=0)
Corresponding JavaScript function call:
KT_event([k=122, m=0, t="1"],c=1)