altdrag icon indicating copy to clipboard operation
altdrag copied to clipboard

Ramon unch action volume fix

Open RamonUnch opened this issue 3 years ago • 0 comments

  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 avatar Jan 29 '22 21:01 RamonUnch