diff --git a/.changeset/fast-fireants-reflect.md b/.changeset/fast-fireants-reflect.md new file mode 100644 index 00000000..8c9ce41b --- /dev/null +++ b/.changeset/fast-fireants-reflect.md @@ -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.