Advertisement
smeech

Tests for Espanso clipboard & inject (keys) injection methods

Apr 21st, 2024 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.52 KB | Software | 0 0
  1. matches:
  2.   - trigger: :testclip
  3.     replace: something
  4.     force_mode: clipboard
  5.   # If this one works, you'll probably need an app-specific configuration
  6.   # for the filter_class:, _exec: or _title: (in that order of preference)
  7.   # specifying "backend: clipboard"
  8.  
  9.   - trigger: :testinject
  10.     replace: something
  11.     force_mode: keys
  12.   # If this one works, you'll probably need an app-specific configuration
  13.   # for the filter_class:, _exec: or _title: (in that order of preference)
  14.   # specifying "backend: inject"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement