SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.32k stars 3.13k forks source link

Ladybird/AppKit: Send mouse event on middle click #24615

Closed nico closed 3 days ago

nico commented 3 days ago

My external mouse also has a 4th and 5th button, but the Web::UIEvents::MouseButton:: abstraction doesn't support that yet, so I'm just early-outing for those.

With this and #24613, middle-clicking does open links in a new tab. (The more natural cmd-left-clicking doesn't work, though.)