I believe you can have any number of shortcuts for setting various specific volumes. A single example is:
[shortcut]
type: apply
data: volume: -10
name:
icon:
talkclip:
A shortcut to the general Volumes setting selector would be:
[shortcut]
type: setting
data: volume
name:
icon:
talkclip:
In both examples you could specify your own custom names and icons that would appear for each shortcut in the list of shortcuts.
Thanks! This is a nice feature. Can I combine two actions into one shortcut? I have one directory with files that are played at full volume, and another directory at low volume. I use shortcuts to change directories. If I could set the volume when I change directories that would be perfect.
I don't know of a way to completely accomplish what you want with just a single shortcut (though someone more knowledgeable than I am might). But I think the following would work and only require one additional click:
1 - Create a plain text file whose contents is "volume: -10" (without the quotes and with -10 replaced with the actual volume value you want).
2 - Name the file something like "___Volume.cfg" (again without the quotes) so that it will appear as the first item in the directory where it resides, and place the file in the directory that your type:browse shortcut points to.
Then when you use your type:browse shortcut it will place you in your specified directory with the .cfg file selected, and you'll just have to click the select button to set the volume.