diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 5cbf0859..cda67187 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -21,7 +21,7 @@ More supported voice commands are: Computer, open `application` ---------------------------- * launches the given application. -* replace `application` by: "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal". +* replace `application` by: "Calculator", "Git Extensions", "Microsoft Paint", "Netflix", "Notepad", "Outlook", "Paint 3D", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal". * when finished say: *Computer, close `application`* to close the application. @@ -49,7 +49,7 @@ Computer, open `name` folder Computer, open `name` website ----------------------------- * launches the default Web browser with the given website. -* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Notepad", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube". +* replace `name` by: "Amazon", "Baidu", "BBC", "BitBucket", "CDC", "CIA", "CNN", "eBay", "Facebook", "FBI", "Flipboard", "FourSquare", "GitHub", "HRworks", "Instagram", "Microsoft", "NASA", "NBC", "Notepad", "Outdoor Active", "PayPal", "Pinterest", "Pixabay", "Slashdot", "Starbucks", "Tesla", "TikTok", "Topo Map", "Twitter", "UFA", "Unsplash", "Walmart", "WhatsApp", "White House", "Windy", "Wikipedia", "Wired", "Wolfram Alpha", "Yahoo", or "YouTube". * when finished say: *Close tab* or: "Computer, close `name` browser" to close the Web browser. diff --git a/Scripts/close-microsoft-outlook.ps1 b/Scripts/close-outlook.ps1 similarity index 86% rename from Scripts/close-microsoft-outlook.ps1 rename to Scripts/close-outlook.ps1 index af25b86a..128ec715 100644 --- a/Scripts/close-microsoft-outlook.ps1 +++ b/Scripts/close-outlook.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Closes Microsoft Outlook + Closes the Microsoft Outlook app .DESCRIPTION This script closes the Microsoft Outlook email application gracefully. .EXAMPLE - PS> ./close-microsoft-outlook + PS> ./close-outlook .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-outdoor-active.ps1 b/Scripts/open-outdoor-active-website.ps1 similarity index 90% rename from Scripts/open-outdoor-active.ps1 rename to Scripts/open-outdoor-active-website.ps1 index 96aa5311..cbad7e75 100755 --- a/Scripts/open-outdoor-active.ps1 +++ b/Scripts/open-outdoor-active-website.ps1 @@ -4,7 +4,7 @@ .DESCRIPTION This script launches the Web browser with the Outdoor Active website. .EXAMPLE - PS> ./open-outdoor-active + PS> ./open-outdoor-active-website .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-microsoft-outlook.ps1 b/Scripts/open-outlook.ps1 similarity index 91% rename from Scripts/open-microsoft-outlook.ps1 rename to Scripts/open-outlook.ps1 index 2356a05b..d7da4abb 100644 --- a/Scripts/open-microsoft-outlook.ps1 +++ b/Scripts/open-outlook.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Launches Microsoft Outlook + Launches the Microsoft Outlook app .DESCRIPTION This script launches the Microsoft Outlook email application. .EXAMPLE - PS> ./open-microsoft-outlook + PS> ./open-outlook .NOTES Author: Markus Fleschutz · License: CC0 .LINK