tfurci / MuteActiveWindow

Script that mutes the current active window using custom hotkey.
GNU General Public License v3.0
6 stars 0 forks source link

How to set hotkey with modifier e.g. shift+f3? #14

Closed zizhengwu closed 10 months ago

zizhengwu commented 10 months ago

Thanks for the script. It's working and very nice!

I'm wondering how to set hotkey to e.g. shift+f3

I tried putting

+F3

in hotkey.txt. However, it doesn't seem to work (?) Did I configure anything wrong?

tfurci commented 10 months ago

Thank you for finding the issue, is should be fixed with the release of v7.5.0, let me know if it works for you. Release should be available soon or you can use built in updater. For the hotkey.txt formatting you can use the one you tried putting +F3

zizhengwu commented 10 months ago

Yes, it's working now! That's great. Thanks a lot for the quick fix!