Sean Chapman
Sean Chapman
Good news! The hotkey issue was quite easy to re-create, and it's been fixed! Check out 1.6.6.0 when it's released.
This has been implemented in 2.0, see screenshot below. Is entirely configurable too (as per the script)  Script to Generate Notification: ``` icon = lib('NotificationIcon'); _ = lib('AudioSwitcher'); icon.ShowBalloonTip('info',...
You're absolutely right! Audio Switcher isn't treating the Windows key as a "modifier" key; like shift, ctrl, and alt. So you currently can't set the Windows key with any other...
It's really difficult to add in v1.x, but can be easily done in v2.0. Will add this issue to the feature request for 2.0, so you can track it's progress....
No official getting started guide for the Audio Switcher project, it's on the list of things to do. And include it in the readme. The project is pretty simple and...
Yeah, that's for signing the release version. Only used in the packaging and deployment of the app. You won't need to install the key to do development.
I've seen this only once before. I think it may be related to the number of audio devices on the system/ How many audio devices are available, in the control...
@recon88 Ahh! What's the version of Windows? I think I did get part way into figuring out this issue, but it was intermittent at best on my test system. Maybe...
I think Windows updates is causing issues with devices, and the startup process must be deadlocking audio switcher for some reason. It's in the audio session/volume code somewhere, just need...
@Devocub interesting - what build of Windows 10 is it? It did seem that a change in Windows 10 caused instability, but could never prove it as such.