Getting event object in droppable.accept
As it stands, the `droppable.accept` callback only receives the object to be dropped. What should I do if I want to check the state of, say, shift key (aside from monitoring its state with a global handler; or modifying the jQUI library to pass the object along)?