• v0.3.3 d1e8e3a2ed

    feat: add OnKeyDownMap and WithWindow for combined key bindings

    ryan released this 2026-02-02 18:23:06 +00:00 | 53 commits to main since this release

    OnKeyDownMap merges multiple key bindings into a single
    data-on:keydown__window attribute via a JS ternary chain,
    avoiding HTML attribute deduplication. WithWindow scopes
    any keydown listener to the window object.

    Downloads