mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changes to Build.py and the install script (\Distrib is not created any more, files taken from normal locations).
Minor change to the Rainstaller UI and MediaKey plugin.
This commit is contained in:
parent
6809d5bb4d
commit
8a0c05457a
@ -60,7 +60,6 @@ void ExecuteBang(LPCTSTR args, UINT id)
|
||||
{
|
||||
std::wstring wholeBang = args;
|
||||
|
||||
size_t pos = wholeBang.find(' ');
|
||||
if (_wcsicmp(wholeBang.c_str(), L"NextTrack") == 0)
|
||||
{
|
||||
SendKey(VK_MEDIA_NEXT_TRACK);
|
||||
|
Loading…
Reference in New Issue
Block a user