Volume Control
Application-specific hotkeys for Windows
Building From Source

There are walkthroughs for using .NET CLI or an IDE like Visual Studio.

From the Commandline

Requirements

Process

  1. Clone the repository, and cd into it:
    git clone https://github.com/radj307/volume-control && cd volume-control
  2. Build the executable using the provided Publish Profile:
    /p:PublishProfile="VolumeControl/Properties/PublishProfiles/FolderProfile.pubxml"
  3. Retrieve the executable from <REPOSITORY_ROOT>/publish/VolumeControl.exe

Using an IDE

Requirements

Process

  1. Clone the repository & open the solution file:
    git clone https://github.com/radj307/volume-control && ./volume-control/*.sln
  2. In the solution explorer, R+Click on the VolumeControl project and choose Publish...:
    choose the publish... option
  3. Click the Publish button:
  1. Retrieve the executable from <REPOSITORY_ROOT>/publish/VolumeControl.exe.