8 lines
240 B
Markdown
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.
|