panzoom
panzoom copied to clipboard
Trigger keyboard events from different owner
It seems as though the onKeyDown handler get registered to the "owner" which is the first parent of the chosen panzoom element. I have a use case where I want to control keyboard panning (up, down, left, right positioning) while focused on a dom element higher up in the tree. Is there a way currently for me to do this?