Axel Fontaine
Axel Fontaine

Reputation: 35169

Maps Api v3: detect Ctrl+click on a marker

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

Answers (1)

Khepri
Khepri

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.

Upvotes: 2

Related Questions