From 3f1c22ac9cf843481586c27bd1c26c96b0ba38d4 Mon Sep 17 00:00:00 2001 From: TerminalMan <84923604+SecretiveShell@users.noreply.github.com> Date: Sat, 7 Aug 2021 10:11:14 +0100 Subject: [PATCH] Update Commands.md --- documentation/Commands.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/documentation/Commands.md b/documentation/Commands.md index 5b1d30d..255bf62 100644 --- a/documentation/Commands.md +++ b/documentation/Commands.md @@ -31,11 +31,13 @@ Sends a keystroke with the specified key. You can pick [any of these](https://do ### Media Commands -There's several media commands available which are very self exlanatory. - -- Play/Pause -- Next -- Previous -- Volume up -- Volume down -- Mute (toggle) +There's several media commands available that allow you to control media playback. You can combine them into a media player entity as shown [here](https://pastebin.com/1VdL5iQm). + +|Command|use| +|---|---| +|Play/Pause|The same as pressing the play/pause media key| +|Next|skip to next track| +|Previous|skip to previous track| +|Volume up|Increase system master volume| +|Volume down|Decrease system master volume| +|Mute (toggle)|Mute the system|