From d990c84ff9ebb65bccc6f53e9233d40f072d2103 Mon Sep 17 00:00:00 2001 From: Tirta Rachman Date: Tue, 17 Mar 2020 23:25:02 -0400 Subject: [PATCH 1/2] Add new keyboard shortcut entry --- client/modules/IDE/components/KeyboardShortcutModal.jsx | 6 ++++++ 1 file changed, 6 insertions(+) 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} + [ From d915dc234428325a6fd00a7e113312bbecf53235 Mon Sep 17 00:00:00 2001 From: Tirta Rachman Date: Tue, 17 Mar 2020 23:26:31 -0400 Subject: [PATCH 2/2] Remove broken link from developer docs --- developer_docs/README.md | 1 - 1 file changed, 1 deletion(-) 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