Stephen Meech
Stephen Meech
For the more complex structure of forms, scripts etc. one needs a data serialization format like YAML or JSON. Ideally the user wouldn't have to grapple with text at all,...
- Would you mind supplying your "environment" details (see above)? - Is this related to Espanso? - What happens when Espanso is stopped? - Does the same problem occur with...
You're welcome - I try to keep an eye on things here, and your query popped up in my monitoring email. Not that I may be much help (with Windows),...
You may need to tweak your [`keyboard_layout`](https://espanso.org/docs/configuration/options/#options-reference) parameters. See #2338 for example.
You may need to change your [injection mechanism](https://espanso.org/docs/matches/basics/#injection-mechanism) for the program into which you're expanding, or globally.
If you read the section to which I linked, you'll see how to use the inject (`keys`) injection mechanism for an individual trigger, without adding delays. If in general this...
Firstly, an apology - app-specific configurations don't work in Wayland! The only way to change the backend in Wayland is either globally in `default.yml` [options](https://espanso.org/docs/configuration/options/#options-reference), which is where the various...
The command `espanso log` will show the log, although I tend to use `tail -F ~/.cache/espanso/espanso.log | grep -v "INFO"` to just see the problems. However, it may not be...
The easiest way to show more entries is to set a `default:` that is low down the list. Does this [Reddit](https://www.reddit.com/r/espanso/comments/1i2tqtr/can_the_expansion_dropdown_box_be_stretched_to/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) discussion help?
> the form there can extend past your monitor if you have sufficient text There are new [key/value pairs](https://github.com/espanso/espanso/pull/1991) to constrain that in the current repo, if you want to...