Skip to content

Commit

Permalink
Add show-obs-studio-manual.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
fleschutz committed Dec 3, 2021
1 parent 668e48a commit 1896543
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/VoiceControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ More supported voice commands are:

`Computer, open` [app]
----------------------
* launches the given application - replace [app] by: `3D-Viewer`, `Calculator`, `Git Extensions`, `Microsoft Paint`, `Microsoft Store`, `Netflix`, `Notepad`, `Outlook`, `Paint 3D`, `Spotify`, `Thunderbird`, `Visual Studio`, or `Windows Terminal`.
* launches the given application - replace [app] by: `3D-Viewer`, `Calculator`, `Git Extensions`, `Microsoft Paint`, `Microsoft Store`, `Netflix`, `Notepad`, `OBS Studio`, `Outlook`, `Paint 3D`, `Spotify`, `Thunderbird`, `Visual Studio`, or `Windows Terminal`.
* when finished say: "Computer, close [app]" to close the application.

`Computer, check` [name]
Expand Down Expand Up @@ -82,7 +82,7 @@ More supported voice commands are:

`Computer, show` [name] `manual`
--------------------------------
* launches the default Web browser with the given manual - replace [name] by: `Azure`, `Bash`, `Blender`, `Chrome`, `Edge`, `Firefox`, `Git`, `PowerShell`, `Serenade`, `Vim`, `Voice` *(yes, this page!)*, or `Windows`.
* launches the default Web browser with the given manual - replace [name] by: `Azure`, `Bash`, `Blender`, `Chrome`, `Edge`, `Firefox`, `Git`, `OBS Studio`, `PowerShell`, `Serenade`, `Vim`, `Voice` *(yes, this page!)*, or `Windows`.
* when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.


Expand Down
15 changes: 15 additions & 0 deletions Scripts/show-obs-studio-manual.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<#
.SYNOPSIS
Shows the OBS Studio manual
.DESCRIPTION
This script launches the Web browser with the OBS Studio manual.
.EXAMPLE
PS> ./show-obs-studio-manual
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/open-default-browser.ps1" "https://obsproject.com/wiki/"
exit 0 # success

0 comments on commit 1896543

Please sign in to comment.