From 07444ceb70975a7571c201e19567533081a5bd71 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 29 Nov 2021 10:37:16 +0100 Subject: [PATCH] Update VoiceControl.md --- Docs/VoiceControl.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 97dfa1db..fb939d46 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -13,11 +13,18 @@ Executing PowerShell Scripts by Voice ------- 1. Launch *Serenade* and click the Pause button to enable Listening mode. 2. Launch *Windows Terminal* and click into the window. -3. Speak into the microphone: `Computer, open calculator app` - this executes the PowerShell script `open-calculator-app.ps1` to launch the calculator application. +3. Speak into the microphone: `Computer, open calculator` - this executes the PowerShell script `open-calculator.ps1` which launches the calculator application. More supported voice commands are: +Computer, open `application` +---------------------------- +* launches the given application. +* replace `application` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal". +* when finished use: *Computer, close `application`* to close the application. + + Computer, open `name` browser -------------------------------- * launches the given Web browser or opens a new tab. @@ -25,13 +32,6 @@ Computer, open `name` browser * when finished use: *Computer, close `name` browser* to close the Web browser. -Computer, open `name` app --------------------------- -* launches the given application. -* replace `name` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal". -* when finished use: *Computer, close `name` app* to close the application. - - Computer, open `name` drive ---------------------------- * launches the File Explorer with the given drive.