> var ns = new noobSlide('myslide', { size:300, ....});
> shortcut.add("Left",function() {
> ns.walk();
> },{
> 'type':'keydown',
> 'propagate':true,
> 'target':document
> });That was exactly my approach, to insert shortcut.add right after I call the noobSlide. Unfortunately it doesn't work, plus apparently "ns is not defined" (error reported by IE).
