From 83f756f471c684eef03e157c6bf0e0705602b57b Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Thu, 12 Sep 2024 17:20:52 +0200 Subject: [PATCH] Document keyboard shortcuts for bpmn_io --- docs/modeller/bpmn/bpmn_io/usage.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/modeller/bpmn/bpmn_io/usage.md b/docs/modeller/bpmn/bpmn_io/usage.md index e23df197..a68d251b 100644 --- a/docs/modeller/bpmn/bpmn_io/usage.md +++ b/docs/modeller/bpmn/bpmn_io/usage.md @@ -22,3 +22,21 @@ title: Usage - **Documentation**: 4. Click *Save*. + +## Keyboard Shortcuts + +When the focus is inside the BPMN canvas, there is support for the following shortcuts: + +| Function | Shortcut | +|----------------|---------------| +| Undo | ctrl + Z | +| Redo | ctrl + Y | +| Select All | ctrl + A | +| Copy | ctrl + C | +| Paste | ctrl + V | +| Find | ctrl + F | +| Scrolling | ctrl + Arrows | +| Direct Editing | E | +| Hand Tool | H | +| Lasso Tool | L | +| Space Tool | S | -- GitLab