diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 18:49:08 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 18:49:08 -0400 |
| commit | 6e86e3bf6c2751d09ab97f9589907840a13ad27f (patch) | |
| tree | 482ea259713ed4871b6fc36a1d3c9bea46e44ae2 /docs/guide | |
| parent | 024e0f2d27bfd4f1fab912596aa8afed07e897ab (diff) | |
Revert "update docs for backtick and python console, resolves #6816"
This reverts commit 5d92c427fdb16e0b167b88eb53f61693cd67c535.
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/index.md | 5 |
1 files changed, 4 insertions, 1 deletions
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 `<BACKTICK>` or in some instances where another widget has focus, `<CTRL>-<BACKTICK>`. Additionally, you can use the `View`/`Python Console` menu. +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. { width="800" } |
