Skip to content

Ramon unch action volume fix#149

Open
RamonUnch wants to merge 3 commits into
stefansundin:masterfrom
RamonUnch:RamonUnch-ActionVolumeFix
Open

Ramon unch action volume fix#149
RamonUnch wants to merge 3 commits into
stefansundin:masterfrom
RamonUnch:RamonUnch-ActionVolumeFix

Conversation

@RamonUnch

Copy link
Copy Markdown
  1. Create the Sned_Key(vkey) function to simply sned key up/down event to the system.
  2. Simplify greatly the Volume action by using Sned_Key(VK_VOLUME_UP/VK_VOLUME_DOWN)
  3. remove Windows Vista+check because the VK_VOLUME_* trick works also on Windows XP
  4. Remove the CoInitializeEx() call because it is not needed anymore.
    This removes any dependencies to OLE32.DLL...

Fixes: #148

RamonUnch added 3 commits May 13, 2021 09:14
1) Create the Sned_Key(vkey) function to simply sned key up/down event to the system.
2) Simplify greatly the Volume action by using Sned_Key(VK_VOLUME_UP/VK_VOLUME_DOWN)
3) remove Windows Vista+check because the VK_VOLUME_* trick works also on Windows XP
4) Remove the CoInitializeEx() call because it is not needed anymore.
This removes any dependencies to `OLE32.DLL`...

Fixes: stefansundin#148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visual indicator of volume change

1 participant