mslonik / Hotstrings

AutoHotkey oriented GUI to Hotstrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all triggerstrings can have tips

mslonik opened this issue · comments

Examples:

  • triggerstrings with ? option (question mark): ".ahk", e.g. filename.ahk or "...", e.g. end of sentence...
  • triggerstrings containing EndChar, E.g. à la

The other way around: when they have triggerstring tips, then each sentence finishing dot would trigger triggerstring tip.

To implement it I'd write my own "hotstring recognizer".

Possible solution:

  • Before deleting v_InputString after EndChar is found, copy it to another variable and search if any of tips do not fit to the sequence.
  • But then I'd like to add such option to GUI for user.