Re: Shift+click -> download feature

Michael Catanzaro <[email protected]> Sat, 21 Jan 2017 08:58:45 -0600
Newsgroups gmane.comp.gnome.apps.epiphany
Message-ID <[email protected]>
On Sat, 2017-01-21 at 11:47 +0100, Gianvito Cavasoli wrote:
> Change with another shortcut? ALT seems unused...
> 
> Gianvito

Well that's just going to break any websites that expect Alt + Click to
work. We might need to investigate if we're handling button press
events properly. Likely we need to make sure they get sent to the web
view first, and only handle them if the view does not, as we do for
most key press events.

Michael