From fbad14200ed60ba405b5179d4707455560faf1f3 Mon Sep 17 00:00:00 2001 From: Chet Joswig Date: Wed, 29 Jan 2025 10:21:15 -0800 Subject: [PATCH] add shortcuts for diagnostic panel and navigation --- docs/sequencing/editor.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sequencing/editor.mdx b/docs/sequencing/editor.mdx index d37fe38..3709a0e 100644 --- a/docs/sequencing/editor.mdx +++ b/docs/sequencing/editor.mdx @@ -120,3 +120,5 @@ When the cursor is within the sequence editor the following keyboard commands ar | Ctrl-/ | Cmd-/ | toggleComment | Comment or uncomment the current selection. Will use line comments if available, otherwise falling back to block comments. | | Ctrl-S | Cmd-S | saveDocument | Save current editor contents | | Ctrl-Space | Cmd-Space | suggestCompletions | Show autocomplete options | +| Ctrl-Shift-m | Cmd-Shift-m | openLintPanel | Show panel at bottor of editor with errors and warnings | +| F8 | F8 | nextDiagnostic | Select / Scroll to next error or warning |