Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Random-typ committed Apr 11, 2024
1 parent 8c85d7f commit 02feef4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Hotkeyfy-Setup/Hotkeyfy-Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Hotkeyfy, Version=1.0.8857.26310, Culture=neutral, processorArchitecture=AMD64"
"AssemblyAsmDisplayName" = "8:Hotkeyfy, Version=1.0.8866.40452, Culture=neutral, processorArchitecture=AMD64"
"ScatterAssemblies"
{
"_5397F099F3E14F9996246A326C31A42B"
Expand Down Expand Up @@ -405,15 +405,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Hotkeyfy"
"ProductCode" = "8:{751A5C7C-57AF-4CE0-8D7A-043537F48923}"
"PackageCode" = "8:{92FF41D7-67E2-4DB7-8370-CC8D3A25521F}"
"ProductCode" = "8:{8D896F34-5446-425F-A1EE-617A7B15AD18}"
"PackageCode" = "8:{2367E377-880D-41A3-BBBE-9324EA0237D5}"
"UpgradeCode" = "8:{664FCCD2-D087-45DF-A795-7ABAC4EF8818}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.0.1"
"Manufacturer" = "8:Hotkeyfy"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion Hotkeyfy/Form1.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ namespace Hotkeyfy {
textBox1->Text = "No Hotkey set!";
}
else {
textBox1->Text = gcnew System::String(keys.c_str());
textBox1->Text = msclr::interop::marshal_as<String^>(keys);
}
textBox1->ForeColor = Colors::lightGrayBrush->Color;

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Hotkeyfy makes it possible to add sound control hotkeys to any process.

![Hotkeyfy](images/hotkeyfy.png)
![Hotkeyfy](images/system_tray.png)

## Features
- Global custom Hotkeys for
Expand Down
Binary file added images/system_tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02feef4

Please sign in to comment.