RE: Use Whitelist instead Blacklist
Jana > 2019-03-08 10:11
Hi Jean,
well the middle mouse button is just the perfect button for using that application.
It's long ago that I wrote ahk-scripts and I haven't studied all of your code, so the solution may be wrong.
Please have a look at the attached code.
I've added a checkbox in the settings to toggle the black/whitelist and added the translation to the english and german file only.
So I can add "explorer" and the popup just starts on an explorer window or command line and not on all the other windows.
I'll keep the changes for me. Perhaps you can use them for a new release.
Thank you very much for your time and the great tools.
Bye
Jana
Edit: I've found a bug in line 9064 in my code. It should be
Gui, 3:Add, Checkbox, % vg_OptionToggleBlacklist . (g_OptionToggleBlacklist <> 0 ? "checked" : ""), %lOptionsToggleExclusionlist%
or something like that to initialize the checkbox with the correct value