diff --git a/client/modules/IDE/components/KeyboardShortcutModal.jsx b/client/modules/IDE/components/KeyboardShortcutModal.jsx index fbb180b9e4..0b8c7ae224 100644 --- a/client/modules/IDE/components/KeyboardShortcutModal.jsx +++ b/client/modules/IDE/components/KeyboardShortcutModal.jsx @@ -32,6 +32,12 @@ function KeyboardShortcutModal() { Find Previous Text Match +
  • + + {metaKeyName} + D + + Add Cursor at Next Text Match +
  • {metaKeyName} + [ diff --git a/developer_docs/README.md b/developer_docs/README.md index e4cf46d75e..3586d5cbf3 100644 --- a/developer_docs/README.md +++ b/developer_docs/README.md @@ -1,7 +1,6 @@ This folder contains documents intended for developers of the p5.js Web Editor. ## List of Documents -* [Getting Started](getting_started.md) - A place to get started! * [Installation](installation.md) - A guide for setting up your development environment * [Development](development.md) - A guide for adding code to the web editor * [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request