C# app to record currently focused window
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>