detect red underlined word (spelling error) with autohotkey

Hi,

Is there a way to find out if a word is underlined red (wrong spelling error) in order to use Autohotkey on it if selected?

If not is there a way to check whether a word exists in defined dictionary (spelling) and if it does not, add it using a hotkey?

Regards,
Pascal

Parents Reply
  • Hi ,

    I was just thinking about one shortcut to add terms to termbase and, if target does not exist, also directly to spellcheck dictionary.
    For some concatenating languages this makes sense as technical concatenated terms are quite often not included in spellcheck dictionaries and this would then avoid FP red underlines and make the editor view less cluttered.

    I just wanted to know if it was possible to check these things in order to avoid duplicates in spellcheck dictionaries. ;)

    regards,
    Pascal
Children