Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ramon unch action volume fix #149

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RamonUnch
Copy link

  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

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