Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a word with ctrl + backspace does not trigger expansion for the next word trigger if the trigger has word: true #1496

Open
jchai01 opened this issue Jan 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jchai01
Copy link

jchai01 commented Jan 5, 2023

Description
Ctrl + backspace is a shortcut used to delete a whole word. However, when i use it to delete a word, the next trigger word that i type in the expansion trigger does not get expanded IF word: true is included in the match.

To Reproduce
Steps to reproduce the behavior:

  1. Have a snippet in the config file with word: true (Refer to screenshot)
  2. Type any word.
  3. Use ctrl + backspace to delete the whole word.
  4. Type any trigger word with "word:true" in the config, it does not expand

Expected behavior
The word should still expand.

Screenshots
image

Setup information

  • OS: Linux
  • Version: espanso 2.1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant