diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 5 |
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. { width="800" } |
