alpinejs / alpine

A rugged, minimal framework for composing JavaScript behavior in your markup.
https://alpinejs.dev
MIT License
27.92k stars 1.22k forks source link

:sparkles: Enhances clicks with key modifiers #4209

Closed ekwoka closed 3 months ago

ekwoka commented 4 months ago

Handles #4208

Allows for the use of ctrl meta...etc keys on click and mouse event listeners.

Overall simple change to include clicks

Would a more significant refactor also enable the use of mouse-button modifiers? Maybe...

This also solved some potential bugs related to modifiers that could exist on a keydown that wouldn't be properly ignored.

Includes:

calebporzio commented 3 months ago

Love this! Thanks @ekwoka!