superf4 icon indicating copy to clipboard operation
superf4 copied to clipboard

how do I use the blacklist option?

Open stavnu opened this issue 3 years ago • 2 comments

how do I use the blacklist option? I want to have a protection on other applications . I tried separating it with a comma and it didn't work. can you show how it should look(to use the blacklist)

stavnu avatar Aug 18 '21 14:08 stavnu

It's comma separated just as you said. You didn't include spaces right?

There's an example with only one entry in the default configuration file:

https://github.com/stefansundin/superf4/blob/2a6afbee2927e5f67f26c009347d4ca071db0a15/SuperF4.ini#L14-L16

So with more executables it would be something like:

ProcessBlacklist=explorer.exe,mygame.exe,thisapp.exe

stefansundin avatar Aug 18 '21 16:08 stefansundin

Alright, thanks for your help! But how do I update the configuration?

stavnu avatar Aug 18 '21 16:08 stavnu