iXab3r / MicSwitch

MicSwitch is a tool which allows you to mute/unmute your microphone using a predefined hotkey
318 stars 29 forks source link

Windows Hotkeys are not Suppressed #70

Open megamorphg opened 2 years ago

megamorphg commented 2 years ago

I have the mute button set to the ` key.

When I use a shortcut Alt + `, the hot key is not interfered.

When I use a shortcut Windows + `, the hot key does get interfered with.

So I'm assuming any Windows hotkey is not included in the "Suppress" option.

iXab3r commented 2 years ago

Unfortunately yes, Windows key is not tracked as modifier and I think I'll not be able to make fix for in the nearest few month. To do that I'll have to throw away default .NET Keys subsystem and create my own, it at least a week of work. I have another project that uses the same hooking library and will definitely make that fix at some point, but on at least end of Q1 2022