-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
261 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
name: ControlWindows | ||
module: skills.control_windows.main | ||
description: Control Windows. | ||
description: | ||
en: Launch applications and control your Windows computer. | ||
de: Starte Anwendungen und steuere deinen Windows-Computer. | ||
hint: | ||
en: This skill looks for applications in your Start Menu directory (%APPDATA%/Microsoft/Windows/Start Menu/Programs), so if it tells you that it cannot find an application, create a shortcut in that directory. | ||
de: Dieser Skill sucht nach Anwendungen in deinem Startmenü-Verzeichnis (%APPDATA%/Microsoft/Windows/Start Menu/Programs). Wenn er dir also sagt, dass er eine Anwendung nicht finden kann, erstelle eine Verknüpfung in diesem Verzeichnis. | ||
examples: | ||
- question: | ||
en: Open Spotify. | ||
de: Öffne Spotify. | ||
answer: | ||
en: (opens the Spotify application) | ||
de: (öffnet die Spotify-Anwendung) | ||
- question: | ||
en: Activate Notepad. | ||
de: Aktiviere Notepad. | ||
answer: | ||
en: (maximizes the Notepad application) | ||
de: (maximiert die Notepad Anwendung) | ||
- question: | ||
en: Close Notepad. | ||
de: Schließe Notepad. | ||
answer: | ||
en: (closes the Notepad application) | ||
de: (schließt die Notepad Anwendung) | ||
prompt: | | ||
You can also control Windows Functions, like opening and closing applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
name: ControlWindows | ||
module: skills.control_windows.main | ||
description: Control Windows. | ||
description: | ||
en: Launch applications and control your Windows computer. | ||
de: Starte Anwendungen und steuere deinen Windows-Computer. | ||
hint: | ||
en: This skill currently only looks for applications in your Start Menu directory (%APPDATA%/Roaming/Microsoft/Windows/Start Menu/Programs), so if it tells you that it cannot find an application, create a shortcut in that directory. | ||
de: Dieser Skill sucht derzeit nur nach Anwendungen in deinem Startmenü-Verzeichnis (%APPDATA%/Roaming/Microsoft/Windows/Start Menu/Programs). Wenn er dir also sagt, dass er eine Anwendung nicht finden kann, erstelle eine Verknüpfung in diesem Verzeichnis. | ||
examples: | ||
- question: | ||
en: Open Spotify. | ||
de: Öffne Spotify. | ||
answer: | ||
en: (opens the Spotify application) | ||
de: (öffnet die Spotify-Anwendung) | ||
- question: | ||
en: Activate Notepad. | ||
de: Aktiviere Notepad. | ||
answer: | ||
en: (maximizes the Notepad application) | ||
de: (maximiert die Notepad Anwendung) | ||
- question: | ||
en: Close Notepad. | ||
de: Schließe Notepad. | ||
answer: | ||
en: (closes the Notepad application) | ||
de: (schließt die Notepad Anwendung) | ||
prompt: | | ||
You can also control Windows Functions, like opening and closing applications. |
Oops, something went wrong.