summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-12 11:31:55 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-12 12:04:13 -0400
commit5d92c427fdb16e0b167b88eb53f61693cd67c535 (patch)
tree3bde8e2f7f0cdfcc119141fe3c5847c45419ed47 /docs/guide
parent7df26f84bb6907853fc155fd15ffcc144384d560 (diff)
update docs for backtick and python console, resolves #6816
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md5
1 files changed, 1 insertions, 4 deletions
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 `<BACKTICK>`, or use the `View`/`Python Console` menu.
-
-???+ Tip "Tip"
- Note that `<BACKTICK>` 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 `<BACKTICK>` or in some instances where another widget has focus, `<CTRL>-<BACKTICK>`. Additionally, you can use the `View`/`Python Console` menu.
![console](../img/console-split.png "Console Split"){ width="800" }