> It has already been fixed in SVN. If you don't want to use the SVN version
> then simply reference the altKey property like this:
> event.originalEvent.altKey

thanks for the information - that props copying line was the problem.
anyway, in my case for the matter of backward (and forward)
compatibility I will add
event.altKey = event.originalEvent.altKey;

(it broke my plug-in jquery.hotkeys)

Reply via email to