Skip to content

v0.6.0

Choose a tag to compare

@metonym metonym released this 14 Feb 19:28

Features

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

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