Stephen Meech

Results 407 comments of Stephen Meech

> > How do you get around the fact that undoes the expansion? > > I have `undo_backspace: false` in my config file, that way I _can't_ undo expansions. May...

Gotcha. I understand. For a while, I used the misspellings package, which was very similar to an AutoHotKey package colleagues and I used at work. But I'm a pretty good...

Any [ERROR] or [WARN] in the log? It may be worth trying one of the undocumented `force_mode: clipboard` or `force_mode: keys` options in your expansion, and if that makes a...

I find most of these problems occur using the `Inject` mechanism within text editors. Try adding one of the undocumented options: `force_mode: clipboard` (as opposed to `keys`), to your script....

Should we add some or all of the closing parentheses `} ] > )` as well? #1411

Your code is correct and works fine here (Linux Mint Xfce). It may be worth trying changing the [injection mechanism](https://espanso.org/docs/matches/basics/#injection-mechanism). I generally find `clipboard` works best in my editors and...

I agree - it is very unhelpful that a setting in `default.yml` etc. is `backend: inject`, and in a match file trigger, `force_mode: keys`! I'm not aware of any reason...

Yes, it's very variable: Success: - Google Docs - Firefox - Thunderbird Fail despite manually pasted image working: - Google Docs - Brave - Discord (Flatpak) Not sure how much...

So if you use `clipboard` it works fine?

So are you looking for something which does the same as: ```yml - regex: '(?P\(.+) ' replace: "{{string}})" - regex: '(?P\{.+) ' replace: "{{string}}}" - regex: '(?P".+) ' replace: "{{string}}\""...