From 5d92c427fdb16e0b167b88eb53f61693cd67c535 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 12 Jul 2025 11:31:55 -0400 Subject: update docs for backtick and python console, resolves #6816 --- docs/guide/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/guide/index.md b/docs/guide/index.md index b4287074..9fdff05c 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -919,10 +919,7 @@ mouse-wheeling. Shift-mouse-wheel will scroll horizontally. The integrated script console is useful for small scripts that aren't worth writing as full plugins. -To trigger the console, either use ``, or use the `View`/`Python Console` menu. - -???+ Tip "Tip" - Note that `` will work in most contexts to open the console and focus its command line, unless the UI focus is in an editor widget. +To toggle the console, either use `` or in some instances where another widget has focus, `-`. Additionally, you can use the `View`/`Python Console` menu. ![console](../img/console-split.png "Console Split"){ width="800" } -- cgit v1.3.1