From 0bfa4ce4c9b5c691402027e82abfcd91c85ddc96 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 24 Oct 2021 16:59:06 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 906eef2d..a7691a40 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -60,13 +60,15 @@ How to use PowerShell in Windows context menus? * to disable this execute `Remove_ps1_from_New_context_menu.reg` in subfolder [Data/](../Data) -How to use Serenade to execute PowerShell scripts by voice? ------------------------------------------------------------ -1. Download and install Serenade from https://serenade.ai/. -2. Execute "./export-to-serenade.ps1 Computer" - this creates the custom JavaScript file $HOME/.serenade/scripts/PowerShell.js with wakeword 'Computer'. -3. Start Serenade and click the Pause button to enable Listening mode. -4. Open Windows Terminal and click into the window. -5. Say: "Computer, open C: drive" - this starts the File Explorer with the C: drive folder (using PowerShell script 'open-c-drive.ps1'). +How to use Serenade to execute the scripts by voice? +---------------------------------------------------- +1. Download and install the PowerShell scripts and set the search path to it. +2. Download and install Serenade from https://serenade.ai/. +3. Execute "./export-to-serenade.ps1 Computer" - this creates the custom JavaScript file $HOME/.serenade/scripts/PowerShell.js with wakeword 'Computer'. +4. Start Serenade and click the Pause button to enable Listening mode. +5. Open Windows Terminal and click into the window. +6. Say: "Computer, open calculator" - this starts the calculator application (using PowerShell script 'open-calculator.ps1'). +7. Say: "Computer, close calculator" - this stops the calculator application (using PowerShell script 'close-calculator.ps1'). Which editor to use for PowerShell scripts?