MouseTracks
MouseTracks copied to clipboard
Invalid characters in AppList.txt cause regex crash
If a window name check contains a wildcard (so regex is used) and a question mark, then regex will throw an exception for an invalid expression. It's assuming the question mark is part of an expression when it isn't, so something will need to be done to escape the characters.