diff --git a/TerminalDocs/customize-settings/interaction.md b/TerminalDocs/customize-settings/interaction.md index 48f304d6..93f5291b 100644 --- a/TerminalDocs/customize-settings/interaction.md +++ b/TerminalDocs/customize-settings/interaction.md @@ -3,7 +3,7 @@ title: Windows Terminal Interaction Settings description: Learn how to customize interaction settings within Windows Terminal. author: cinnamon-msft ms.author: cinnamon -ms.date: 05/24/2022 +ms.date: 03/10/2023 ms.topic: how-to --- @@ -204,6 +204,21 @@ The tab switcher will open on the initial press of the actions for `nextTab` and ___ +## Automatically hide on focus loss + +When enabled, this allows the Terminal window to automatically be hidden as soon as the window loses focus. + +**Property name:** `autoHideWindow` + +**Necessity:** Optional + +**Accepts:** `true`, `false` + +**Default value:** `false` + +
+___ + ## Automatically focus pane on mouse hover When this is set to `true`, the terminal will move focus to the pane on mouse hover. When it's set to `false`, a click will be required to focus the pane using the mouse.