chore: add changeset

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-17 21:20:25 +01:00
committed by Braks
parent d51499de96
commit d8fe5432ad

View File

@@ -0,0 +1,7 @@
---
'@vue-flow/core': patch
---
Support key combinations for keycodes.
Combinations can be passed using an array of keycodes and concatenated with a plus sign.
For example: `['A+B']` will trigger when A and B are pressed at the same time.