Files
vue-flow/.changeset/fast-fireants-reflect.md
T
2023-01-17 21:25:41 +01:00

8 lines
240 B
Markdown

---
'@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.