| Feature:
Increase/Decrease Volume for Waveform Audio Default Shortcut
Keys: <None>
Description:
This feature enables you to
increase/decrease volume for waveform-audio. Waveform-audio sound files have a
.wav extension. The sound files embedded in PowerPoint presentations are
also of the same category.
For calling from macros:
Sub PPShortcuts_IncreaseWaveVolume()
Application.Run "PPShortcuts.ppa!IncreaseWaveVolume"
End Sub
Sub PPShortcuts_DecreaseWaveVolume()
Application.Run "PPShortcuts.ppa!DecreaseWaveVolume"
End Sub
|