> What I would like to be able to do as well is:
> $(right_arrow_on_keyboard).addEvent('press_down', function(e)
> {
> this.slideShowSwap(true);
That looks a little backward. You probably want to handle the keydown
event on document and then check event.code and fireEvent()
accordingly.
Keyboard in -More I think would allow you to express the logic the way
you have it (programming the keys, as it were, instead of the window,
though the same events are used under the hood). It looks pretty
awesome but intimidating too.
-- Sandy