Skip to content

Instantly share code, notes, and snippets.

@lostmsu
Created August 24, 2022 17:41
Show Gist options
  • Save lostmsu/4e7b9e6253bc1e1efb5241cc0f8b7a32 to your computer and use it in GitHub Desktop.
Save lostmsu/4e7b9e6253bc1e1efb5241cc0f8b7a32 to your computer and use it in GitHub Desktop.
zone auto capture samples
<!--
xmlns:stack="https://schemas.losttech.software/stack/2022/xaml/all"
-->
<zones:Zone>
<stack:AutoCapture.CaptureFilters>
<stack:CaptureFilter>
<filters:ProcessName Value="HxOutlook"/> <!-- Windows Mail App -->
<filters:ProcessName Value="WindowsTerminal"/> <!-- The new Windows Terminal app -->
<filters:Title Value="Google Voice - Voice"/>
<filters:Title Value="Messenger" Match="Exact"/>
</stack:CaptureFilter>
</stack:AutoCapture.CaptureFilters>
</zones:Zone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment