emvaized/circle-mouse-gestures

request: open link options for image menu

Opened this issue · 0 comments

Frequently an image on a page has a link to some other page. For a normal link on a page we have the link options to choose from (open link in new tab, etc.) when configuring CMG. For the Image menu in CMG configuration there are no options to do anything with the underlying link. To be clear, I am talking about the situation where html looks like this:

<a href="http://somelink.com"><img src="http://images.com/theimage.jpg" /></a>

CMG will allow: copy the image link, downloading the image, etc. but there is no way to get CMG to operate on the href link which is "under" the image. I would like to have CMG access to the href link available as configuration options on the Image menu.