From abd7f57ca0fc6efc42e488dc2d2b901fc6d5910d Mon Sep 17 00:00:00 2001 From: cinnamon-msft Date: Wed, 16 Feb 2022 10:21:30 -0800 Subject: [PATCH] Add bellsound --- .../customize-settings/profile-advanced.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/TerminalDocs/customize-settings/profile-advanced.md b/TerminalDocs/customize-settings/profile-advanced.md index 2b465c38..a65bdaa9 100644 --- a/TerminalDocs/customize-settings/profile-advanced.md +++ b/TerminalDocs/customize-settings/profile-advanced.md @@ -137,6 +137,23 @@ Controls what happens when the application emits a BEL character. When set to `" ___ +## Bell sound ([Preview](https://aka.ms/terminal-preview)) + +When `bellStyle` is set to `"all"` or `"audible"`, this allows you to choose the audio file for the bell. If you have an array of sounds set, the terminal will pick one at random. + +**Property name:** `bellSound` + +**Necessity:** Optional + +**Accepts:** File location as a string or an array of file locations as strings + +> [!IMPORTANT] +> This feature is only available in [Windows Terminal Preview](https://aka.ms/terminal-preview). + +
+ +___ + ## Experimental text rendering engine ([Preview](https://aka.ms/terminal-preview)) Enables use of the experimental text rendering engine for the profile. This is an experimental feature and its continued existence is not guaranteed. A new instance of the profile needs to be opened in order for this setting to take effect.