From 84ec3a202b191ca0253a715e41c00c7d54a0a092 Mon Sep 17 00:00:00 2001 From: Lyle Klyne Date: Wed, 5 Jun 2024 13:30:53 -0700 Subject: [PATCH 1/3] add keyboard shortcut page and initial shortcuts --- docs/keyboard-shortcuts.mdx | 66 +++++++++++++++++++++++++++++++++++++ sidebars.js | 5 +++ 2 files changed, 71 insertions(+) create mode 100644 docs/keyboard-shortcuts.mdx diff --git a/docs/keyboard-shortcuts.mdx b/docs/keyboard-shortcuts.mdx new file mode 100644 index 0000000..bf10394 --- /dev/null +++ b/docs/keyboard-shortcuts.mdx @@ -0,0 +1,66 @@ +--- +title: Keyboard Shortcuts +--- + +export const Shortcut = ({ children }) => ( + + {children} + +); + +A list of keyboard shortcuts that can be used within the Aerie UI. + +### Plan View + +**Timeline** + +The easiest way to zoom in and out is using + scroll (MacOS) or ctrl + scroll (Windows) with the cursor over the timeline section. This works with a trackpad +or a mouse. + +- middle mouse button + drag pans the timeline horizontally + +- = zooms timeline in +- - zooms timeline out + +- [ nudges timeline left +- ] nudges timeline right + +- ctrl + T toggles the cursor visibility +- 0 resets the timeline zoom + +- delete or backspace deletes selected activity directive + +
+ +**Activity Table** + +- delete or backspace delete selected row from tables you have permissions to delete + +
+ +**Activity Parameters** + +- + left click (MacOS) or ctrl + + left click + (Windows) resets paramater value to default + +
+ +**Activity Error Rollup** + +- + left click (MacOS) or ctrl + + left click + (Windows) resets invalid parameters if possible + +### Expansion Rule Form + +- + s (MacOS) or ctrl + s (Windows) + saves the form + +### Sequence Editor diff --git a/sidebars.js b/sidebars.js index 89aa2de..d3c25ef 100644 --- a/sidebars.js +++ b/sidebars.js @@ -322,6 +322,11 @@ const sidebars = { ], }, 'glossary', + { + label: 'Keyboard Shortcuts', + type: 'doc', + id: 'keyboard-shortcuts', + }, ], upgradeGuides: [ 'upgrade-guides/2-11-0-to-2-12-0', From 281b790b5979ec50a00264ddfc8e7fc492efa377 Mon Sep 17 00:00:00 2001 From: Lyle Klyne Date: Thu, 6 Jun 2024 11:10:11 -0700 Subject: [PATCH 2/3] formatting cleanup --- docs/keyboard-shortcuts.mdx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/keyboard-shortcuts.mdx b/docs/keyboard-shortcuts.mdx index bf10394..a2fc348 100644 --- a/docs/keyboard-shortcuts.mdx +++ b/docs/keyboard-shortcuts.mdx @@ -6,11 +6,9 @@ export const Shortcut = ({ children }) => ( - {children} + {children} ); @@ -24,16 +22,12 @@ The easiest way to zoom in and out is using + middle mouse button + drag pans the timeline horizontally - - = zooms timeline in - - zooms timeline out - - [ nudges timeline left - ] nudges timeline right - - ctrl + T toggles the cursor visibility - 0 resets the timeline zoom - - delete or backspace deletes selected activity directive
@@ -58,9 +52,16 @@ or a mouse. left click (Windows) resets invalid parameters if possible +
+ ### Expansion Rule Form - + s (MacOS) or ctrl + s (Windows) saves the form +
+ ### Sequence Editor + +- + s (MacOS) or ctrl + s (Windows) + saves the sequence From 13f7cacaea7c6c2678b849f099414d3db7f8686d Mon Sep 17 00:00:00 2001 From: Lyle Klyne Date: Fri, 7 Jun 2024 11:15:02 -0700 Subject: [PATCH 3/3] add simulate shortcut and tweak timeline copy --- docs/keyboard-shortcuts.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-shortcuts.mdx b/docs/keyboard-shortcuts.mdx index a2fc348..34e2b8c 100644 --- a/docs/keyboard-shortcuts.mdx +++ b/docs/keyboard-shortcuts.mdx @@ -16,10 +16,11 @@ A list of keyboard shortcuts that can be used within the Aerie UI. ### Plan View +Start running simulation from anywhere in the plan view with + s (MacOS) or ctrl + s (Windows). + **Timeline** -The easiest way to zoom in and out is using + scroll (MacOS) or ctrl + scroll (Windows) with the cursor over the timeline section. This works with a trackpad -or a mouse. +The easiest way to navigate the timeline is by holding (MacOS) or ctrl (Windows) and then using click+drag to pan and scroll to zoom in and out. - middle mouse button + drag pans the timeline horizontally - = zooms timeline in