From d8fe5432adec9c185c87b0c1e4bf432d83a8362f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:20:25 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/fast-fireants-reflect.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fast-fireants-reflect.md 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.