Hi I am using Leaflet and love it!
One hangup, I want to select-All the boxes I've drawn when someone pressed Control-A (Windows convention).
I've tried map.on( 'keypress', KeyFunc ) with no joy.
map.on( 'click', ClickFunc ) works fine, so I am getting events, just not keypressed ones.
Hint: the browser (Chrome ) is highlighting other stuff when I press Control-A so it looks like chrome gets the keypressed first before I can see it.