From d5e132b7985864ec4e7c7c9863f7e7d52259969a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 6 Mar 2022 12:07:56 -0500 Subject: [PATCH] Add "Clear REPL" command to the keyboard shortcut list --- docs/src/userguide/keyboard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/userguide/keyboard.md b/docs/src/userguide/keyboard.md index 3e1d33f..8552201 100644 --- a/docs/src/userguide/keyboard.md +++ b/docs/src/userguide/keyboard.md @@ -9,6 +9,7 @@ Below are keyboard shortcut reference for three different platforms. | `Alt` + `E` | Julia: Change Current Environment| | `Alt` + `O` | Julia: Start REPL| | `Alt` + `K` | Julia: Stop REPL| +| `Ctrl` + `L` | Julia: Clear REPL| | `Ctrl` + `Enter` | Julia: Send Current Line or Selection to REPL| | `Alt` + `Enter` | Julia: Execute Code And Move| | `RightArrow`, `DownArrow`, `PageDown` | Julia: Show Next Plot|