diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js
index f72064a7b..79f85039f 100644
--- a/frontend/components/Layout/Layout.js
+++ b/frontend/components/Layout/Layout.js
@@ -73,11 +73,6 @@ type Props = {
this.props.ui.setActiveModal('keyboard-shortcuts');
}
- @keydown('shift+3')
- openMarkdownShortcuts() {
- this.props.ui.setActiveModal('markdown-shortcuts');
- }
-
handleCreateCollection = () => {
this.props.ui.setActiveModal('collection-new');
};
diff --git a/frontend/components/Layout/components/Modals.js b/frontend/components/Layout/components/Modals.js
index 3d14bf025..37193b8b1 100644
--- a/frontend/components/Layout/components/Modals.js
+++ b/frontend/components/Layout/components/Modals.js
@@ -8,7 +8,6 @@ import CollectionEdit from 'scenes/CollectionEdit';
import CollectionDelete from 'scenes/CollectionDelete';
import DocumentDelete from 'scenes/DocumentDelete';
import KeyboardShortcuts from 'scenes/KeyboardShortcuts';
-import MarkdownShortcuts from 'scenes/MarkdownShortcuts';
import Settings from 'scenes/Settings';
@observer class Modals extends Component {
@@ -52,9 +51,6 @@ import Settings from 'scenes/Settings';
-
-
-
diff --git a/frontend/scenes/KeyboardShortcuts/KeyboardShortcuts.js b/frontend/scenes/KeyboardShortcuts/KeyboardShortcuts.js
index c4cd1df0c..037b05a12 100644
--- a/frontend/scenes/KeyboardShortcuts/KeyboardShortcuts.js
+++ b/frontend/scenes/KeyboardShortcuts/KeyboardShortcuts.js
@@ -10,18 +10,13 @@ function KeyboardShortcuts() {
Atlas is designed to be super fast and easy to use.
- All of your usual keyboard shortcuts work here.
+ All of your usual keyboard shortcuts work here, and there
+ {"'"}
+ s Markdown too.
+
+
Navigation
- Cmd + Enter
-
-
- Cmd + S
-
-
- Cmd + Esc
-
-
e
@@ -36,9 +31,59 @@ function KeyboardShortcuts() {
?
+
- #
-
+
Editor
+
+ Cmd + Enter
+
+ Cmd + S
+
+ Cmd + Esc
+
+
+ Cmd + b
+
+ Cmd + i
+
+ Cmd + u
+
+ Cmd + z
+
+ Cmd + Shift + z
+
+
+
+