-
feat: add OnKeyDownMap and WithWindow for combined key bindings
released this
2026-02-02 18:23:06 +00:00 | 53 commits to main since this releaseOnKeyDownMap 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