Skip to content

v0.6.0

Compare
Choose a tag to compare
@metonym metonym released this 14 Feb 19:28
· 7 commits to master since this release

Features

  • add separator prop to customize the key between keys (c4a28e9, #17 contributed by @jkoking)

    <Keydown separator="+" on:combo={(e) => (combo = [...combo, e.detail])} />