mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 10:28:23 +02:00
Add VoiceCommands.md
This commit is contained in:
parent
72f75c2870
commit
95d85d7b27
@ -68,7 +68,8 @@ How to execute PowerShell scripts by voice?
|
|||||||
4. Start Serenade and click the Pause button to enable Listening mode.
|
4. Start Serenade and click the Pause button to enable Listening mode.
|
||||||
5. Open Windows Terminal and click into the window.
|
5. Open Windows Terminal and click into the window.
|
||||||
6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1).
|
6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1).
|
||||||
7. Say: `Computer, close calculator` (this stops the calculator app using PowerShell script: close-calculator.ps1).
|
|
||||||
|
See the [list of voice commands](VoiceCommands.md) for more information.
|
||||||
|
|
||||||
|
|
||||||
Which editor to use for PowerShell scripts?
|
Which editor to use for PowerShell scripts?
|
||||||
|
25
Docs/VoiceCommands.md
Normal file
25
Docs/VoiceCommands.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Voice Commands
|
||||||
|
==============
|
||||||
|
|
||||||
|
Start & stop Applications
|
||||||
|
-------------------------
|
||||||
|
1. [wake word], open <NAME>
|
||||||
|
2. [wake word], close <NAME>
|
||||||
|
|
||||||
|
Replace <NAME> by "calculator", "Mozilla Firefox"
|
||||||
|
|
||||||
|
Show Cities in Google Maps
|
||||||
|
--------------------------
|
||||||
|
* [wake word], show <NAME> city.
|
||||||
|
|
||||||
|
Replace <NAME> by "Boston", "Berlin", "Munich", ...
|
||||||
|
|
||||||
|
|
||||||
|
Conversation
|
||||||
|
------------
|
||||||
|
|
||||||
|
1. [wake word], good morning
|
||||||
|
2. [wake word], good evening
|
||||||
|
3. [wake word], good night
|
||||||
|
4. [wake word], how are you?
|
||||||
|
5. [wake word], thank you
|
Loading…
Reference in New Issue
Block a user