Last active
January 31, 2025 16:09
-
-
Save smeech/c20ae25b5610440c31c2667ab83d73f9 to your computer and use it in GitHub Desktop.
[Injection methods] Tests for Espanso clipboard & inject (keys) injection methods #espanso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| matches: | |
| - trigger: :testclip | |
| replace: something | |
| force_mode: clipboard | |
| # If this one works, you'll probably need an app-specific configuration | |
| # for the filter_class:, _exec: or _title: (in that order of preference) | |
| # specifying "backend: clipboard" | |
| - trigger: :testinject | |
| replace: something | |
| force_mode: keys | |
| # If this one works, you'll probably need an app-specific configuration | |
| # for the filter_class:, _exec: or _title: (in that order of preference) | |
| # specifying "backend: inject" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment