diff --git a/docs/keyboard-shortcuts.mdx b/docs/keyboard-shortcuts.mdx
new file mode 100644
index 0000000..34e2b8c
--- /dev/null
+++ b/docs/keyboard-shortcuts.mdx
@@ -0,0 +1,68 @@
+---
+title: Keyboard Shortcuts
+---
+
+export const Shortcut = ({ children }) => (
+
+ {children}
+
+);
+
+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 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
+- - 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
+
+- ⌘ + s (MacOS) or ctrl + s (Windows)
+ saves the sequence
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',