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

240 B

@vue-flow/core
@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.