Reputation: 35169
Is it possible to detect keyboard modifiers (ctrl, alt, shift) during a mouse event on a marker in a Google Maps v3 javascript map? If so, how?
Upvotes: 2
Views: 1436
Reputation: 9627
You can, but it's nothing that's built in to the maps API.
This is back for the 2 API, but will work for three. There's some discussion of order of event problems with FireFox here, so you'll have to test a bit.
Hopefully that helps.