C# app to record currently focused window
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

App.config 208B

123456
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="ProcessMatcher" value="^&quot;(.*?)&quot;.*(-jar\s+[^\s]+).*?$|^&quot;(.*?)&quot;"/>
  5. </appSettings>
  6. </configuration>