From 6e86e3bf6c2751d09ab97f9589907840a13ad27f Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 16 Jul 2025 18:49:08 -0400 Subject: Revert "update docs for backtick and python console, resolves #6816" This reverts commit 5d92c427fdb16e0b167b88eb53f61693cd67c535. --- docs/guide/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/index.md b/docs/guide/index.md index 9fdff05c..b4287074 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -919,7 +919,10 @@ 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 toggle the console, either use `` or in some instances where another widget has focus, `-`. Additionally, you can use the `View`/`Python Console` menu. +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. ![console](../img/console-split.png "Console Split"){ width="800" } -- cgit v1.3.1